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 |
you r a tester having good knowledge of coding.now in ur company developers are having some problem in coding will u (tester) help them.
Explain clearly what is buglifecycle
WHAT is Spring in term of Agile model?
What is known issues?
How to create Test Cases Based on Test Plan ? Is there any approach following for creation of test cases?
what is a Bug, Defect, Error & Failure ?
If we have 9 floor n 3 eggs n we have to check from which floor the egg wont get break.how can we do that
How do u go about testing of client server application
please give me Live example for 1. high severity & low priority 2. High severity & low Priority 3. low severity & high Priority 4. low sevrity & low Priority
what is meant by defect tracking system?
how we send mobile applications software to mobile device ? how outlook express interacts with mobile software? any body pls tell me this answer?
in which Software Life cycle phase does testing occur?