Explain the check points in QTP?
Answer Posted / aruvaa ayappan
# To check the object propertes in running time.
# Verification point.
# To check actual result and expected result.
Example:
actual = OK
expected = OK
* here actual ana expected result are same so "Pass" test
scrip........
| Is This Answer Correct ? | 9 Yes | 12 No |
Post New Answer View All Answers
What is the difference between analog and low level recording?
what is run-time data?
what is test scheduleling?
What is the file extension of the code file and object repository file in QTP?
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
How can I change object description or check point values in qtp?
This is Karthic and my mail id is karthic.venkitapathi@gmail.com, please give me an idea to crack qtp 10
How does qtp identify objects in the application?
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
Explain calling sub procedure.
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
What is an optional step in qtp ?
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
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.
What is quick test pro? What is a quick test professional?