leahi-testsuites

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
updated as per comment

updated as per comment

updated as per comment

updated as per comment

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

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))

mouseClick(waitForObject(utility.findChildByText(post_treatment, config.AUTO_EJECT), 2000))

mouseClick(waitForObject(utility.findChildByText(post_treatment, config.AUTO_EJECT), 2000))

mouseClick(waitForObject(utility.findChildByText(pre_treatment, config.NEXT), 2000))

mouseClick(waitForObject(utility.findChildByText(pre_treatment, config.NEXT), 2000))

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.

please leave a comment above describng why the visible property is being left in

please leave a comment above describng why the visible property is being left in

what are the ga_formater.py files for?

what are the ga_formater.py files for?

At present all English text-only content are maintained in config,py file

At present all English text-only content are maintained in config,py file

made changes as per comment

made changes as per comment

made changes as per comment

made changes as per comment

Now moved all text to config file and in script using as config.THAT_TEXT

Now moved all text to config file and in script using as config.THAT_TEXT

changed function name and code

changed function name and code

removed passwordCharacter, echoMode, checkable from object properties

removed passwordCharacter, echoMode, checkable from object properties

added all options as function comment for user reference

added all options as function comment for user reference

removed data_1.tsv file from branch

removed data_1.tsv file from branch

Add timeout_ms=3000 as default for utility get_object_from_names function, removed timeout_ms=3000 from all function calls in all the test scripts

Add timeout_ms=3000 as default for utility get_object_from_names function, removed timeout_ms=3000 from all function calls in all the test scripts

changed the code as per your suggestion to the check the advanced mode property in the file system.conf

changed the code as per your suggestion to the check the advanced mode property in the file system.conf

changed the code to check the heparinsyringepump value

changed the code to check the heparinsyringepump value

For confirm button in create rx page we are using the visible property. If i remove the visible property not able to click on the element

For confirm button in create rx page we are using the visible property. If i remove the visible property not able to click on the element

LEAHI-TESTSUITES-LDT-3153_Blood Set Auto-Load and Auto-Eject - SW - 02 - Q&R
LEAHI-TESTSUITES-LDT-3153_Blood Set Auto-Load and Auto-Eject - SW - 02 - Q&R
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))

is this check needed? can we just click update to remove the if statement and use waitForObject? Ex. mouseClick(waitForObject(settings_menu_object, 2000))

is this check needed? can we just click update to remove the if statement and use waitForObject?

Ex. mouseClick(waitForObject(settings_menu_object, 2000))

Added test.verify as per comment

Added test.verify as per comment