Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Now using setText(obj, text) method and moved to configuration folder utility.py file

Now using setText(obj, text) method and moved to configuration folder utility.py file

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

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

LDT-1059 Device Settings - SW - 02 - Export Log - Q&R - 15: SIT - Software Integration Tests - Squish Qt

move this method outside to a shared functions file

move this method outside to a shared functions file

can we make this a more general method and put in a shared file and update throughout.. update to something like def setObjectText(obj, text): obj["text"] = text return obj:

can we make this a more general method and put in a shared file and update throughout.. update to something like

def setObjectText(obj, text):
    obj["text"] = text
    return obj:
LEAHI-TESTSUITES-LDT-1036_Device Settings - SW - 02 - Wifi - Q&R
LEAHI-TESTSUITES-LDT-1036_Device Settings - SW - 02 - Wifi - Q&R
Updated as suggested.

Updated as suggested.

Added comment block and uploaded test report onto Jira.

Added comment block and uploaded test report onto Jira.

Updated as per the suggestion.

Updated as per the suggestion.

LDT-1059 Device Settings - SW - 02 - Export Log - Q&R - 15: SIT - Software Integration Tests - Squish Qt

  1. … 1 more file in changeset.
It is ok for now, but from lines 11 to 19, there are still some object names that need to be refactored. Will be mentioned in later reviews,

It is ok for now, but from lines 11 to 19, there are still some object names that need to be refactored.
Will be mentioned in later reviews,

That is fine for now, but please think ahead and move it as soon as you have used it elsewhere. Also, by moving it to a more general place, others will notice and use it, instead of duplicating.

That is fine for now, but please think ahead and move it as soon as you have used it elsewhere.
Also, by moving it to a more general place, others will notice and use it, instead of duplicating.

lets try and avoid using the occurrence property and instead get the parent object which should be a TouchGrid qml component then find the children and find the object in the grid by testing theTex...

lets try and avoid using the occurrence property and instead get the parent object which should be a TouchGrid qml component then find the children and find the object in the grid by testing theText property of the child object "Export Logs"

Updated as suggested.

Updated as suggested.

moved to application_init.py

moved to application_init.py

removed the method def_stop_application(), because not using it in test script.

removed the method def_stop_application(), because not using it in test script.

startApplication method is moved to def main() function. *'-l' is removed and added '-q'
  • startApplication method is moved to def main() function.
  • '-l' is removed and added '-q'
removed the line "app_context = None".

removed the line "app_context = None".

We're using this method specifically in this file, so for now it will remain in test.py

We're using this method specifically in this file, so for now it will remain in test.py

updated all objects names started with o_.

updated all objects names started with o_.

updated all objects names started with o_.

updated all objects names started with o_.

removed the "text" as suggested.

removed the "text" as suggested.

Updated the object names as suggested.

Updated the object names as suggested.

updated combobox to o_LogTypeComboBox.

updated combobox to o_LogTypeComboBox.

The Objects have been updated for clarity: exportLogsText → o_ExportLogsPageTitleText (refers to the Export Log page title) settingsHomeExportLogs → o_DeviceSettingsTitleText (refers to the Expor...

The Objects have been updated for clarity:

exportLogsText → o_ExportLogsPageTitleText (refers to the Export Log page title)

settingsHomeExportLogs → o_DeviceSettingsTitleText (refers to the Export Log text on the Device Settings page)

LDT-1059 Device Settings - SW - 02 - Export Log - Q&R - 15: SIT - Software Integration Tests - Squish Qt

  1. … 3 more files in changeset.