How many types of OBJECTS are there in QTP?
Answer Posted / shankar
In fact there are only 2 types of objects in QTP
1) Run Time objects - These are the actual Objects present
in the AUT
2) Test objects - Objects present in the Object repository
| Is This Answer Correct ? | 15 Yes | 5 No |
Post New Answer View All Answers
How to connect to a database?
HOw to add the recovery file at runtime to the test file .
How to replay a script in qtp?
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
Mention what are the different types of recording modes in qtp? Which will be used when?
what is the advantages and disadvantages of using functions instead of re usable actions
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
What are the challenges u faced in testing with crm domain? How u overcome with?
Explain calling sub procedure.
distinguish between old version and new version QTP features.
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
Does Low-level recording capture mouse movements?
Define Environment Variable in UFT and its uses?
How do you perform Regreession Testing?