Answer Posted / ajit kumar lal
Database testing means any/all of following as per the
application:
1. Ensuring the Data validity: requires SQL queries to
validate the same
2. Ensuring the Data integrity: requires various
constraints (both IO and Buisiness) to check
3. Ensuring the performance of database operations
especially in case if accessing Views and Indexes: Various
tools are available to check the same especially Database
Refactoring. You can also your Database sandbox on the fly
and use TFD or TDD approach to test the same
4. Ensuring the performance of Database when using
Functions, Cursors, trigers etc.
I hope above is clear to all of you......
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is traceability matrix? Is it required for every project?
Write down the differences between the responsibilities of qa and programmers?
List out various tools required to support testing during development of the application?
Mention the different types of software testing?
What are the benefits of destructive testing?
How to know that we have to use which tool for this project?
Explain the advantages of implementing cmmi.
In asset accounting we are run depreciation in 10% now we are in 6th period . But now our client says that the depreciation percentage is 12% but we have wrongly calculated on 10%. So what are the process we have calculated actual percentage.
What are verification and validation and difference between these two?
A payroll system?
How would you ensure that your testing is complete and has good coverage?
prepare functional requirements and design test cases for a given business requirement as follows(consider all the implicit requirements): A message portal is given,Login into that, check for any e_mail in inbox-if present reply,if not compose a mail and send it.
What is the difference between compatibility testing and cross browser testing?
Explain the steps for bug cycle?
What is the difference between Test cases document and test cases design document?