Check point what is how many types of checkpoint and explain
Answer Posted / uma
Checpoint is a verificatiion point that compare actual value
with the expected value during the run time.
QTP will have TEN types.
1. Standard Checkpoint
2. Text "
3. Text Area "
4. Bitmap
5. Database
6. Page "
7. Image
8. Table
9. Accessability
10. XML
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
Mention what are the different types of recording modes in qtp? Which will be used when?
Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?
Explain how to use QTP to check broken links on a page?
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
How to use reporter.report event in qtp ?
How many types of recording modes in qtp? Which will be used when?
what is run action?
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); }
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
Can U Explain about QTP tool from older version to latest version also its differences?
what is test scheduleling?
What are the Application Functions available in QTP?
Can we record using all the modes in a single script? Explanation with example is appreciated