suite_leahi

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDT-2821 Edit Treatment Parameters During Treatment - SW - 02 - Edit Treatment Parameters During Treatment - Q&R - 15: SIT - Software Integration Tests - Squish Qt

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
LDT-2821 Edit Treatment Parameters During Treatment - SW - 02 - Edit Treatment Parameters During Treatment - Q&R - 15: SIT - Software Integration Tests - Squish Qt

    • -1
    • +3
    ./shared/scripts/configuration/config.py
    • -3
    • +6
    ./shared/scripts/configuration/utility.py
    • -0
    • +93
    ./shared/scripts/ga_formater.py
    • -0
    • +60
    ./shared/scripts/ga_formater.py~
    • -126
    • +259
    ./tst_edit_parameters/test.py
LDT-3155 Blood Set Auto-Load and Auto-Eject - SW - 02 - Q&R - 15: SIT - Software Integration Tests - Squish Qt

    • -0
    • +16
    ./shared/scripts/configuration/config.py
    • -4
    • +11
    ./shared/scripts/configuration/utility.py
    • -0
    • +240
    ./tst_blood_set_auto/test.py
please update to use the wait for and remove if statement.. mouseClick(waitForObject(prescriptions_menu_object, 2000)) Please update throughout test case to use the waitForObject and a timeout an...

please update to use the wait for and remove if statement..

mouseClick(waitForObject(prescriptions_menu_object, 2000))

Please update throughout test case to use the waitForObject and a timeout and remove the if check

LDT-2821 Edit Treatment Parameters During Treatment - SW - 02 - Edit Treatment Parameters During Treatment - Q&R - 15: SIT - Software Integration Tests - Squish Qt

pushing functional way to handle testing received value to fw

LDT-2821 Edit Treatment Parameters During Treatment - SW - 02 - Edit Treatment Parameters During Treatment - Q&R - 15: SIT - Software Integration Tests - Squish Qt

    • -2
    • +2
    ./shared/scripts/configuration/config.py
    • -4
    • +3
    ./shared/scripts/configuration/utility.py
    • -0
    • +512
    ./tst_edit_parameters/test.py
LDT-3062 Service - SW - 02 - Feature Configurations - 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

changed as per comment mouseClick(utility.findChildByText(main_menu_container, "Treatment"))

changed as per comment mouseClick(utility.findChildByText(main_menu_container, "Treatment"))

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

instead of this can we use a wait for object .. mouseClick(waitForObject(settings_menu_object, 2000))

instead of this can we use a wait for object .. 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))

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-3062 Service - SW - 02 - Feature Configurations - Q&R - 15: SIT - Software Integration Tests - Squish Qt

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

    • -9
    • +13
    ./shared/scripts/configuration/utility.py
Merge branch 'staging' into feature/LDT-2741-Service

    • -0
    • +45
    ./shared/scripts/configuration/config.py
    • -7
    • +223
    ./shared/scripts/configuration/utility.py
LDT-2743 Service - SW - 02 - Service - Q&R - 15: SIT - Software Integration Tests - Squish Qt

suite_leahi/tst_service_export_logs/testdata/data_1.tsv edited online with Bitbucket

Added test.verify as per comment

Added test.verify as per comment

Added test.verify as per comment

Added test.verify as per comment

Added test.verify as per comment

Added test.verify as per comment

Now I am verifying Heparin containers are visible or not in create rx screen

Now I am verifying Heparin containers are visible or not in create rx screen

For me all test cases getting passed

For me all test cases getting passed

LDT-3062 Service - SW - 02 - Feature Configurations - 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

    • -66
    • +116
    ./tst_feature_options/test.py
this will work but can be updated to be more flexible and take into account if HeparinSringePump is set to enabled or disabled.. I suggest checking the system.conf first specfically the HeparinSyri...

this will work but can be updated to be more flexible and take into account if HeparinSringePump is set to enabled or disabled.. I suggest checking the system.conf first specfically the HeparinSyringePump and if it is set to 1 then the 3 heparin parameters are visible.

IF HeparinSyringePump is set to 0 then heparin is defeatured and those 3 heparin parameters are not visible and will fail to find and set those values.

this way will not be flexible. We are removing 2 of the pre treatment steps so this case will fail in a future staging build. A better way to check if the steps are shorter or longer is to check if...

this way will not be flexible. We are removing 2 of the pre treatment steps so this case will fail in a future staging build. A better way to check if the steps are shorter or longer is to check if we are in advanced mode.

I suggest checking the system.conf file specifically AdvancedMode if it is set to 0 then we are in standard mode = more steps if AdvancedMode is set to 1 then advanced mode is enabled and we will see the shorter amount of steps