What is way of writing testcases for database testing?
Answer / ramyab.mca@gmail.com
Hai...
You have to do the following for writing the database
testcases.
1. First of all you have to understand the functional
requirement of the application throughly.
2. Then you have to find out the back end tables used,
joined used between the tables, cursors used (if any),
tiggers used(if any), stored procedures used (if any),
input parmeter used and output parameters used for
developing that requirement.
3. After knowing all these things you have to write the
testcase with different input values for checking all the
paths of SP.
4.You have to know the names of the tables and the column
names where data is getting updated for specific
funcionalities
5.You have to know the parent as well as the child tables
associated with them
One thing writing testcases for backend testing not like
functinal testing. You have to use white box testing
techniques.
K,Byeee...
Thanks & Regards
B.Ramyasri.
| Is This Answer Correct ? | 5 Yes | 0 No |
defination of testing
how to find which server is not responding properly when there are 10000 servers without any tool
Do you feel any dis-advantage over the current process? if he/she says any, have You discussed with your Manager reg this ? Why?
HI Can any one tell me what is the meaning of creation and setup of system input files and execute the tests at the command line
What is defect WITHDRAW? When you do this?
what is exact difference between UI Testing and usability testing?
What do u mean by Functional Testers and Performance Testers? Need the Answer Immediately. Thank u
What are release notes and what it contents?
what is the Diff between UAT and QA?
How does fundamentally a coverage tool work?
what is monkey testing?
Which test cases are first written white boxes or black box?