Vendor - TEL - Shivaprasad Basavaraju

storing general configurations folder path in config.py

storing general configurations folder path in config.py

changed direct file path to dynamic user perspective and storing general configurations folder path in config.py

changed direct file path to dynamic user perspective and storing general configurations folder path in config.py

Removed strings as per comment

Removed strings as per comment

renamed folder as per comment and added new name in suite.conf file

renamed folder as per comment and added new name in suite.conf file

for Rejection reason and reading text from configuration Rejections.conf file conf_path = "/home/denali/Public/luis/config/configurations/Alarms/Rejections.conf" repo = ScopedRejectionRepository(pa...

for Rejection reason and reading text from configuration Rejections.conf file
conf_path = "/home/denali/Public/luis/config/configurations/Alarms/Rejections.conf"
repo = ScopedRejectionRepository(path=conf_path)
REJECT_TEXT = repo.get("1", "Title")

Instructions part updated in https://devapps.diality.us/cru/#LEAHI-TESTSUITES-LDT-3153-1CFR-82873
Removed hard coded instructions text and Now I am getting object id find and then clicking it
content_column = waitForObjectExists(names.o_PreTreatmentBase_contentColumn_Column)
values = utility.findAllObjectsById(content_column, "_message")
for content in values[1:4]:
mouseClick(content)

Removed <i> from string as per comment

Removed <i> from string as per comment

moved this function to tst_headerbar_information_popup as per comment

moved this function to tst_headerbar_information_popup as per comment

delete this file and its verificationPoints folder

delete this file and its verificationPoints folder

Changed TD Opmode from Standy state to Treatment state

Changed TD Opmode from Standy state to Treatment state

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