Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
will this affect other test cases that have the parameters in the previous order? If so leave as is to avoid that

will this affect other test cases that have the parameters in the previous order? If so leave as is to avoid that

just add and not replace test case list

just add and not replace test case list

Change to "Delivering Fluid". This has been changed more recently.

Change to "Delivering Fluid". This has been changed more recently.

Change to "Total Fluid Delivered". This has been changed more recently.

Change to "Total Fluid Delivered". This has been changed more recently.

just add to the end please

just add to the end please

instead of hard coding can you test against the INSTITUTIONAL_CONFIGURATIONS_BLOOD_FLOW_CUSTOM_RANGE[vBloodFlowDef] ? update for each of these

instead of hard coding can you test against the INSTITUTIONAL_CONFIGURATIONS_BLOOD_FLOW_CUSTOM_RANGE[vBloodFlowDef] ? update for each of these

please only add test case to the end

please only add test case to the end

LEAHI-TESTSUITES-LDT-2951_Rinseback - SW - 02 - Q&R
LEAHI-TESTSUITES-LDT-2951_Rinseback - SW - 02 - Q&R
no need to test post treatment only pre treatment .. remove all post treatmetn steps

no need to test post treatment only pre treatment .. remove all post treatmetn steps

when is goes through here. the page is stuck on the feature configuration page... Please do the check before going into pre treatment so the flow does not get messed up.

when is goes through here. the page is stuck on the feature configuration page... Please do the check before going into pre treatment so the flow does not get messed up.

gettting an error for invalid syntax here.. please add space between function and remove the 'f' inside the parenthesis

gettting an error for invalid syntax here.. please add space between function and remove the 'f' inside the parenthesis

LEAHI-TESTSUITES-LDT-3208_Isolated UF - SW - 02 - Q&R
LEAHI-TESTSUITES-LDT-3208_Isolated UF - SW - 02 - Q&R
LEAHI-TESTSUITES-LDT-3188_Pre-Treatment - SW - 02 - Foundation - Q&R
LEAHI-TESTSUITES-LDT-3188_Pre-Treatment - SW - 02 - Foundation - Q&R
LEAHI-TESTSUITES-LDT-3120_Blood Prime - SW - 02 - Q&R
LEAHI-TESTSUITES-LDT-3120_Blood Prime - SW - 02 - Q&R
added an empty line as per comment

added an empty line as per comment

change line of code as per comment

change line of code as per comment

After removing this line of code, test script got failed one time, So I keep this line of code

After removing this line of code, test script got failed one time, So I keep this line of code

Updated the method

Updated the method

Updated the test.compare values

Updated the test.compare values

Updated the method

Updated the method

Modified the script when rejection reason is 1 it will hit the measure button

Modified the script when rejection reason is 1 it will hit the measure button

Added the method to check the integrated BP cuff value from system,conf file if it is disable enable the value from UI check_bp_cuff_enabled

Added the method to check the integrated BP cuff value from system,conf file if it is disable enable the value from UI
check_bp_cuff_enabled

Removed this file

Removed this file

may need to update the test.compares.

may need to update the test.compares.

This can be updated to     def verify_automatic_vitals_noRejection_Reason(): MAX_WAIT = 5 * 60 * 1000 # 5 minutes in seconds test.verify(waitFor( lambda: vitalsrequest == True, M...

This can be updated to

    def verify_automatic_vitals_noRejection_Reason():  

    MAX_WAIT = 5 * 60 * 1000  # 5 minutes in seconds
    
    test.verify(waitFor( lambda: vitalsrequest == True, MAX_WAIT), "UI Sending the request to FW")
    td.td_vitals_adjustment_response(vRejectionReason=0)
    td.td_vitals(systolic = 80, 
        diastolic   = 60, 
        heartRate   = 140 )

            
    blood_pressure  = waitForObjectExists(names.o_treatmentHome_bloodPressure_LabelValue).topText
    test.compare("70"+"/"+"50", blood_pressure,"Blood pressure value should be ->"+str("80"+"/"+"60"))
    heart_rate = waitForObjectExists(names.o_treatmentHome_heartBeat_LabelValue).topText
    test.compare("120", heart_rate,"Heart Rate value should be ->"+str(120))
update method to     # handler for messages from UI to FW def handle_patient_vitals_request( message, timestamp = 0.0): """ Called when the user requests to firmware from UI @return: No...

update method to

    # handler for messages from UI to FW
def handle_patient_vitals_request( message, timestamp = 0.0):
    """
    Called when the user requests to firmware from UI
    @return: None
    """
    global vitalsrequest
    vitalsrequest = True
initialize request variable vitalsrequest = None

initialize request variable

vitalsrequest = None

this test is not added to test the measure button i do not see qhewre o_measureVitalsButton_TouchRect is pressed other than the place its not needed

this test is not added to test the measure button i do not see qhewre o_measureVitalsButton_TouchRect is pressed other than the place its not needed

please also removet his file as well

please also removet his file as well

I will remove this file we are trying to format the names.py file by using the python code instead of doing it manual it is still inprogress

I will remove this file we are trying to format the names.py file by using the python code instead of doing it manual it is still inprogress