tst_feature_options

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

change to mouseClick(waitForObject(utility.findChildByText(main_menu_container, config.PRESCRIPTIONS)), 2000 )

change to mouseClick(waitForObject(utility.findChildByText(main_menu_container, config.PRESCRIPTIONS)), 2000 )

remove this line

remove this line

Now updated to first Standby then click on Settings menu, then Service Mode as already logged with password before, then click on feature configuration option td_simulator.td_operation_mode(TDOpMod...

Now updated to first Standby then click on Settings menu, then Service Mode as already logged with password before, then click on feature configuration option
td_simulator.td_operation_mode(TDOpModes.MODE_STAN.value, 0)
headerbar_container = waitForObject(names.o_mainMenu_MainMenu, 3000)
mouseClick(utility.findChildByText(headerbar_container, config.SETTINGS))

td_simulator.td_operation_mode(TDOpModes.MODE_SERV.value, 0)
device_settings_grid = waitForObject(names.o_DeviceSettingsGrid, 3000)
mouseClick(utility.findChildByText(device_settings_grid, config.FEATURE_CONFIGURATIONS))

This is part of the issue for the intermittent fails. You are forcing the opmode to service which changes the screen to device settings. But the bottom menu is on the wrong index. Correct navigatio...

This is part of the issue for the intermittent fails. You are forcing the opmode to service which changes the screen to device settings. But the bottom menu is on the wrong index. Correct navigation is first goingto standby then pressing the bottom menu option for settings. Then enter password then finally change opmode to service.

made changes as per comment

made changes as per comment

please update to use the wait for and remove if statement.. mouseClick(waitForObject(prescriptions_menu_object, 2000)) Please update throughout test case to use the waitForObject and a timeout an...

please update to use the wait for and remove if statement..

mouseClick(waitForObject(prescriptions_menu_object, 2000))

Please update throughout test case to use the waitForObject and a timeout and remove the if check

changed as per comment mouseClick(utility.findChildByText(main_menu_container, "Treatment"))

changed as per comment mouseClick(utility.findChildByText(main_menu_container, "Treatment"))

instead of this can we use a wait for object .. mouseClick(waitForObject(settings_menu_object, 2000))

instead of this can we use a wait for object .. mouseClick(waitForObject(settings_menu_object, 2000))

Added test.verify as per comment

Added test.verify as per comment

Added test.verify as per comment

Added test.verify as per comment

Added test.verify as per comment

Added test.verify as per comment

Now I am verifying Heparin containers are visible or not in create rx screen

Now I am verifying Heparin containers are visible or not in create rx screen

For me all test cases getting passed

For me all test cases getting passed

in addition to testing the heparin tab in main tx you need to test the heparin parameters in the create rx screen are visible depending if heparin is enabled

in addition to testing the heparin tab in main tx you need to test the heparin parameters in the create rx screen are visible depending if heparin is enabled

please update throughout for testing bools use test.verify

please update throughout for testing bools use test.verify

for testing booleans please use test.verify()

for testing booleans please use test.verify()

for testing booleans please use test.verify()

for testing booleans please use test.verify()

this seems to fail here because if we enter TREATMENT_DIALYSIS_STATE then the Blood Prime screen is not going to show and thus failing the squish test case

this seems to fail here because if we enter TREATMENT_DIALYSIS_STATE then the Blood Prime screen is not going to show and thus failing the squish test case

LEAHI-TESTSUITES-LDT-3060_Service - SW - 02 - Feature Configurations - Q&R
LEAHI-TESTSUITES-LDT-3060_Service - SW - 02 - Feature Configurations - Q&R