Details
-
Task
-
Resolution: Unresolved
-
P1: Critical
-
None
-
None
-
None
Description
suite_digital_advertising has two 'happy case' install test cases, one for qt5 and one for qt6, since the functionality is exactly the same they just use different accounts, combine the tests so that there is only tst_install_qtda.
In test code specify used account according following:
5.15.0-5.15.14 | shared.get_account_obj(shared.get_account("ad_qtda_noqt6")) |
super LTS (5.15.15->) | shared.get_account_obj(shared.get_account("ade_qtda_qt6")) |
6.0.0-> | shared.get_account_obj(shared.get_account("ade_qtda_qt6")) |
Other wise the test body is same as in the original test cases (tst_ent_with_qtda_qt6 or tst_ent_with_qtda_qt5)
Modify also TestRail test suites and test plans