Google News
logo
Database Testing - Interview Questions
How do you test if your database is updated when data is entered in front-end application?
You can go to the database and run a relevant SQL query. In WinRunner, you can use database checkpoint function. If the application provides view function, then you can verify the same from the front-end.
Advertisement