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 |
Can the activities of test case design be automated?
What is modular automation?
how can we exactly identity whether that is manual or automation testing? and give any ex script
Hi, here r some questions, which were asked in Ekaplus, plz process these questions. 1. How we connect with the version?
Write test cases on ATM machine and On Pencil.
has anyone attended mr. g c reddy sir classes? whom you guys want me to choose Mr. G C Reddy or Mr. Suresh Reddy ? Please help!!!!!!!!!!!
in keyword driven frame work..where Driver Script is locate? is there any inbuilt script for driver script?who writes the driver script?how to call it any body can tell me with an example...like(yahoo login,inbox, logout).
Any quality test-tracking tool which has live & automated dashboards so that the entire team is updated at any given point of time?
Write a query to find second highest salary of an employee.
72 Answers ABC, Cognizant, MegaSoft, Netwin Infosolutions, Nippon, Polaris, Satyam, SGS, TCS, Verisoft,
How will you choose a tool for test automation?
Explain me what are the main advantages of automation testing?
What is an automated test script?