what is difference normal,analog,low level recording in
qtp? what is lowlevel recording?
Answer Posted / shilpa reddy
1)normal recording is also known as context sensitive
recording.this is the default recording mode in qtp, which
is used to record the operations on standard GUI
objects.for each and every operation it generates
(statement) script.
2)in analog recording we will record mouse and keyboard
operations with respect to window or desktop co-
ordinates.here it generates single statement for all
operations.
note:a)If u take desktop coordinates u may get wrong output
if the application is moved from one place to another.
b)if u take window coordinates u will get the corrct output
even the application is moved from one place to another.
3)low level recording is used to record the operations on
the objects which are not recognised by the qtp.
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process
In qtp, how you can use xpath to identify objects?
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?
Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?
Describe synchronization point.
Hi all Can u give me the link where we can download full version of qtp my mail id is karthic.venkitapathi@gmail.com
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?
what testplan contents and what test strategy contents,what is the diff b/w them
what QTP Options do you know?
How often were they executed?
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
Without using gui map editor we can recognize the application in winrunner ?
Explain Descriptive Programming Types with Examples?
How you can replace string in qtp?
Have you used xml check point in your project? How?