tst_settings_service

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

RESOLVED>

RESOLVED>

Generally, any path should be a variable in a global location.

Generally, any path should be a variable in a global location.

Take this in a global place. Testing on the device will be different.

Take this in a global place.
Testing on the device will be different.

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

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

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

added an empty line as per comment

added an empty line as per comment

updated as per comment

updated as per comment

updated as per comment

updated as per comment

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