Is there a way to mark Test Scripts as Automated and subsequently generate a report/query that shows how many Test Scripts are automated?
This is similar to another question asked on Nov 14 '12, 1:21 a.m.
Right now, RQM is just showing all my test scripts as "Manual" under the column "Script Type". Is there anyway to change this? I see Test Cases can be marked as 'Automated' but not test scripts.
If Test Scripts can be marked as 'Automated' is there a way in v4.0.1 to query this info?
Thank you.
Right now, RQM is just showing all my test scripts as "Manual" under the column "Script Type". Is there anyway to change this? I see Test Cases can be marked as 'Automated' but not test scripts.
If Test Scripts can be marked as 'Automated' is there a way in v4.0.1 to query this info?
Thank you.
Accepted answer
Since script type cannot be modified you could add a Category to the Test Script type, e.g. Automated and set that category value to yes when the manual script has an automated version.
Comments
2 other answers
Hi Michael,
- at creation time, depending on what your test script is dedicated for, you should select the adhoc script type (Manual, Junit selenium, Rational AppScan, Rational Functional Tester, Rational Performance Tester, etc.)
Note : once test script is created, I believe you could not change its type.
- then for querying your test scripts by their type :
* 1st: you could filter wrt your particular needs (e.g. want to see on Junit selenium and RPT scripts)
* 2nd: save this as a query (that you could reuse anytime from your "Saved Queries").
Regards,
Stéphane
- at creation time, depending on what your test script is dedicated for, you should select the adhoc script type (Manual, Junit selenium, Rational AppScan, Rational Functional Tester, Rational Performance Tester, etc.)
Note : once test script is created, I believe you could not change its type.
- then for querying your test scripts by their type :
* 1st: you could filter wrt your particular needs (e.g. want to see on Junit selenium and RPT scripts)
* 2nd: save this as a query (that you could reuse anytime from your "Saved Queries").
Regards,
Stéphane