RE: how do you test whether the database is updated as...
Hi,
It depends on what level of testing you are doing.When you want to save something from front end obviously, it has to store somewhere in the database
You will need to find out the relevant tables involved in saving the records.Data Mapping from front end to the tables.Then enter the data from front end and save. Go to database, fire queries to get the same date from the back end.
RE: how do you test whether the database is updated as...
Hi,
It is not the job of tester to write the insert statement. Actually it should be written in the frontend code. The job of tester is to check whether the data is inserted in the database and it can be done by select query