Database Check Point is used for verifying the contents of a database accessed by your application. In other words we can define it as verifying the front-end operations affecting properly in the back-end.
Steps:-
- Create Database Check Point [Current content of Database Table selected as an Expected],
- Perform Front-end Operation,
- Execute Database Check Point [Current content of Database Table selected as an Actual],
- Comparison of Expected and Actual Values to validate whether Front-end Operations updated properly in the Back-end or not.
No comments:
Post a Comment