Q: What are the prerequisites to connect QTP with QC?
A:
- Check Allow other Mercury products to run tests and components present under Tools > Options > Run in QTP
- If you are running the tests on the same computer where you have QC client installed, then you will need:
- QTP Connectivity Add-In
- QTP Add-in
- If you are running the tests on the different computer than where you have QC client installed, then you will need:
- QTP Add-in where QC client is installed.
- QTP Add-in and QC connectivity Add-in where QTP is installed.
- QC connectivity can be found at QC server URL > ‘Add-Ins Page’ link > ‘QC Connectivity’ link > ‘Download Add-in’
- QTP Add-in can be found at QC server URL > ‘Add-Ins Page’ link > ‘More QC Add-ins’ link > Download and install QTP Add-in according to its version.
Q: How can we connect QC with QTP using Automation Object Model (AOM)?
A:
Use TDConnection Object.
Example:
Set qtqcApp = CreateObject(“QuickTest.Application”)qtqcApp.Launch ‘Launch QTP
qtqcApp.Visible = True ‘Make it visible
‘Connect to Quality Center
‘qtqcApp.TDConnection.Connect <QC Server path>, <Domain name that contains QC project>,
‘<Project Name in QC you want to connect to>, <UserName>, <Password>,
‘ <Whether ‘password is entered in encrypted or normal. Value is True for encrypted and FALSE for normal>
qtqcApp.TDConnection.Connect “http://QualityCenterServer/tdbin”,
“FR”, “Flights”, “learnqtp”, “welcome”, False
Q: How can we automatically connect QTP with QC on start up?
A: Go to File > Quality Center Connection. Check the box marked Reconnect to server on start-up.
Q: What if QTP tries to connect with QC automatically but QC login credentials had changed?
A: Change the following properties from 1 to 0. They are present in mic.ini file under QTP installation generally found under C:\Program Files\Mercury Interactive\QuickTest Professional\bin
- LoginAutomatically=0
- ReconnectToDB=0
- ReconnectToServer=0
Q: How can we access Quality Center Open Test Architecture (OTA) using AOM?
A: Using QCUtil object (AKA TDUtil for QTP 6.5 and backwards). You can find details of all associated properties like CurrentRun, TestRun, Current Testset, CurrentTestSetTest, IsConnected, QCConnection under QTP Help > Quick Test Object Model Reference > Utility Objects > QCUtil Object.
Q: Where can we find all methods and properties present under TDConnection Object?
A: Refer QTP Help > QTP Advanced References > QuickTest Automation > TDConnection Object.
Q: How can we upload QTP scripts to QC using AOM?
A: Once connected to Quality Center, open the test using AOM and save it to QC.
Example:
qtqcApp.Open “C:\Temp\Project\QTPTestScript1″, True
‘ Get the Test object
Set qtqcTest = qtqcApp.Test
‘ Use the SaveAs method to upload the test to Quality Center
qtqcApp.Test.SaveAs “[QualityCenter] Subject\FolderName\QTPTScript”
Q: Which version of QTP is compatible with which version of Quality Center?
A: QC 9.0 integrates with QTP 8.2 SP1, QTP 8.2 SP2, QTP 9.0, QTP 9.1 and QTP 9.2. To check the compatibility of your QTP version, check out the ReadMe that comes pre-installed with QTP
Q: Can we record Quality Center operations with QTP?
A: Yes, only with QC 9.2 and above. Use .NET Add-in.
Q: Can we schedule a test run from Quality Center?
A: Yes, use ‘Test Run Scheduler’ utility that comes with QC.
Q: Is there version control in QC with QTP?
A: Yes, QTP 10.0 provides you the version control feature under the name of Quality Center Version Control present under File Menu. Earlier versions of QTP can work with 3rd party version control tools.
Q: I am a beginner to Quality Center. Is there any help available?
A: Yes. Check this site on Quality Center. It has many step-by-step articles to Learn Quality Center.



