What are parameterizing tests?
Answer / Deepesh Bharti
Parameterized tests are a way to run a single test script multiple times with different sets of data. In QTP, you can define test parameters in the Test Settings dialog box and use them in your script using the Test Object Framework (TF).
| Is This Answer Correct ? | 0 Yes | 0 No |
How to call actions in QTP?
I want to create Excel object on another machine which is in network i written the code "Set se=createobject ("Excel.Application","\\ankur")"here \\ankur is the name of that machine but i m getting the error of permission denied create object can anybody help me
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)
What is difference between the For..Next and While..Wend statements?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?
what is the difference btn risks & Therads in the Test plan documentation?
assume i have few url link how will i dynamically call then using descriptive programming?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
what is the mediater between qtp and application/project in automation testing?
How to retrieve the property of an object?
what is the smart identification techniqu?what r the different mechanisums used in it?
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief