How to run all of the tests in a test set folder
Question ID: 105510
0
0

How can I run all of the tests in a test set folder without going into each individual test set and executing the tests?

Marked as spam
Posted by (Questions: 100, Answers: 5)
Asked on July 18, 2014 7:41 pm
56 views
Answers (2)
0
Private answer

Do you have any particular link for downloading the HP run test set scheduler ?

Marked as spam
Posted by (Questions: 1, Answers: 1)
Answered on May 9, 2017 7:11 am
1
Private answer

Download the HP run test set scheduler from your support organization or HP, this will allow you to execute all of the test sets under a given folder in the quality center test lab. Unzip the test set scheduler and place it directly under the C: drive on the QTP/UFT machine then you will need to create a batch file to execute the tests using the scheduler. Once you have created a batch file you can then add the batch file to the windows scheduler to be run at certain times making this process automated. A few things to make sure of, make sure that the test sets in the folder only contain UFT automated tests, sometimes I have seen manual tests in the folder affect how this works. Also if it is not working, make sure that there are not any spaces in the folder path to the folder, if there are spaces in the folder path, edit the names of the folders in the path to make sure they do not have spaces. Here is an example of what my batch file would look like:

cd C:RunTestSetScheduler_ALM_v2.5RunTestSetScheduler_ALMRunTestSetScheduler_ALMbinRelease
RunTestSetscheduler_ALM.exe /s:http://jyalmserv:8080/qcbin /n:default /d:project5 /u:qcadmin /p:qcadmin /f:Roottestfoldername

In the above example I am logging into the qc domain and project and telling the scheduler to run all of the test sets in the ''Roottestfoldername'' folder

Marked as spam
Posted by (Questions: 0, Answers: 364)
Answered on July 18, 2014 7:45 pm
0
This worked great, thanks!!!
( at August 1, 2014 7:10 pm)
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top