What is Database Testing?
Answers were Sorted based on User's Feedback
Answer / sailaja
testing the database for data validity and data integrity
is called data base testing.
data validity means testing whether the frontend data is
correctly added into the database
dataintegrity means testing whether the frontend operations
are correctly done on the backend data
| Is This Answer Correct ? | 26 Yes | 2 No |
Answer / s.m.shoaib
In database testing one can consider/verify the
1. Database Table/Field/SPs Naming Conventions.
2. Database design .. is it Normalized enough?
3. Database field size.
4. Database field type.
5. Stored Procedures Return type, arguments etc.
6. Relationship between tables. Primary , Foreign Key.
7. Constraints in Database
| Is This Answer Correct ? | 10 Yes | 3 No |
Answer / shubhs
This will not be exact Testing but can be done as
verification.
Field size validation with the Front End or with the
Design.
Field size validation, if application is having data for
multiple language.
Return type of each function and Out Parameter for each
procedure.
If Data base is any file Generation routine that can be
tested.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / ashu
to testing the server side data means validating the data at
server side
| Is This Answer Correct ? | 1 Yes | 2 No |
what are test metrics
What are the tools used to test a Website? I need to advise my company. Please answer.
Hi, Pls let me know good institutes/trainer for SAP TAO. Any help/inputs is very much appreciated. Thanks.
What types of scripting techniques for test automation do you know?
What automating testing tools are you familiar with?
How do you choose which automation tool is best for your specific scenario?
I want to learn the data base testing, how can I start my psactice? I already reading the books of basic for data base? If any other books that make my study simple please suggest.
what is the for identifying color of the object
What could go wrong with test automation?
what is are the difference between qtp and selenium ?
I?m right now doing manual testing for Java Projects. We are planning to automate it. So, I need your suggestions in choosing an appropriate automated testing tool for doing Functionality testing, UI testing and Performance testing so that I will be able to implement it for our projects. Kindly help me in this regard. Thanks in advance. with regards, Kavitha.
What are the advantages of manual testing and automated testing?