INTERVIEW QUESTIONS
TESTING GLOSSARY
DATABASE TESTING
DETAILS
Question: How do you test whether the database is updated as and when an information are added in the front end?Give me an example?
Answer: 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.
|
Question:
How do you test whether the database is updated as and when an information are added in the front end?Give me an example?
Answer:
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.
Source: CoolInterview.com
a. Enter the records from frontend screen. b.Go to the location where your database is located for your application[check in web.config file for DB location]. c. Go to the particular table and view the records. d. To check the data updation, modify the data in front end screen. Refresh the table in the data base and check.
Source: CoolInterview.com
Answered by: VenuMadhuri | Date: 2/2/2010
| Contact VenuMadhuri
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|