what is meant by database testing?
what is the strategy to be followed for database testing?
Answers were Sorted based on User's Feedback
Answer / nataraj jalasutram
Data base testing basically include the following.
1) Data validity testing.
2) Data Integrality testing
3)Performance related to data base.
4) Testing of Procedure, triggers and functions
How to Test a database manually?
Observing that operations, which are operated on front-end
is effected on back-end or not.
The approach is as follows:
While adding a record thr' front-end check back-end that
addition of record is effected or not.
So same for delete, update,
Ex:Enter employee record in database thr' front-end and
check if the record is added or not to the back-end
(manually).
| Is This Answer Correct ? | 13 Yes | 2 No |
Answer / santy
to validate the data in the database, to validate the data
integrity and performance of procedure
| Is This Answer Correct ? | 8 Yes | 3 No |
Answer / indranil
In DB testing we need to check for:
1. The field size validation.
2. Check constraints.
3. Indexes are done or not (for performance related issues)
4. Stored procedures.
5. The field size defined in the application is matching
with that in the db.
6. Relevance of search results
7. Data integrity
8. Data validity
9. Data recovery
10. Security
| Is This Answer Correct ? | 1 Yes | 4 No |
What actually testers do in Smoke Testing?
When and by How you will come to a conclusion “Prepared testcases covers the given requirements?
What is six sigma?
What's the exact meaning of quality
20 Answers AppLabs, QCA, Textiles,
Define each of the following and explain how each relates to the other: Unit, System, and Integration testing.
what is testing?
what is the basic purpose of functional & load testing?
How will we come to know that its a bug,in what situations we consider it as a bug?
What is Exit Criteria and what should be covered in it?
2 Answers Power Designs, Zensar,
what is meant by manual testing?
how can u do regression testing tell me procedure?
What is mean by Defect Metrics? Write some defect metrics?