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 |
What is the meaning of record in a database?
In database testing, what all things are required for writing good test cases?
What is retesting & how it is different from data driven testing?
What do you mean by dml?
What we normally check for the database testing?
How to test data loading in data base testing?
What is the database trigger?
What are joins and mention different types of joins?
What is performance testing and what are the bottlenecks of performance testing?
How to test a sql query in winrunner? Without using database checkpoints?
What steps does a tester take in testing stored procedures?
What are the possible values for boolean data field.