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.
Have you downloaded the FREE Optimizing QTP eBook yet? Get It Now!
If you want to keep track of further articles on QTP. I recommend you to subscribe via RSS feed. You can also subscribe by Email and have new QTP articles sent directly to your inbox.




30 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
Leave a Comment