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 |
What is file database?
Is it possible to change the property value at runtime? How it is possible?
what is qtp automation frame work,what is the use of that frame work?
64 Answers Cap Gemini, IBM, iGate, TCS,
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
Hi All, Can anyone provide me the license for QTP 9.5.... My Email ID: khanbro@rediffmail.com
How does you test a weblink which is changing dynamically?
how can i change the action path that called in other action. when i copy one action to other pc,the action"test2" calls another action(C:\test1\action0),and i update this"test1",the folder update to "action1",but when i open "test2", it just point the call path to "C:\test1 \action0", but does not update to "action1",and the change i make can be shown in test2. so, can i update the call path manully? thanks
Hi All Below is my script which i made for lgin into Flight.exe. SystemUtil.Run "C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\flight4a.exe","","C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\","open" Dialog("Login").WinEdit("Agent Name:").Set DataTable ("p_Text", dtGlobalSheet) Dialog("Login").WinEdit("Agent Name:").Type micTab Dialog("Login").WinEdit("Password:").SetSecure DataTable ("p_Text1", dtGlobalSheet) Dialog("Login").WinButton("OK").Click If Dialog("Login").Dialog("Flight Reservations").WinButton ("OK").exist Then Dialog("Login").Dialog("Flight Reservations").WinButton ("OK").Click datatable.Value(3)= "Incorrect password. Please try again" Dialog("Login").WinButton("CANCEL").Click elseif Dialog("Login").Dialog("Flight Reservations").WinButton("OK").exist Then Dialog("Login").Dialog("Flight Reservations").WinButton("OK").Click datatable.Value(3)="Please enter agent name" Dialog ("Login").WinButton("CANCEL").Click elseif Dialog("Login").Dialog("Flight Reservations").WinButton("OK").exist then Dialog("Login").Dialog("Flight Reservations").WinButton("OK").Click datatable.Value(3)= "Please enter password" Dialog("Login").WinButton ("CANCEL").Click else Window("Flight Reservation").Move 309,146 datatable.ExportSheet "C:\Raj\Result.xls" ,1 Window("Flight Reservation").Close End If I want to capture the Message string from Dialog("Login").Dialog("Flight Reservations" Also pls let me know if this is the right way to do the script for login. Pls provide some script for login Flight.exe Thanks in advance Raj Dhiman
How To clear the AutoComplete?
How can I replace all the text from the QTP script with some other text. Is there any replace all function in QTP Any one can help me
What is difference between Recording time object identification and Run time (Execution) time.
what all are the coverages , explain ?