Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Since this is being used everywhere, I would recommend defining a global variable(s) so that we can later be flexible to adjust that for all the mouse clicks or watforobject functions

Since this is being used everywhere, I would recommend defining a global variable(s) so that we can later be flexible to adjust that for all the mouse clicks or watforobject functions

Shouldn't this function be defined in a more general location/file? And same comment here to be aware of the translation flexibility for later.

Shouldn't this function be defined in a more general location/file?
And same comment here to be aware of the translation flexibility for later.

Not able to find in your test.py, but these types of texts will change with the translation, and if the text is used as has been defined here, your test will fail in other languages. Just be aware ...

Not able to find in your test.py, but these types of texts will change with the translation, and if the text is used as has been defined here, your test will fail in other languages.
Just be aware and think of a solution to be flexible for later when testing with other languages.

updated as per comment

updated as per comment

all the test cases need ot be listed here. Only add on your new test case and do not remove the others

all the test cases need ot be listed here. Only add on your new test case and do not remove the others

Add tst_general_alarm_requirements_instruction to suite.conf file

Add tst_general_alarm_requirements_instruction to suite.conf file

removed the outer startSection and uploaded the new test report

removed the outer startSection and uploaded the new test report

Please add the test case to the suite.conf

Please add the test case to the suite.conf

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 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

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 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 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

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 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:
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:
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