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
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 |
Write the code for select the 5 values from drop down list. drop down list having the 10 values.
how can we know the program is testing by multiple test data in data driven frame work?
Cn u please clarify my doubt Where are micTab and micReturn used.Thanx in Advance
what QTP Options do you know?
Explain the features of quick test pro(qtp)?
How to make arguments optional in a function?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
How to match two doc files using qtp requirment is:- each and every single word of a doc file should be matched with the another doc file. can someone send me the code.
X=10,Y=20 you need to swap the numbers without using a third variable?
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
actuall wat my doubt is:while doin regression testin we enter all +ve & -ve data....system has to accept +ve and reject -ve data.in such case we get a popup window sayin that wrong entry...now i wan to overcome this popup window..how do i go further....plz explain.i tried thru rec.scenario but of no use.
Hi im new in Testing..can any one plz re-write this code SystemUtil.Run "C:\Program Files\Mozilla Firefox\firefox.exe","","C:\Program Files\Mozilla Firefox","open" ----using for loop(for i=0;i<=10;i++ )