Vendor - TEL - Shivaprasad Basavaraju

LDT-3122 Blood Prime - SW - 02 - Q&R - 15: SIT - Software Integration Tests - Squish Qt

LDT-3155 Blood Set Auto-Load and Auto-Eject - SW - 02 - Q&R - 15: SIT - Software Integration Tests - Squish Qt

LDT-3062 Service - SW - 02 - Feature Configurations - Q&R - 15: SIT - Software Integration Tests - Squish Qt

LDT-2841 Service - SW - 02 - Institutional - Q&R - 15: SIT - Software Integration Tests - Squish Qt

LDT-2743 Service - SW - 02 - Service - Q&R - 15: SIT - Software Integration Tests - Squish Qt

added an empty line as per comment

added an empty line as per comment

LDT-3122 Blood Prime - SW - 02 - Q&R - 15: SIT - Software Integration Tests - Squish Qt

LDT-3122 Blood Prime - SW - 02 - Q&R - 15: SIT - Software Integration Tests - Squish Qt

LDT-3122 Blood Prime - SW - 02 - Q&R - 15: SIT - Software Integration Tests - Squish Qt

    • -0
    • +10
    /suite_leahi/shared/scripts/names.py
    • -0
    • +476
    /suite_leahi/tst_blood_prime/test.py
change line of code as per comment

change line of code as per comment

LDT-3062 Service - SW - 02 - Feature Configurations - Q&R - 15: SIT - Software Integration Tests - Squish Qt

    • -6
    • +5
    /suite_leahi/tst_feature_options/test.py
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

LDT-3062 Service - SW - 02 - Feature Configurations - Q&R - 15: SIT - Software Integration Tests - Squish Qt

    • -2
    • +4
    /suite_leahi/tst_feature_options/test.py
LDT-2841 Service - SW - 02 - Institutional - Q&R - 15: SIT - Software Integration Tests - Squish Qt

updated as per comment

updated as per comment

updated as per comment

updated as per comment

LDT-3155 Blood Set Auto-Load and Auto-Eject - SW - 02 - Q&R - 15: SIT - Software Integration Tests - Squish Qt

LDT-3155 Blood Set Auto-Load and Auto-Eject - SW - 02 - Q&R - 15: SIT - Software Integration Tests - Squish Qt

    • -3
    • +3
    /suite_leahi/tst_blood_set_auto/test.py
LDT-3062 Service - SW - 02 - Feature Configurations - Q&R - 15: SIT - Software Integration Tests - Squish Qt

    • -4
    • +11
    /suite_leahi/tst_feature_options/test.py
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

LDT-2841 Service - SW - 02 - Institutional - Q&R - 15: SIT - Software Integration Tests - Squish Qt

LDT-3062 Service - SW - 02 - Feature Configurations - Q&R - 15: SIT - Software Integration Tests - Squish Qt

    • -72
    • +23
    /suite_leahi/tst_feature_options/test.py
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

LDT-2743 Service - SW - 02 - Service - Q&R - 15: SIT - Software Integration Tests - Squish Qt

    • -23
    • +2
    /suite_leahi/shared/scripts/names.py
added all options as function comment for user reference

added all options as function comment for user reference