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 |
can any one send me the ans for this,what are different types of test scenarios?
hi what are the test cases for web application..i need these example..please..mail me at mina_ims@yahoo.com
How to do hardware compatabilty or configuration testing manually
How do u test any "web-site" as a secure site...? or How do you test the security of a web-site...?
What tools you will use for writing testcases, defect reports,test reports etc?
what is your current team size?
what are 5 common problems in software development process?
what is the diffrence b/w Sanity testing and smoke testing
How do you react when the developer says that defect you logged is not valid?
when we enter wrongpaasword and wrong userid in login page and click on ok.it did not display that error msg. it displays that which page we want. what type of testing is this 1)functional testing 2)security testing
Can Any one tell me How to test Stand alone application? wht are the major points to cover & how performance is tested of this application?? can any 1 tell me its bit urget for me guys.
what is difference between severity and priority