Index: suite_leahi/shared/scripts/names.py =================================================================== diff -u -rdf56ff7f6c9478cf2af7f132732016a0c78ba899 -rbc991ff3f0c12142cc4d10c52021f3bc01f4fbeb --- suite_leahi/shared/scripts/names.py (.../names.py) (revision df56ff7f6c9478cf2af7f132732016a0c78ba899) +++ suite_leahi/shared/scripts/names.py (.../names.py) (revision bc991ff3f0c12142cc4d10c52021f3bc01f4fbeb) @@ -64,7 +64,6 @@ o_uf_Volume_LabelValue = {"container": mainTreatmentScreen, "id": "_ufVolume", "type": "LabelValue", "unnamed": 1 } o_uf_Rate_LabelValue = {"container": mainTreatmentScreen, "id": "_ufRate", "type": "LabelValue", "unnamed": 1 } o_volume_Delivered = {"container": mainTreatmentScreen, "id": "_valueText", "type": "Text", "unnamed": 1 } -o_ultrafiltration_TittleText = {"container": o_Overlay, "type": "TitleText", "unnamed": 1 } o_ufVolumeRemovedItem_ValueItem = {"container": o_Overlay, "id": "_ufVolumeRemovedItem", "type": "ValueItem", "unnamed": 1 } o_ufVolumeGoalItem_ValueItem = {"container": o_Overlay, "id": "_ufVolumeGoalItem", "type": "ValueItem", "unnamed": 1 } o_editButton_TouchRect = {"container": o_Overlay, "objectName": "_editButton", "type": "TouchRect" } Index: suite_leahi/tst_ultrafiltration/test.py =================================================================== diff -u -r833098d542b9295181f93ad00d2bbac10ed9c0bb -rbc991ff3f0c12142cc4d10c52021f3bc01f4fbeb --- suite_leahi/tst_ultrafiltration/test.py (.../test.py) (revision 833098d542b9295181f93ad00d2bbac10ed9c0bb) +++ suite_leahi/tst_ultrafiltration/test.py (.../test.py) (revision bc991ff3f0c12142cc4d10c52021f3bc01f4fbeb) @@ -1,6 +1,6 @@ # Subject/Title: LDT -1456 Ultrafiltration - SW - 02 - Q&R - 15: SIT - Software Integration Tests - Squish Qt # -# Functionalities: Testing all functionalities of ultra filtration in main treatment page +# Functionalities: Testing all functionalities of ultrafiltration in main treatment page # # Steps: # 1 Check min,max and mid values of UF Volume,UF rate and Volume delivered in main treatment page @@ -118,27 +118,27 @@ min_dial_rate_mLH = 0, max_dial_rate_mLH = 0) - test.startSection("Check the maximum values in Ultra filtration") + test.startSection("Check the maximum values in Ultrafiltration") check_values_ultrfiltration_main_treatment(uf_volume = MAX_UF_VOLUME, uf_rate = MAX_UF_RATE, volume_delivered = MAX_VOLUME_DELIVERED) test.endSection() - test.startSection("Check the mid values in Ultra filtration") + test.startSection("Check the mid values in Ultrafiltration") check_values_ultrfiltration_main_treatment(uf_volume = MID_UF_VOLUME, uf_rate = MID_UF_RATE, volume_delivered = MID_VOLUME_DELIVERED) test.endSection() - test.startSection("Check the minimum values in Ultra filtration") + test.startSection("Check the minimum values in Ultrafiltration") check_values_ultrfiltration_main_treatment(uf_volume = MIN_UF_VOLUME, uf_rate = MIN_UF_RATE, volume_delivered = MIN_VOLUME_DELIVERED) test.endSection() test.startSection("Check the values in the Ultrafiltration Volume Popup") mouseClick(waitForObject(names.o_editButton_ultrafiltration_IconButton)) - #check the tittle in edit popup + #check the title in edit popup title = waitForObjectExists(utility.setObjectText(obj=names.o_title_Text,text = ULTRAFILTRATION_VOLUME)) test.compare(title.text, ULTRAFILTRATION_VOLUME, "Title text should be -> "+ str(ULTRAFILTRATION_VOLUME)) #check the value in the edit popup