What is Database Testing?
Answers were Sorted based on User's Feedback
Answer / keshab
In database testing will done by two way
1 - Front end
2 - Direct from database
Front end :- Simple we are check data insert from front end
is going in database , after that we will retrieve this
data from front end .it is display correct data or not
Report is display in your application is display correct
data or not , for this testing u are design own your Query
u will fire this query on direct on database compare this
result set from front end and database result set
Direct From database :- In this section we will check the
integrity & object that is using in database like primany
key , unique , check constraint or we are also checking
data migration database from one machine to another
machine , data in both database is same or not , or loss of
data & constraint
if there is any wrong please inform to me
keshab
keshab_kumar_singh@yahoo.co.in
9911535364
delhi
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ch.s.m.prasad,kkd
To validate the data in the data base , with respective
frontened screens. this is called data base testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pravin
To test backend data base table contain is called Database
testing.insert,update or delete a information in front end
and check that value properly inserting or not in backend.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the difference between bug and defect???
17 Answers Change Control, Tomax,
What is Tracebility Matrix ? What is there in that and what will u do with that ?
Give an example for high severity and low prority bug and as well as low severity and High prority
Please let me know how to test labels in web application manually and how the testcases would be. Please provide me a sample testcase
What is test out put?
How to conduct Regression Testing Manually?
What is the difference between Smoke testing & Sanity Testing?
you have 200 testcase there is no enough time to excute all the testcase but you have to released that build.what can u do it?
Who is responsible for doing "Cause-Effect GraphCause Effect Graph". If tester is responsible then how we to do it? Urgent
What is Database Testing?
what are the add-in to the mercurytools to test webbased dotnet applications.answer plz
What is workadround