Index: suite_leahi/shared/scripts/configuration/config.py =================================================================== diff -u -r5242b0f3bde261dff5670b39bdb263f084d237b6 -rcb5bd455ccab1f25b69359aab8ec82e4d9577230 --- suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision 5242b0f3bde261dff5670b39bdb263f084d237b6) +++ suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision cb5bd455ccab1f25b69359aab8ec82e4d9577230) @@ -5,6 +5,9 @@ # Configuration application_init.py TMP_DIR = "/tmp/" APP_POST_LOG_LOCATION = "".join([str(TMP_DIR),'/post.log']) +SETTINGS = "Settings" +PRESCRIPTIONS = "Prescriptions" +TREATMENT = "Treatment" #Service Export Logs ENABLED = True Index: suite_leahi/tst_pre_treatment_foundation/test.py =================================================================== diff -u -r1e3869b12486cff17bef668c69a6cb36cafff4a8 -rcb5bd455ccab1f25b69359aab8ec82e4d9577230 --- suite_leahi/tst_pre_treatment_foundation/test.py (.../test.py) (revision 1e3869b12486cff17bef668c69a6cb36cafff4a8) +++ suite_leahi/tst_pre_treatment_foundation/test.py (.../test.py) (revision cb5bd455ccab1f25b69359aab8ec82e4d9577230) @@ -1,5 +1,6 @@ # Subject/Title: Pre-Treatment - SW - 02 - Foundation - Q&R -# +# LDT -3816 SW Misc & Enhc - SW - 02 - Usability Requests - Q&R - 15: SIT - Software Integration Tests - Squish Qt +# # Functionalities: Testing of Pre-Treatment Foundation # # Steps: @@ -10,6 +11,9 @@ # simulate TD Treatment mode and simulate TD Post Treatment mode # Navigate to Device settings using service password and Toggle Advanced Mode Switch # Navigate to Through Pre-Treatment Pages Comparing Page Title and Page Contents +# Pre-Treatment test cycle steps timer. +# Press the play button on one of the pre treatment instruction pages. Wait 5 seconds +# confirm the index of the test step changes import names import re