Testing - Different stages involved in Database Testing

What are the different stages involved in Database Testing?

The stages of database testing are:

1. Verifying the data in the database

2. Verifying the constraints (primary and foreign keys)

3. Verifying the performance of the procedure

4. Verifying the transactions (begin, commit, rollback)

5. Verifying the triggers by executing them

What are the different stages involved in Database Testing?

1. The data that is being inserted in the database must be verified.
2. Verify if the constraints are maintained.
3. The performance of the procedures and execution of triggers must be checked.
4. Roll back and commit of transaction must be checked.
Testing - How to test data loading in database testing
Testing - How to test data loading in database testing - The data from source tables to target tables in terms of data types and constraints must be verified.....
Testing - Explain how to test a SQL Query in Winrunner
Testing - Explain how to test a SQL Query in Winrunner - Using Output database checkpoints, SQL manual queries options must be selected......
Testing - Explain how to test database Procedures and Triggers
Testing - Explain how to test database Procedures and Triggers - The input parameters and output parameters must be known. EXEC statement can be used to run the procedure
Post your comment