What is the difference between low level recording and
virtual object.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / narandra
Low Level Recording:
In Recording time QTP records "user actions with
respect to objects" along with "mouse coordinates" is
called Low Level Recording.
Virtual Object :
Some Times tools does not support the leatest
technologies to over come this draw back we use Virtual
Object Wizard.
| Is This Answer Correct ? | 4 Yes | 4 No |
how do u plan test automation?
What is Object Spy?
7 Answers JKH, Ordain Solutions,
plz can any one send me what is Automation Testing Frameworks.. Thanks in advance
What is the use of Debug Viewer?
In how may ways we can use checkpoints to an application using QTP?
how do find current links in webpage for ex: in yahoowebsite today mainpage is having 50 links and next day same page is having 60 links. if i run same programe it should display total links in webpage ?
Can we create test script with out Step Generator?
How to run a test using quicktest professional (qtp)?
If we are record a same web page for 2 times.1st time it is showing 6 objects in the Object Repository and for the 2nd time it is showing like 7 Objects in the Object Repository why it is happening
We have opened three browser such as Facebook,Gmail,Amazon,I want to generate the script of Login of Amazon application, but while adding the object such as edit box(user id,password) in OR is not added.Could you please resolve my issue
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .