1.

Write the step-by-step process to test the database?

Answer»

The process to perform database testing is very similar to the steps that we follow for testing any other applications. FOLLOWING are the steps that are followed:

  1. PREPARE the TEST environment and test scripts
  2. Run the script
  3. Check for the test results
  4. Validate the results against the expected results.
  5. Report the validation findings to the DEVELOPERS and the stakeholders.


Discussion

No Comment Found