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 Posted / 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 |
Post New Answer View All Answers
hai, i completed my b.tech in 2010 with 62.3%. i having knowledge on manual testing and Qtp. i want Relavent experience in testing.watever may be d salary i dont bother..I just want to gain knowledge. i dont have good communication skills.
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this
what are the challenges you have faced while testing web based application using the automation tools ?
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
In what occasion we can specify global sheet and action sheet?
If I change the object name in one action will it be updated in all the actions? Or not?
Can we run multiple QTP scripts one after the other without manual intervention? How?
Tell some commonly used Excel VBA functions?
What is object spy in quicktest professional?
i am a begnner so am learning Error handling :tried using Recovery manager didnt work i want to be able to handle errors , e.g. if while running the test the folwoing does not show up then how can i use the If then else and goto next step in the test, as in many scenarios it does not show up Browser("The Shopping Channel -").Page("The Shopping Channel -_8").Image("easy pay").Click
Hi,All How to create a link in excel sheet using qtp
How will you check a web application for broken links using qtp?
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.