What is Back-end Testing ?
Back-end testing is also known as data base testing. This testing performed at server side. The entries or data which are inserted in the front end or forepart will be collected in the back-end or backside. There are many types of database which are using as back-end like MySQL, SQL Server, DB2, Oracle etc. The entered data or the entries will be arranged in the tables as details or record. These records or details are utilized to help the contents or substance of the page.
Database testing or Back-end testing primarily contains validating to the followings:-
- Database Tables
- Database Server Validation
- Schema
- Triggers
- Columns
- Stored procedures
- Keys and Indexes
In the back-end testing we do not need to utilize the GUI. Back-end testing or database testing is significant because if it is not performed then it has few critical complexities as data loss, data depravity, deadlocks etc.
0 Comment(s)