tst_service_institutional

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDT-2841 Service - SW - 02 - Institutional - Q&R - 15: cSIT - 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

updated as per comment

updated as per comment

updated as per comment

updated as per comment

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

  1. … 1 more file in changeset.
instead of hard coding can you test against the INSTITUTIONAL_CONFIGURATIONS_BLOOD_FLOW_CUSTOM_RANGE[vBloodFlowDef] ? update for each of these

instead of hard coding can you test against the INSTITUTIONAL_CONFIGURATIONS_BLOOD_FLOW_CUSTOM_RANGE[vBloodFlowDef] ? update for each of these

please only add test case to the end

please only add test case to the end

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

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

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

  1. … 3 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
is this check needed? can we just click update to remove the if statement and use waitForObject? Ex. mouseClick(waitForObject(settings_menu_object, 2000))

is this check needed? can we just click update to remove the if statement and use waitForObject?

Ex. mouseClick(waitForObject(settings_menu_object, 2000))

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

  1. … 4 more files in changeset.
LDT-2841 Service - SW - 02 - Institutional - Q&R - 15: SIT - Software Integration Tests - Squish Qt