Currently i have designed my script based on the test cases
present in Quality Center. I want to run my script from
quality center. Can anyone help me to get the code which
will connect QTP with Quality Center and execute the test
cases?
Answer / sandeep reddy
You need to install the QTP add-in for Quality Center.
1) If you have the QTP software then Go back to the install
CD then click setup.exe.
2) Click Quality Center Add-in
This should serve your need.
-Sandeep Reddy.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the difference between IE & Netscape in web testing on a log in page
How to count the no of objects in XML file(QTP)
Hi, Is there any function or vbscript in QTP to clear the cookies,sessions. Please help me in this.
How to add synchronisation points in qtp?
In my application there is a billing thru credit card. how to validate the credit card details(min balance,credit card no,card holder name).if these details are valid then only that booking will be done.how to validate these details thru automation or manual?
diff between global variables and environment variables in qtp?
What is deference between normal QTP testing and descriptive programming?
How to do excception handling ( error handling ) in QTP
6 Answers Institute for Medical Education,
What are associated files in QTP?
When to Insert transactions in QTP?
How to supress warnings from the "Test results page"?
In this bellow script QTP is not able to getting no. of Links from my Browser. Set desc=description.create desc("micclass").value="Link" Set obj=Browser("creationtime:=0").page("title:=.*").childobjects(desc) msgbox obj.count I am getting "General Run Error".Why QTP is not supporting my Browser,but its running fine in other system.Please help me to overcome this problem.