Reputation: 951
We are in the process of implementing automated regression testing for our applications, and are looking for a solid batch-testing utility. We have QuickTest Professional 10.0, and it comes bundled with 'Test Batch Runner' which appears to be deprecated. It appears in previous versions there was 'Multi-Test Manager', which has been discontinued as well.
What alternatives exist, if any?
Upvotes: 5
Views: 2933
Reputation: 1
I echo Motti...if i get your question right ....You can see the below written link as well.. Work with Test Batch runner
Upvotes: 0
Reputation: 31
QTP 10 works excellent with Multi Test Manager V8.2.4.
We use it for our project (previously used it with QTP 9.2).
Try google for an installation (of you don't have one), it should be free but just not supported by HP anymore.
Upvotes: 3
Reputation: 790
From WinRunner times I very extensively used Test Driver scripts with great success due to the following benefits:
Now I continue using Test Drivers and introducing them to clients. And Test Driver approach was integrated not only by the client companies that do not use Quality Center. Some others followed it because it gives much more flexibility and robustness in automated test plan execution.
Thank you, Albert Gareev
http://automationbeyond.wordpress.com
Upvotes: 1
Reputation: 114695
The canonical way to do this is via Quality Center, if you don't have QC you can use QTP's automation model from a vbs
file. The documentation for this is available in Start -> Programs -> QuickTest Professional -> Documentation -> Automation Object Model Reference
Upvotes: 4