How to write test cases for testing databases,especially
for testing and writing test cases for stored procedures.
Answer Posted / 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 View All Answers
Test cases on send/ receive button of Microsoft outlook.
Can you explain tailoring?
how to write test cases for epos/pos testing.
What is the difference between SIT AND IST?
What is change request, how you use it?
What is difference between V-Model and Agile Model?
What is test plan and contents available in a test plan?
Do you know anything about Set Top Boxes?
What is defect removable efficiency?
Build with fixes has been deployed on QA environment if asked by your manager to reproduce how can you reproduce the issues? (by using the previous build) Can you access the previous build? If so ,what are the tools or how can you access?
If client give you a project then which testing you will perform first
How to do the performance testing manually? Does you have a test case for that?
What is Cyclometric testing?
Explain Test Plan with example? Explain following in the test plan with examples What is being tested? What are pass/fail criteria? When will each test occur? What Hardware & Software environment is required? What features must be tested? What features will not be tested? What are the responsibilities of individuals & organisation in the project?
What is boundary value testing? Give an example.