Database Testing

How to test Back end testing for web portal application? What all the main things must be consider?Pls give detail documents?Database testing or Backend Testing is same

Showing Answers 1 - 6 of 6 Answers

Database testing and backend testing are same.In this type of testing testers need to have the knowledge on front end application and the backend database schema.

When the field values are inserted through the front end then the related tables mentioned in the Entity relation ship diagram should have the records inserted in the tables.
Verifying whether the inserted details are properly retrieved from the corresponding tables and displayed in the front end application.
Checking for accepting "Nulls" for a text field in the table design and providing inputs for that text fields as Null for matching the DB schema design.
Checking for the max length value mentioned in the backend matching with that of the front end application.

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