Database Check Point:



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:-

  1. Create Database Check Point [Current content of Database Table selected as an Expected],
  2. Perform Front-end Operation,
  3. Execute Database Check Point [Current content of Database Table selected as an Actual],
  4. 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