Computer Science, asked by irshaddued4773, 10 months ago

In Data Base Testing, What Are The Steps To Test Data Loading?

Answers

Answered by subho5543
0

Database tests are typically a three-step process:

Setup the test. You need to put your database into a known state before running tests against it. ...

Run the test. Using a database regression testing tool, run your database tests just like you would run your application tests.

Check the results.

Answered by Anonymous
1

Answer:

How to Test the Database (Step-by-step Process)

Step #1) Prepare the environment.

Step #2) Run a test.

Step #3) Check test result.

Step #4) Validate according to the expected results.

Step #5) Report the findings to the respective stakeholders.

Answered by Anonymous
1

Answer:

How to Test the Database (Step-by-step Process)

Step #1) Prepare the environment.

Step #2) Run a test.

Step #3) Check test result.

Step #4) Validate according to the expected results.

Step #5) Report the findings to the respective stakeholders.

Similar questions