Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
updated to utility.aut("-q")

updated to utility.aut("-q")

updated as per comment

updated as per comment

updated to utility.aut("-q")

updated to utility.aut("-q")

updated to utility.aut("-q")

updated to utility.aut("-q")

updated to utility.aut("-q")

updated to utility.aut("-q")

updated to utility.aut("-q")

updated to utility.aut("-q")

updated to utility.aut("-q")

updated to utility.aut("-q")

updated as per comment

updated as per comment

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

  1. … 6 more files in changeset.
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

Uploaded the report

Uploaded the report

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

move this to navigation.py?

move this to navigation.py?

Please upload report to https://diality.atlassian.net/browse/LDT-2743

Please upload report to https://diality.atlassian.net/browse/LDT-2743

the aut will always be "leahi" so leave that as a constant in the method and only pass in arguements

the aut will always be "leahi" so leave that as a constant in the method and only pass in arguements

removed AUT_NAME and AUT_NAME_ONLY

removed AUT_NAME and AUT_NAME_ONLY

Add test start sections and end sections

Add test start sections and end sections

for each sections please wrap around test.startSection() and test.endSection() so the test case report matches the outline commented at the top of the file

for each sections please wrap around test.startSection() and test.endSection() so the test case report matches the outline commented at the top of the file

please remove AUT_NAME and AUT_NAME_ONLY and update the other tests accordinglt please

please remove AUT_NAME and AUT_NAME_ONLY and update the other tests accordinglt please

thats fine leave as is then

thats fine leave as is then

Removed duplicate objects

Removed duplicate objects

Add def aut(name, *args): """ Joins the executable name and argument into a single command string """ return " ".join((name, *args)) function in utility.py and using it main script startApplication...

Add def aut(name, *args):
"""
Joins the executable name and argument
into a single command string
"""
return " ".join((name, *args))
function in utility.py and using it main script startApplication(utility.aut("leahi", "-E")) as per comment