tst_feature_options

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDT-3062 Service - SW - 02 - Feature Configurations - Q&R - 15: SIT - Software Integration Tests - Squish Qt

Added test.fail as per comment

Added test.fail as per comment

Does Squish report the remaining tests as failed? Also, it should stop all of the other tests too, because almost all the tests depend on the CANBus communication.

Does Squish report the remaining tests as failed?
Also, it should stop all of the other tests too, because almost all the tests depend on the CANBus communication.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

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

this is a good test for each test main function, but needs to be one time t the top of the main function. And I believe if that fails you need to exit and do not continue to the rest of the test. ...

this is a good test for each test main function, but needs to be one time t the top of the main function.
And I believe if that fails you need to exit and do not continue to the rest of the test.

make a checkblock and return if fails.

if there is no = in the line then we do not have index 1 nd the code will fail. please first split check the size then get the index if exitsts.

if there is no = in the line then we do not have index 1 nd the code will fail.
please first split check the size then get the index if exitsts.

please just add test case to the end and not remove all the prior ones

please just add test case to the end and not remove all the prior ones

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

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

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

  1. … 1 more file in changeset.
updated as per comment

updated as per comment

updated as per comment

updated as per comment

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

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.

made changes as per comment

made changes as per comment

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

  1. … 2 more files in changeset.
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