What is the use of low level recording? How does it useful?
Answer / guest
Low level recording is used when QTP fails to recognize
objects of the application. It basically records the x-y
co-ordinates of the screens, keyboard
inputs and also mouse clicks.
| Is This Answer Correct ? | 1 Yes | 2 No |
Who uses qtp tool?
how to create user defined functions in QTP? can any one expalin me with example.. Thanks in Advance for help
How many check points are there in QTP and what are they?
Among the 3 Recoring modes,Standard, Analog and Low Level. which one is mostly used. I know that Analog id used for Graphs, Digital Signatures and Barcoding. so, which one among the 2?
Tell me the difference between the Data Driven Frame work and Keyword Driven frame work?
How do we call Library Files(.vbs) in the Test Script Thanks in Advance...
How to handle the exceptions using recovery scenario manager in QTP?
Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek
New to QTP: In a qtp flight booking application, I tried to parameterize the to and from drop down lists using data table, depending on ur drop down selection it will pop up a list of flights. Here I am not finding a way to select flight randomly from given list... Thanks in advance guys.
can u pls explain me About Driver script.
Explain the concept of object repository and how quicktest professional recognises objects?
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.