Explain the check points in QTP?
Answer Posted / y.harisha
check points are used for checking the conditions within
the script..
check points are similar to the conditional statements(like
If, if else,for, while etc)
we can have one or more check points for an object or
multiple objects with in a test.
Results in the results page are updated based on the check
points.
QTP supports 7 types of check points
1.Standard Check point
2.Text Check point
3.Text Area Check point
4.Bit Map Check point
5.Accessibility Check Point
6.Data Base Check point
7.XML Check Point
Additional Check points for Web application
8.Image Check Point
9.Page Checck point
When we execute a script with check points, if the check
point fails then the expected value along with the actual
value is captured with the image of that object.
having many check points in a script will reduce the speed
of execution.
| Is This Answer Correct ? | 67 Yes | 13 No |
Post New Answer View All Answers
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
Object repositories types, which and when to use?
How to record a qtp script ?
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
Why to use descriptive programming?
what is run action?
terminal services client
how will you check how many members visited the website www.infosys.com?
Hai anyone please "Explain about Framework in QTP?"
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
Hi Every body please explain me in steps to use checkpoints and object Repositories in QTP for Flight Reservation application please tell me the steps for this its urgent pls thanx for urs answers
Explain the qtp test phases.
what is object and child object.. explain ..if possible give some example for better understanding ..