nisgupta
9 years agoValued Contributor
Web testing + Checkpoint
Can any one explain me what is the use of Checkpoint in Web testing and how we can use it . I am building automation framework - script based . Thanks NG
Checkpoints are simply a tool to use to be able to do comparisons of values and properties in your application against a determined value.
We use property and object checkpoints mainly in our web testing. You can use Web comparison checkpoints but I've found that to be a bit too cumbersome for most of our work. They typically compare whole pages and what I need more often than not is comparing individual objects and properties.
Check out
http://support.smartbear.com/testcomplete/docs/testing-with/checkpoints/property/index.html
and
http://support.smartbear.com/testcomplete/docs/testing-with/checkpoints/objects/index.html