1.

In Database Testing, What All Things Are Required For Writing Good Test Cases?

Answer»

Knowledge of following things is REQUIRED before writing the database test cases:

  • At first, understand the application completely and functional REQUIREMENT of the application.
  • Second, check-out other entities that have been used in an application; BACK-end database tables, joins between the tables, cursors (if any), triggers (if any), stored procedures (if any), input parameter and output parameters for developing that requirement.
  • After collecting all necessary information, write down the test case with different input values for EXAMINING all the resources.
  • Writing test cases for back end testing is OPPOSITE to functional testing, one should use the white box testing technique.

Knowledge of following things is required before writing the database test cases:



Discussion

No Comment Found