56 comments ↓
Nice article.. thanks ankur for providing this informative article.
Thanks,
Nidhish.
this is useful
Its is really very useful
thanks ankur, to post the very informative artical.
Its really a nice and informative article. Thanks Ankur for this info….
Great ankur, this is good contribution to QTP family
Hi Ankur,
Thanks for this info, In my current project we are trying to insert defect in TD through QTP (AOM) but we didn’t succeed.Do you have any idea on this
thanks Ankur for the information…
Hi Ankur,
Thanks Ankur for sharing your knowledge. I have a request, I am a beginner and I am getting lot of calls but everywhere they are asking more about networks and server side questions. Where ever I am working they are not intersted in explaining about these so how can I get more/indepth knowledge about the mobile application.
Please guide me how to get the domain knowldge like pharma/validation, finance….etc.
Thanks,
Kerrthana.
Dear Ankur, it is good article and also very useful to every one, thanks for posting
Regards
Adi
Thank you very much Ankur, This is really helpful.
Ankur
I’ve all the data(Libraryfiles, OR,TestData in the Quality Center) how can i import the data table from QC while running the script in QTP? I mean what path i have to mention? DataTable.ImportSheet ?
Hi Kapil,
first of all i want to say thanks for your wonderful comments. i am regular reader of your blogs.
i am download QTP(9.2) and work on basics.basically i have 4 years exp i manual testing now i want to learn more so pls tell me after basics of QTP what is next step. i urgently need a job in top MNC. so pls help me…
Waiting for your reply
Thanks in advance
Dear Ankur,
Please help me how to learn QTP/QC with tutorial & ppt study material for the certification .
Thanks & Regards
Raghavendra
Hi Ankur,
Its gud.thanks for the info
hi all
please inform me any testing jobs in your companies.
i have 3 yrs of exp .
This is very useful article
Hmmmmm gr8! Thnx Ankur
Its really a knowledgeable artical…
Getting below Error when i try give run from test plan using QTP10.0
Test :
BAd DAta
please suggest some solution
Very good arrticle… Thanks Ankur Sir
Good stuff, Thanks
very good article …Thanks!!
Hello Ankur, can u plz tell me what to write in Server url area in the above . As I am new to testing plz do me a favor…
Thanks & Regards,
Charo
whats the probable launching date of QC 9.0 Can anybody focus on it?
Great Ankur,
Today we just migrated to qc 10 which is first experience to me, so there weere many questions in my mind.
This article not only answered my questions but has more info.
People like you really helping us to ovecome hurdles in our day to day job responsibilties and in developing knowledge.
Trust me, these exp’s really builting up confidense that we can go any place , any project to work on and gain knowledge as we go on explore things.
Thank, Thanks, Thanks a lot.
God bless you.
Ankur, Thank you so much for posting these details. Its really helpful.
how to install QTP 9.2 at home and use for long time
This link is very help full for me.
can i ask something about QTP? im using qtp10 doing functional testing for a website.. i doing the recording well but after run the test i came out with this problem “Cannot identify the object “All Events” (of class Link). Verify that this object’s properties match an object currently displayed in your application” why did the run time error msg came out, suppose qtp already capture all the object properties etc during recodrding?? that software fail or test application fail??
i will write more next time but help me fix this problem first…… thank you
i am looking for queries like how to upload scriptfrom QTP to QC and how to import a script from QC to QTP
and
how to export and import test cases from QTP to QC vice-versa
thanks Ankur. The Article is very informative.
I got a question. can we record Quality Center 9.2 work actions using QTP script. ie to automate the work flow script functions in QC. Eg: Create test case and particular user group is not able to pick a value in drop down.
[...] Improved test data management when integrated with Quality Center [...]
Thanks for the good articale,
Can you please assit, how to connect qc without using qtp like using vb programming.
Whenever i try to execute an automation script remotely from QC…i get ‘The RPC server is unavailable’ error….QC is in my local sys, QTP is in the VMware…when directly i try to ping to the VM ware from my local sys it opens….so is there still a possiblity for a firewall issue ??
Very helpful thank you
Hi Ankur,
Thanks for all above info its really Use full.
Apart from That I need the AOM sample script for Associating the Resources[like Obj Repo,.VBS,.QRS etc] to the scripts from QC to the Scripts.
Note:In this case u have to rake care of Connecting to QC,Taking the Test script with name from Test Plan of QC,Doing Check In Check Out,and then Associating the Resources to each Script.
Plz reply ASAP.I am critical need of that.
How to connect to QC from my laptop that too from my home and connection is wireless??
Thanks in Advance!!
Cheers, Arun
I am using QTP 10.0 and recently client gave QC tool access which is installed at client location. We are accessing it from offshore using URL provided by the client. Anybody please help me how to connect QC 10.0 with QTP 10.0.
HI i was trying to identify the QC objects using QTP 10.0, but i was unable to identify those even though i am having .net addin and java addin. can u please provide me the solution for this..
Regards,
Vijay Kumar P.
any new features come send those to my mail.already provided one is very good
Hi Ankur,
Really you are doing great work in helping others for learning QTP.
Thanks & Regards,
S.Santhosh
Hi
I am looking for some assistance writing functions in hp QTP 11. I am trying to write a function that will recognize the difference between three values (YES, NO, Maybe). The function should call the other functions with the correct value and follow the step for each accordingly. I would really appreciate any assistance on this matter.
Thanks you.
Hi Ankur,
Please help me, how to capture the test data from graph(QC live analysis graph), and put it into an excel sheet.
Thanks in advance.
When raising a defect in QC, I would like to add standard headings (e.g Issue:, Expected Result, Actual Result, Steps to Replicate:) to appear each time a defect is raised. I have looked at the script editior under “defects module script but cannot determine where to update this. Hope this makes sense
Hi Atul,
I have placed all the scripts in a Shared Folder and each script there is having different Actions Calls that sits externally to the Driver script. And all these scripts are then mapped to QC Tests. These scripts works perfectly fine for my Login to a system whether for Remote execution or for Local execution. But I am currently facing the below issues with these QTP Scripts when I login to a system (Computer) with some other login Id, I never encountered earlier:-
1> When I try to execute these scripts through QC, after logging-in to the system with some other login ID: I am always getting an error “You don’t have permissions to execute test”, and to resolve that I have to reopen that script in QTP and will have to always click on Check box there in QTP test Options “Enable to connect with other HP tools”.
a. Even after doing this when making second attempt to execute, I am getting the Execution error in QC as “Tool can not be opened”
2> When I manually try to open the same script From QC after logging-in to the system with some other login ID, the script is failing as automatically I am getting the value for Reporter.RunStatus =1 even before the script starts execution.
Due to these issues, the entire scripts have become my login Id dependent but I wished all these scripts to work independently of any one logs in to system.
Looking for help
I have a question. My QTP got connected to QC. When QC got connected i am not able to see any menu options , for example: if we select Help i am not able to see any options in QTP. How to get the menu options in QTP when QC is connected
Hi ,
please let me know how to install QTP 11.0 trail version.
not able to connect between qc 9 and qtp 9.5 getting error enter server full address
Is it possible to link test cases with requirement in excel and upload the data in QC, so that we dont have to create it manually through QC.
Hi All,
Can anyone let me know how to upload the test cases results from Excel into QC?
HI,
how to launch qc in QTP with scripting statement
plz replay me
Hi,
Can any one let me know how to export test cases from QC 10.0 to Excel.
can any one help me get a job in sw testing
hi,
i have a test set with 1000 test cases in it.
i need to mark these test cases as passed, mentioning the log file name in the test case run.
Is there a way i can automate this using QTP
http://mercuryquicktestprofessional.blogspot.com/2008/05/how-to-run-qtp-scripts-at-scheduled.html
Leave a Comment