Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Not a comment to be done right now. But better to create arrays of test data on top of the function/file, loop through them, and call the function (verify_td_and_dd_versions) to use those. So we ca...

Not a comment to be done right now.
But better to create arrays of test data on top of the function/file, loop through them, and call the function (verify_td_and_dd_versions) to use those.
So we can more easily add multiple test data cases later to cover more edge cases.

Now findObjectById(parent, id): method is moved to configuration folder utility.py file

Now findObjectById(parent, id): method is moved to configuration folder utility.py file

Now get_aut_version(aut_path): method is moved to configuration folder application_init.py file

Now get_aut_version(aut_path): method is moved to configuration folder application_init.py file

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

LDT-1080 Device Settings - SW - 02 - Information - Version - Q&R - 15: SIT - Software Integration Tests - Squish Qt

  1. … 3 more files in changeset.
move outside as its used in another test case and update other test case

move outside as its used in another test case and update other test case

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:
ive noticed this common method being used in other test cases. If its a general method that is used throughout please move outside in a shared file and call from there. Please update other reposito...

ive noticed this common method being used in other test cases. If its a general method that is used throughout please move outside in a shared file and call from there. Please update other repositories that use this as well.

Now I am getting AUT path using aut_path = currentApplicationContext().cwd in test script

Now I am getting AUT path using aut_path = currentApplicationContext().cwd in test script

Device Settings - SW - 02 - Information - Version - Q&R - 15: SIT - Software Integration Tests - Squish Qt

  1. … 1 more file in changeset.
can you get the path relatively and not hard coded. This path is specific to your VM

can you get the path relatively and not hard coded. This path is specific to your VM

updated

updated

Add get_aut_version function and getting UI version using subprocess

Add get_aut_version function and getting UI version using subprocess

Device Settings - SW - 02 - Information - Version - Q&R - 15: SIT - Software Integration Tests - Squish Qt

  1. … 1 more file in changeset.
for this do not hard code as it will only work with this specific build. Use"./leahi --version" to get the version then test that with what we display in GUI

for this do not hard code as it will only work with this specific build. Use"./leahi --version" to get the version then test that with what we display in GUI

I have deleted strings.py file from Bitbucket branch feature/LDT-1078-Device-Settings-Information-Version

I have deleted strings.py file from Bitbucket branch feature/LDT-1078-Device-Settings-Information-Version

please update indentation

please update indentation

remove this file and port anything needed into config.py for consistency just like we are doing in http://devapps.diality.us:8060/cru/LEAHI-TESTSUITES-LDT-1650-1

remove this file and port anything needed into config.py for consistency just like we are doing in http://devapps.diality.us:8060/cru/LEAHI-TESTSUITES-LDT-1650-1

LEAHI-TESTSUITES-LDT-1078_Device Settings - SW - 02 - Information - Version - Q&R
LEAHI-TESTSUITES-LDT-1078_Device Settings - SW - 02 - Information - Version - Q&R
Device Settings - SW - 02 - Information - Version - Q&R - 15: SIT - Software Integration Tests - Squish Qt

  1. … 2 more files in changeset.