Executing Scripts from RQM HP UFT Integration
Hi All,
One of my teams when executing a test suite from Rational QM with HP UFT integration (test script type HP QTP 11.x) the HP UFT opens and closes with each test case. That slows down the execution so that it is not possible to achieve good execution times with larger number of test cases. Is it possible to have a session-based execution so that the HP UFT does not have to close and reopen with each test case?
Thanks in Advance.
|
Accepted answer
The execution of RQM Test Suite are designed the way that Test Case provide a logical boundary to a single execution of related group of test script steps.
This is the same case for any type of test script execution ( Manual Steps, or any other third party connected via Adapters ).
However, we have provided another Test Suite execution option - that is "Single Test Script Execution" which is directly executed via Test Suite. So in your case, you may choose to include all the test script steps from all of your test cases in to a single script and associate that script with Test Suite. But there are two challenges with this approach -
1. All the scripts would run as part of single test suite execution. So you may need a way to define grouping of test scripts results to have them associated with appropriate test case boundary to make correct sense out of those results.
2. For this we may need to have some additional changes done for HP QTP adapter to support this functionality. This is not currently available for this adapter.
I hope this resolves your questions.
Thanks,
Abhishek.
Shine Shines selected this answer as the correct answer
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Hi All,