Can any one send the Basic Consepts of DB Testing?
Which Type of Quarres are Frequently used in the DB Testing?
If any one have those please reply..
Answers were Sorted based on User's Feedback
Answer / b.v.s.sekhar
In testing process DB testing is necessary to know the
impact of front end operations on back end tables.
In Data Base testing testers are concentrating on data
validation and data integrity.
Data validation means validating insertion of new values
into database correct or not.
Data integrity means validating the changes in existing
database correct or not, due to insertion of new values.
Frequently required quarries are select,update,delete,insert.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / aditya
DB testing
Frequently used queries: Select,insert,delete,update
apart from that one may need to write simple and vomplex
sub queries.
ineer joins
outer joins
variation in select statement
execute a stored procedure - exec <stored proc name>
Date functions which are one of the important variable in
any database
| Is This Answer Correct ? | 1 Yes | 0 No |
Explain the benefits of destructive testing.
Mention what are the types of documents in sqa?
can u explain what is concurrancy in testing
what is JUNIT
What are ISO standards? Why are they important?
2 Answers Berger Paints, Vaal University of Technology,
How to find all the bugs during first round of testing?
What is negative testing? How is it different from positive testing?
what is difference between smoke testing and sanity testing?
What are points should consider at the time of reviews?
What is the difference between a test scenario and test condition? Please explain with an example
Write the differences between preventive and reactive approaches?
What is the difference between testing and Quality Assurance?