How do you verify whether a database is updated when passing the data through front end?



How do you verify whether a database is updated when passing the data through front end?..

Answer / Asghar Ali Khan

To verify if a database is updated when passing data through the frontend, you can perform the following steps: 1) Execute a SELECT query to retrieve the initial data. 2) Perform actions in the frontend to update the data. 3) Run another SELECT query to check if the data has been updated as expected.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Database Testing Interview Questions

What is the meaning of record in a database?

1 Answers  


In database testing, what all things are required for writing good test cases?

1 Answers  


What is retesting & how it is different from data driven testing?

1 Answers  


What do you mean by dml?

2 Answers  


What we normally check for the database testing?

1 Answers  


How to test data loading in data base testing?

1 Answers  


What is the database trigger?

1 Answers  


What are joins and mention different types of joins?

1 Answers  


What is performance testing and what are the bottlenecks of performance testing?

1 Answers  


How to test a sql query in winrunner? Without using database checkpoints?

1 Answers  


What steps does a tester take in testing stored procedures?

1 Answers  


What are the possible values for boolean data field.

1 Answers  


Categories