why we use check points , In qtp we use the any check points
, what r they , when and why
Answer Posted / uday
Checkpoints verify the functionality of the application by
comparing our given expected value with the actual values
from the application. If both are matched, then checkpoint
passed, else failed.
Different types of checkpoints:
1. Standard checkpoint
a. Page checkpoint
b. Image checkpoint
c. Table checkpoint
2. Bitmap checkpoint
3. Text checkpoint
4. Text area checkpoint
5. DB checkpoint
6. Accessibility checkpoint
7. XML checkpoint
a. XML webpage
b. XML file
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
what is the difference btn risks & Therads in the Test plan documentation?
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
Without using gui map editor we can recognize the application in winrunner ?
when I was doing the web testing with QTP using with standard checkpoint the Object selection -checkpoint properties dialog box not displaying pages and links hierarchical order. Could you please tell me. thanks
How many number of actions possible in qtp?
Where to use function or action?
Explain how you can replace string in qtp?
Explain the concept of how quicktest professional (qtp) identifies object?
If the objects hierarchy is changing from build to build, then how you will handle that condition?
How many types of object repository in qtp?
What test you perform mostly? Regression or retesting in your testing process?
How many types of recording facility are available in quicktest professional?
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?