What is databse checkpoint?

Showing Answers 1 - 4 of 4 Answers

hi,

Database Checkpoint/DP is a CP where we check the database manually.Is used to verify the content of the table.Here we write diff Oracle Queries to check for the existence of records as well as satsisying a few conditions.

DP in itself is a big topic as they r into d'base testing.

we have 3 types of DP:

1.Default -> Add the defa properties of the table.

2.Custom->Editor opens..check the list ...add or remove properties.

3.Run Time record check->verifies the content runtime.

  Was this answer useful?  Yes

bharathp

  • Jul 3rd, 2006
 

DataBase check Points are used to check the data base

if u r updating(adding/deleting/editing) the data from the frontend and in this case u nead to check all these operations u 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 r 3 types od databse check points are there

they are

1) Default check : It selects the Entire datatable as database

2) Custom Check : It will Counts total No.of rows and columns

3) runtime: : it will check in the run time

Bharath Kumar.Penimalla

(Bharath.P)

 

  Was this answer useful?  Yes

sandhya

  • Aug 3rd, 2006
 

Database Checkpoints:

Database checkpoints are used to check the expected results and the

actual results.

Default Checkpoint:Checks the entire resultset

Custom Checkpoint:Checks only a portion of resulset

Run:Compares the data in the application with the values in the

script.Run Checkpoints are used to specify the matching Database required and there are 3 options:

One or more match:Sets the Checkpoint to succed if exactly one or more matching database record is found

Exactly one matching Record:Sets the Checkpoint to suceeded if

exactly one matching record is found

No Matching Record:Sets the Checkpoint to suceeded if no matching

records are found

  Was this answer useful?  Yes

sudhakar2068

  • Sep 12th, 2006
 

GuI check point and Bitmap are appicable on front end objects only.

To conduct back end and data base testing test engineers are using data

base check points in Win Runner.

During data base testing test engineers  are vaildating the impact of front

screen operation on back end table  context interms of data validation and

data Integrity.

Data validation  means that the correct of new values storing in to data

base tables.

Data Integrity means that the correct of changes  in existing values of data

base tables.

Data base checkpoints consists of three options:

Default check:To conduct data base testing depending on content of data

custom check:To conduct data base testing depending on Row count,

columnscount content.

Run Time Record check:A software application build front end screens

classified in two types such as Forms and Reports.

 sudhakar kolla.

If you have doubts can ask me.

My Email:kollasudhakar2005@yahoo.co.in.

My Number:09819859346.


 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions