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

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

First go to Standby then press the bottom menu option to enter settings.

First go to Standby then press the bottom menu option to enter settings.

before changing the Op mode to service.. Go to standby then press the settings tab on the bottom.

before changing the Op mode to service.. Go to standby then press the settings tab on the bottom.

I am encountering an issue when running the first time I can change the manufacturing password but a consecutive time I need to reset the password manually. Can we reset the password programmatical...

I am encountering an issue when running the first time I can change the manufacturing password but a consecutive time I need to reset the password manually. Can we reset the password programmatically?

Example after the test is over to revert the password you can copy the contents of the default settings.. e.q. System.dflt and overwrite the System.conf file to reset everything for future test cases that do use the service password.

same as above and other back button in the settings pages

same as above and other back button in the settings pages

can we give the back buttons a more descirptive name like o_SettingsBase_backButton_UserMode

can we give the back buttons a more descirptive name like

o_SettingsBase_backButton_UserMode

what are these for? looks like a copy to o_SettingsBase_SettingsInformation .. please remove this section

what are these for? looks like a copy to o_SettingsBase_SettingsInformation .. please remove this section

it looks like we keep adding a new variable for a specific arguement. Lets make it more modular and create a function to pass in any arguement Something like def aut(name, *args): return " "...

it looks like we keep adding a new variable for a specific arguement.

Lets make it more modular and create a function to pass in any arguement

Something like

def aut(name, *args):
    return " ".join((name, *args))"



and use it like

 aut("leahi", "-k", "-K", "-S", "-q")" 
LEAHI-TESTSUITES-LDT-2741_Service - SW - 02 - Service - Q&R
LEAHI-TESTSUITES-LDT-2741_Service - SW - 02 - Service - Q&R