Vendor - TEL - Shivaprasad Basavaraju

Uploaded the report

Uploaded the report

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

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

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

    • -1
    • +1
    /suite_leahi/tst_settings_service/test.py
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

    • -3
    • +9
    /suite_leahi/tst_settings_service/test.py
LDT-2743 Service - SW - 02 - Service - Q&R - 15: SIT - Software Integration Tests - Squish Qt

Removed duplicate objects

Removed duplicate objects

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

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

    • -34
    • +94
    /suite_leahi/tst_settings_service/test.py
LDT-2743 Service - SW - 02 - Service - Q&R - 15: SIT - Software Integration Tests - Squish Qt

    • -10
    • +9
    /suite_leahi/shared/scripts/names.py
    • -39
    • +57
    /suite_leahi/tst_settings_service/test.py
I got error for 3 variations, So I kept 4 variations and error was Detail IndexError: tuple index out of range /home/denali/Public/leaDevTest/leahi-testsuites/suite_leahi/tst_general_alarm_requirem...

I got error for 3 variations, So I kept 4 variations and error was Detail IndexError: tuple index out of range /home/denali/Public/leaDevTest/leahi-testsuites/suite_leahi/tst_general_alarm_requirements_instruction/test.py:267

updated as per comment

updated as per comment

LDT-1804 General Alarm Requirements - SW - 02 - Instructions with new design - Q&R - 15: SIT - Software Integration Tests - Squish Qt

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

    • -0
    • +27
    /suite_leahi/shared/scripts/names.py
    • -0
    • +379
    /suite_leahi/tst_settings_service/test.py
LDT-2743 Service - SW - 02 - Service - Q&R - 15: SIT - Software Integration Tests - Squish Qt

    • -0
    • +26
    /suite_leahi/shared/scripts/names.py
    • -0
    • +329
    /suite_leahi/tst_service/test.py
EXPORT_LOG_TEXT constant belongs to Service Export Logs feature test script and may be needed to take after the translation by changing constant values

EXPORT_LOG_TEXT constant belongs to Service Export Logs feature test script and may be needed to take after the translation by changing constant values

Now using get_object_color, get_object_source_path, get_object_text method and moved to configuration folder utility.py file

Now using get_object_color, get_object_source_path, get_object_text method and moved to configuration folder utility.py file

LDT-1804 General Alarm Requirements - SW - 02 - Instructions with new design - Q&R - 15: SIT - Software Integration Tests - Squish Qt

Now findObjectByText(parent_object, target_text): method is moved to configuration folder utility.py file

Now findObjectByText(parent_object, target_text): method is moved to configuration folder utility.py file

LDT-1804 General Alarm Requirements - SW - 02 - Instructions with new design - Q&R - 15: SIT - Software Integration Tests - Squish Qt