Vendor - TEL - Shivaprasad Basavaraju

Added test.fail as per comment

Added test.fail as per comment

For LDT-3588 Misc SW Enhancements - SW  - 02 - General Aesthetics - 02-S24 - Q&R I have added code to respective branch and its test script as below 1. Test vitals dialog numpad value is colored r...

For LDT-3588 Misc SW Enhancements - SW  - 02 - General Aesthetics - 02-S24 - Q&R
I have added code to respective branch and its test script as below

1. Test vitals dialog numpad value is colored red when value is out of range

  • Added code to patient Vitals script


 

2. Update to treatment time confirmation dialog

  • update the test case for treatment adjustments just the treatment time confirm test case
    Added code to main treatment script isolate uf branch


 

3. Saline delivery test change to fluid delivery
– check main treatment test case if any changes need to be done
Added code to solution infusion script isolate uf branch

 

4. on UF Paused the new tag on the main treatment screen showing the status.
--add test in main treatmetn test case to cover when paused and complete
Added code to ultrafiltration script isolate uf branch

 

5. On End of Treatment. UF edit button is now disabled.
– Update end of treatment test case and update to only test the button is Disabled"
No change done because UF edit button is now disabled test case already handled in  end of treatment test script

updated code as per comment

updated code as per comment

updated code as per comment

updated code as per comment

merged with staging branch and added all the scripts

merged with staging branch and added all the scripts

removed all post treatment steps

removed all post treatment steps

updated as per comment

updated as per comment

No, it will not affect others test cases. Initially this was def setObjectText(obj, text): but divya changed to setObjectText(text, obj): So I changed back original because It was affecting my test...

No, it will not affect others test cases. Initially this was def setObjectText(obj, text): but divya changed to setObjectText(text, obj): So I changed back original because It was affecting my test scripts and I informed her about this

updated as per comment

updated as per comment

updated as per comment

updated as per comment

updated as per comment

updated as per comment

updated as per comment

updated as per comment

updated as per comment

updated as per comment

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 as per comment

updated as per comment

updated as per comment

updated as per comment

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

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 as per comment mouseClick(utility.findChildByText(main_menu_container, "Treatment"))

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

Added test.verify as per comment

Added test.verify as per comment