By default Action1 runs first in QTP. Is it possible to
start the run with Action2?
Answer Posted / kl
Yes.
By using keyword driven testing.
By commenting the Action1.
Pati
Ganesh Maharajki Jai..
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
How to execute a winrunner script in quicktest professional?
What is the significance of “action 0” in qtp?
How to build scripts that access data from external sources?
There is an excel file of 1 to 100 sheets how you will iterate through it?
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
describe some problems that u had with automating testing tool?
Who uses qtp tool?
How do you know the location Id of an object if you know its index id?
How you know that a test case is a regression test case
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
How many ways we can parameterize data in quicktest professional (qtp)?
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma
Generic function to search for the unique link in webtable and click on it
Explain the types of properties that quick test learns while recording?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?