1.

What Is Database Checkpoint?

Answer»

Database check Points are used to check the data base if you are updating(adding/deleting/editing) the data from the frontend and in this case you NEED to check all these operations you have done from front end they are updating in the BACK end database or not for this purpose exactly we USE database check points in winrunner there are 3 types of database check points are there:

  1.  Default check : It selects the Entire data table as database.
  2.  Custom Check : It will Counts total No. of rows and COLUMNS.
  3.  runtime : it will check in the run time.

 

Database check Points are used to check the data base if you are updating(adding/deleting/editing) the data from the frontend and in this case you need to check all these operations you have done from front end they are updating in the back end database or not for this purpose exactly we use database check points in winrunner there are 3 types of database check points are there:

 



Discussion

No Comment Found