When an application is having database, name few checks that need to be carried out for testing database?

Showing Answers 1 - 3 of 3 Answers

In most of the applications, whatever we enter using the interface of the application can be visible in the application also. But the data which is not visible on the interface of the application should be checked in the database.
If we are testing a web application, we should check that the data like html tags and single quote and double quote should be saved after conversion.
The tags must be checked means if we are changing the status of record to Active, its tag must be saved with proper value in the table.

  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