what is difference between analog and low level recording
Answers were Sorted based on User's Feedback
Answer / monideepa
analog recording: it records the mouse movements and
keyboard movements in a script.when the script is run,it
shows whatever actions have been done like wherever the
mouse has moved or clicked.
low level recording :it is used in case qtp is unable to
recognise some objects and its properties.
it can take both objects and x,y coordinates.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / gayathri
Analog recording:it records keyboard inputand the precise
x,y co-ordinates travelled by the mouse pointer across the
screen
Low level recording:here it is based on mouse clicks and
the x,y co-ordinates.that is instead of taking that
object,it will take the x,y co-ordinates of that object
| Is This Answer Correct ? | 1 Yes | 0 No |
i m tryed to use qtp in a user registration form but at the "image enter"part it gives a error when i run the qtp bcz the image is changed every time so it gives a error when i use regukar expreesion fot this it still gives a error value bcoz it reads the image code bt nt reconige the image which i enter in the image verification text box.so hw can i automate qtp for this function.plz give me a answer
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.
How to supress warnings from the "Test results page"?
Why qtp the best testing tool?
Can anybody help me for vb script in qtp? give me examples for practice plz.
what the diffference between test data and test cases what is meant by object hierarchy in qtp
how can we do the frame work in qtp
Hi Guys...I just started working with QTP now.The frame work they use hear is Write all the functions in function libraries and pass data using data dictionary either from data table or excel .I kind of understood evrthing but one thing I need to know is How do they recognize objects .Do they use object spy and recognize objects or record them ..Does soemone have any idea how they generally do this is such kind of framework
How to Parameterize Object repository in QTP?
in order to start automation testing what we should require (entry level to automation testing)
Which environments are supported by hp qtp?
1) after inserting the check point how to change the expected value that was captured while inserting the check point