What is TD plugin? For what purpose they are used . Ineed
to connect QC9.2 with QTP 9.2 . Need to run some scripts IN
QTP having the QC connectivity.
Pls explain in detailed step
Thanks in advnece
Answer Posted / amarendra kothuru
Steps to upload the test scripts into QC.
1)Open the test script to uploaded in QTP
2)Goto file menu, click on "Qualtiy Center Connection"
3)Enter the valid QC URL
4)Enter valid Username/password and DomainName/Project
5)Click on Connect
6)Goto File menu, Click on Save As button.
7)Click on Save to Quality Center button
8)in the wizard, Select the QC folder, where the scripts
will be uploaded.
9)Click on Save button
Script can be uploaded successfully
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
The hybrid framework can be implemented for any application. Is it true?
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format. Hence, if possible, kinldy mail PDF file to my mail-ID: sushmapokhriyal79@gmail.com
Why qtp the best testing tool?
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
What are the general steps involved in the data driven framework?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
hi, FOR 3+ QTP INTERVIEW, FOR EXAMPLE WE PUT ONLINE BANKING SYSTEM PROJECT IN OUR RESUME, IN PROJECT MANAGER ROUND...WHAT R THE MAJOR QUESTIONS ARE ASKED IN P.M? PLS TELL ME ATLEAST 10 QUESTIONS?.....AND IF POSSIBLE POST ANSWERS ALSO....
What are the check points can be inserted without recording?
Give the syntax to import/export xls into qtp.
How you create new action in qtp?
How can i check items sorted or not in a weblist ? Give me the script for this...
Explain the qtp test phases.
give me an example where u used good judgement and logic in solving a problem
HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?