LEAHI-TESTSUITES-LDT-1078

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -20
    • +14
    /sources/model/hd/alarm/MAlarmMapping.cpp
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

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

Bamboo Commit: Updated MAlarmMapping.cpp

    • -14
    • +20
    /sources/model/hd/alarm/MAlarmMapping.cpp
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -20
    • +14
    /sources/model/hd/alarm/MAlarmMapping.cpp
Merged release/p1b/staging

Bamboo Commit: Updated MAlarmMapping.cpp

    • -15
    • +21
    /sources/model/hd/alarm/MAlarmMapping.cpp
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -20
    • +14
    /sources/model/hd/alarm/MAlarmMapping.cpp
Merged release/stagingmerge-DEN-17325-release_24_dn

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

Bamboo Commit: Updated MAlarmMapping.cpp

    • -14
    • +20
    /sources/model/hd/alarm/MAlarmMapping.cpp
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -20
    • +14
    /sources/model/hd/alarm/MAlarmMapping.cpp
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

Bamboo Commit: Updated MAlarmMapping.cpp

    • -14
    • +20
    /sources/model/hd/alarm/MAlarmMapping.cpp
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -20
    • +14
    /sources/model/hd/alarm/MAlarmMapping.cpp
Bamboo Commit: Updated MAlarmMapping.cpp

    • -1
    • +1
    /sources/model/hd/alarm/MAlarmMapping.cpp
Merged DEN-17325

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

DEN-17325: Release 24 DN

- Commented out the timezone detection to prevent the display of the timezone on the screen.

DEN-17325: Release 24 DN

- Commented out the timezone detection to prevent the display of the timezone on the screen.