tst_settings_service

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

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

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

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

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

updated as per comment

updated as per comment

Updated as per comment and Named as o_SettingsBase_backButton_AdvancedMode as per New Leahi UI change from UserMode

Updated as per comment and Named as o_SettingsBase_backButton_AdvancedMode as per New Leahi UI change from UserMode

Now I am using navigation.navigate_to_device_settings_screen() and it will use standby mode and then press settings as per comment

Now I am using navigation.navigate_to_device_settings_screen() and it will use standby mode and then press settings as per comment

Now I am using application_init.update_password_back_to_default_password() function copy password from system.dflt to system.conf as per comment

Now I am using application_init.update_password_back_to_default_password() function copy password from system.dflt to system.conf as per comment

If I use Standby also it will directly navigate to Manufacture password screen and after launching of aut with -E

If I use Standby also it will directly navigate to Manufacture password screen and after launching of aut with -E

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

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

  1. … 4 more files in changeset.