Among all the check points what is the most important
checkpoint?

Answer Posted / anjaneya reddy

Each checkpoint has its own importance. Depending on the
project we can use checkpoints. But Standard checkpoint is
important becz by using this checkpoint we can insert page
checkpoint for web based application, image checkpoint for
web based application, text checkpoint for window based
application, table checkpoint etc...

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.

1630


What are the Disadvantages of shared object repository?

573


What is Associate Repository in QTP 9.2 ?

604


describe some problems that u had with automating testing tool?

1417


How many types of status are there?

591






What is the Difference between test object and run time object?

613


can i change the runtime properties of an object ? How can i check if a parameter exists in database ?

1415


Explain the features of quick test pro(qtp)?

581


Can any one send me the QTP Basic Coding Samples?

1614


Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?

1690


How smart identification works in qtp ?

580


How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?

3446


What are the various types of Actions in UFT?

594


What are the views available in quicktest professional?

563


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); }

1721