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

1.what is sanity and smoke testing and which one performed first?

10 Answers  


As a tester, what is the final report u submitted to ur customer? please write it in tabular form?

1 Answers   CybAge,


Hi Friends, I am going to give Foundation Level Testing Exam from ISTQB, I need its dumps and study material. Please help me if any one has. Thanks in Advance

2 Answers   CMC,


What is kick-off meeting? Why is it optional?

3 Answers  


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

1 Answers  






How to validate the Testcases?

2 Answers   VJIL Consulting,


What is difference between system and functional testing?

6 Answers   BMC,


What is ISO 9000?

2 Answers  


What is a failure?

0 Answers  


If there there are 100 test cases which need to be executed in one day and out of them 50 are of Critical Severity, 30 are Major and 20 are Minor. What would be your approach?

6 Answers  


How can we tes the performance of the web site?

1 Answers  


Please give me any example of High severity and Low priority type of bug ?

3 Answers   Crea,


Categories