Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
i believe it is necessary for a custom module.. https://doc.qt.io/squish/python-notes.html#squish-funcs-in-py-modules

i believe it is necessary for a custom module.. https://doc.qt.io/squish/python-notes.html#squish-funcs-in-py-modules

Removed the from squish import * line and keeping the import squish in utility.py and navigation.py files

Removed the from squish import * line and keeping the import squish in utility.py and navigation.py files

without squish import in utility file scripts will fail so added import squish line in utility.py and navigation.py file

without squish import in utility file scripts will fail so added import squish line in utility.py and navigation.py file

LDT -2973 Heparin - SW - 02 - Q&R - 15: SIT - Software Integration Tests - Squish Qt

LDT -2973 Heparin - SW - 02 - Q&R - 15: SIT - Software Integration Tests - Squish Qt

LDT -3016 End of Treatment - SW - 02 - Q&R - 15: SIT - Software Integration Tests - Squish Qt

  1. … 1 more file in changeset.
Please remove squish import everywhere. It is also duplicate here.

Please remove squish import everywhere.
It is also duplicate here.

remove argument and only pass in arguments. name is always "leahi" so set it in here

remove argument and only pass in arguments.
name is always "leahi" so set it in here

update to utility.aut()

update to utility.aut()

update to utility.aut("-E")

update to utility.aut("-E")

update to utility.aut()

update to utility.aut()

update to utility.aut()

update to utility.aut()

update to utility.aut("-q")

update to utility.aut("-q")

update all "leahi" to utility.aut()

update all "leahi" to utility.aut()

should be utility.aut() if you only want "leahi" utility.aut(""-E")) if you want "leahi -E" only pass in arguemets and remove name parameter in our aut() method

should be utility.aut() if you only want "leahi" utility.aut(""-E")) if you want "leahi -E" only pass in arguemets and remove name parameter in our aut() method

LEAHI-TESTSUITES-LDT-3014_End of Treatment - SW - 02 - Q&R
LEAHI-TESTSUITES-LDT-3014_End of Treatment - SW - 02 - Q&R
Uploaded the report

Uploaded the report

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

LDT -2973 Heparin - SW - 02 - Q&R - 15: SIT - Software Integration Tests - Squish Qt

try catch is avoided as per suggestion

try catch is avoided as per suggestion

try catch is removed

try catch is removed

Moved all the constants to config.py file

Moved all the constants to config.py file

Removed the line

Removed the line

Method name is changed and added docstring and method is available in navigation.py file

Method name is changed and added docstring and method is available in navigation.py file

Method is moved to navigation.py file

Method is moved to navigation.py file

this function also contains Wi-Fi Screen Parameters and Navigate to Wi-Fi Screen from Device Settings is not required in others test scripts

this function also contains Wi-Fi Screen Parameters and Navigate to Wi-Fi Screen from Device Settings is not required in others test scripts

updated

updated

code is aligned

code is aligned

All strings are placed in config.py

All strings are placed in config.py

All strings are placed in config.py

All strings are placed in config.py