Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Now findObjectById(parent, id): method is moved to configuration folder utility.py file and get_aut_version(aut_path): method is moved to configuration folder application_init.py file

Now findObjectById(parent, id): method is moved to configuration folder utility.py file and 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-1652 HeaderBar - SW - 02 - Information - Q&R - 15: SIT - Software Integration Tests - Squish Qt

  1. … 2 more files in changeset.
can we make this a more general method and put in a shared file and update throughout.. updatet to something like def setText(obj, text): obj["text"] = text return obj:

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

def setText(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

HeaderBar - SW - 02 - Information - 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

Add get_aut_version function and getting UI version using subprocess

Add get_aut_version function and getting UI version using subprocess

HeaderBar - SW - 02 - Information - Q&R - 15: SIT - Software Integration Tests - Squish Qt

  1. … 1 more file in changeset.
this will not work and fail. This is build specific and will only work with the current leahi build.. Please get the version using "./leahi --version" and use that

this will not work and fail. This is build specific and will only work with the current leahi build.. Please get the version using "./leahi --version" and use that

I have deleted strings.py file from Bitbucket branch feature/LDT-1650-headerbar-information

I have deleted strings.py file from Bitbucket branch feature/LDT-1650-headerbar-information

remove the strings.py file from the project now that we are not going to be using it.

remove the strings.py file from the project now that we are not going to be using it.

​Now I have added all constants in config.py and removed import of strings.py

​Now I have added all constants in config.py and removed import of strings.py

I have pushed utility.py file

I have pushed utility.py file

is this import needed? Import any needed items to this repo

is this import needed? Import any needed items to this repo

since this is not in line with the latest staging the utility.py is not in the test suite so please add

since this is not in line with the latest staging the utility.py is not in the test suite so please add

LEAHI-TESTSUITES-LDT-1650_HeaderBar - SW - 02 - Information - Q&R
LEAHI-TESTSUITES-LDT-1650_HeaderBar - SW - 02 - Information - Q&R
HeaderBar - SW - 02 - Information - Q&R - 15: SIT - Software Integration Tests - Squish Qt

HeaderBar - SW - 02 - Information - Q&R - 15: SIT - Software Integration Tests - Squish Qt