Answer Posted / kishore
20 sec for windows application
60 sec for web application
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How many ways is to parameterize the value?
Explain quicktest professional testing process?
Where to use Property Let, Property Get, Property Set in UFT
What is a data driven test in qtp?
How to open a new test using quicktest professional (qtp)?
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
What is object repository in qtp?
what is stepin & stepout?
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
What is difference between Recording time object identification and Run time (Execution) time.
What is difference between shared and local object repository?
We stored into the objects OR and then write the scripting
What is an expert view and keyword view?
Tell me about qtp?
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?