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 we can merge the object repositories?say if we have 2 or 3 object repositories then how we can merge them?Is there any option in QTP to merge the object repositories?
distinguish between old version and new version QTP features.
hi all QTP recognizing objects as "string_1","string_2","string_3","string_4" like that but when using FOR LOOP for these.QTP not proceeding further can i declare these _1,_2,_3,_4 as a single variable
What is the new version of qtp which is recently released in the market?
What is standalone database?
If a script has a local repository and also uses a shared repository, which repository will QTP use first when searching for an object during playback?
In QTP, What is Global action and Local action?
When should u feel that u can stop testing now? The following are few of the common Test Stop criteria:
What is the difference between driver-script and AOM-script?
what are the files created after executing QTP script file, please specify the file names with extensions
When to use Descriptive programing?
what is object repository?