How to write test cases for testing databases,especially
for testing and writing test cases for stored procedures.



How to write test cases for testing databases,especially for testing and writing test cases for st..

Answer / guest

Hai...

We can do database testing in three ways(appraoch)
1.From front end GUI
2.Purely on back end
3.Using both front end and back end

In the case of database testing frm front end,
It is very easy no need of SQL querying skills,
directly we will enter the data in to database and again
we will call them from front end.

Here the data which is entered into front end GUI should
store properly in the back.

if in the case there is no GUI for that software,no way we
have go for pure back end database testing.

To conduct database testing one must know SQL knowledge
to write query for data insertion,updation,deletion...like
DML,DDL,DCL commands , Stored procedures,views knowledge
to test databse.
Third one is more reliable hybrid and time taking process.

Writing of tescases varies depending on the approach of
database testing.

to write test cases on database input is
databse structure tables,
constraints,
relation betwee the tables we need.

K,Byeee...
Thanks & Regards
B.Ramyasri

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

what is traceability matrix? when we are using this traceability matrix in ur project?

5 Answers   AZTEC,


Give me examples for high priority and High severity defects?

3 Answers   AppLabs,


hi one of the interviewer asked me have you ever created a test plan?

1 Answers  


What kind of testing to be done in client server apllication and web application? Explain....

2 Answers  


how to test the cookies ?

2 Answers   IBM,


which institute is best for manual testing through online classes

1 Answers  


What is meant by code walkthrough?

1 Answers  


Difference b/w srs and functional specifications? what are the approaches u'll follow while integrating the modules

2 Answers   L&T, Semantic Space,


compatibility testing?

2 Answers   NDS,


What is Load Testing and Stress Testing explain it with examples

6 Answers   HSBC, TCS,


What is difference between QTP 9.2 and QTP 8.0 ?

1 Answers   ACS,


what is test plan and what it consists?

15 Answers   AndPlus, Forum, MBT, TCS,


Categories