What is the difference Between LowLevel and Normal
Recording Modes?
Answer / sreeprasad
Low-Level Recording: Is useful if the exact coordinates of
the object are important for your test.
Normal recording: Is useful when the recording operations
that cannot be recorded at the level of an object.
Low level record is used to record the session even the
object is not recognized by the QTP.
2nd answer
Normal Level Is Object Context Level ; where QTP recognize
object with Physical Description Of only interacted object.
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 or WinObject test objects. Use low-level
recording for recording in an environment or on an object
not recognized by QuickTest. You can also use low-level
recording if the exact coordinates of the object are
important for your test or component.
| Is This Answer Correct ? | 0 Yes | 0 No |
how will you check how many members visited the website www.infosys.com?
Explain the Load testing process?
What kind of errors can b handled in QTP in real time scenario?
hai, i am doing QTP by own. So, i am confident in checkpts,synchronization, data driven test, recovery scenarioe manager etc. but actually i don't know how all these we wil implement while we r writting code manually. when we r doing practice, while recording code is automatically generated but in real time i heard that we have to write the script.But i don't know how it is? How to write descriptive prog.? plz. tel me what r the basic things we have to know? explain how to write descriptive prog.? explain me with an example pls.......
how can i use text check point in descriptive programming. or else is there any way to compare the text in the application and the text in data table.
Hi, one script having 10 Actions,but i want to execute only 3rd action and 7th action? how to execute selected actions? throgh script and through navigation?
How to Practice QTP Scripts?
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
What is the vb script when the url enter into the browser
Can anyone tell me what is the equivalant method to be used in QTP for "web_obj_get_text" used in winrunner. My winrunner code is below. set_window("Confirm Add Subscriber"); rc = web_obj_get_text("Add subscriber:","#8","#1",orderID,"The order number is","\.",1); basically I need to retrieved the "orderID " from a string present in 8th row & 1st col of table "Add subscriber"
What are the option you can use to synchronize your test?
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks