DataBase testing

Database testing: validate the front end data with the database. Let’s take an example of a e-commerce application, user booked a mobile phone by entering phone model, shipping / billing address, and submits, Data stored into database. Here we need to validate what the user enters data, should save exactly same to the database, then…