leahi-testsuites

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDT-3155 Blood Set Auto-Load and Auto-Eject - SW - 02 - Q&R - 15: SIT - Software Integration Tests - Squish Qt

LDT-3062 Service - SW - 02 - Feature Configurations - Q&R - 15: SIT - Software Integration Tests - Squish Qt

LDT-2841 Service - SW - 02 - Institutional - Q&R - 15: SIT - Software Integration Tests - Squish Qt

LDT-2743 Service - SW - 02 - Service - Q&R - 15: SIT - Software Integration Tests - Squish Qt

added an empty line as per comment

added an empty line as per comment

LDT-3122 Blood Prime - SW - 02 - Q&R - 15: SIT - Software Integration Tests - Squish Qt

LDT-3122 Blood Prime - SW - 02 - Q&R - 15: SIT - Software Integration Tests - Squish Qt

LDT - 2953 Rinseback - SW - 02 - Q&R - 15: SIT - Software Integration Tests - Squish Qt

    • -19
    • +17
    /suite_leahi/shared/scripts/names.py
    • -21
    • +27
    /suite_leahi/tst_rinseback/test.py
LDT-3122 Blood Prime - SW - 02 - Q&R - 15: SIT - Software Integration Tests - Squish Qt

    • -0
    • +10
    /suite_leahi/shared/scripts/names.py
    • -0
    • +476
    /suite_leahi/tst_blood_prime/test.py
LDT - 2953 Rinseback - SW - 02 - Q&R - 15: SIT - Software Integration Tests - Squish Qt

    • -81
    • +99
    /suite_leahi/tst_rinseback/test.py
change line of code as per comment

change line of code as per comment

LDT-3062 Service - SW - 02 - Feature Configurations - Q&R - 15: SIT - Software Integration Tests - Squish Qt

    • -6
    • +5
    /suite_leahi/tst_feature_options/test.py
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

LDT-2953 Rinseback - SW - 02 - Q&R - 15: SIT - Software Integration Tests - Squish Qt

fix receving ui message

    • -10
    • +11
    /suite_leahi/tst_rinseback/test.py
LDT-2953 Rinseback - SW - 02 - Q&R - 15: SIT - Software Integration Tests - Squish Qt

    • -15
    • +20
    /suite_leahi/shared/scripts/names.py
    • -11
    • +26
    /suite_leahi/tst_rinseback/test.py
LDT-2953 Rinseback - SW - 02 - Q&R - 15: SIT - Software Integration Tests - Squish Qt

    • -13
    • +71
    /suite_leahi/tst_rinseback/test.py
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

LDT -2280 Patient Vitals - SW - 02 - Q&R - 15: SIT - Software Integration Tests - Squish Qt

    • -63
    • +27
    /suite_leahi/tst_patient_vitals/test.py
Removed this file

Removed this file

LDT - 2821 Edit Treatment Parameters During Treatment - SW - 02 - Edit Treatment Parameters During Treatment - Q&R - 15: SIT - Software Integration Tests - Squish Qt

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