What is the difference between low level recording and
virtual object.
Answer Posted / beginner
Low-Level Recording—enables you to record on any object in your application, whether or not QuickTest recognizes the specific object or the specific operation. This mode records at the object level and records all run-time objects as Window [Parent]or WinObject[child] test objects. Use low-level recording for recording in an environment or on an object not recognized by QuickTest.
Virtual Obj. Means.....
Application may contaion objects that behave like standard
objects but not recognize by QTP, u can define these
objects as a virtual objects and map them standard class.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
what is clean sweep?
How to get the particular property value?
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("» County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
Tell me one scenario, the complex functionality you have automated in your project?
How you can find the absolute value of the number in qtp?
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
How is a Step generator used in UFT?
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?
How many types of recording modes in qtp? Describe each type with an example where we use them?
How to replay a script in qtp?
Output values? i want a practical example
how will load the object during runtime?
What are the different types of functions available in qtp and explain ?
What is ObjectParamater?
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?