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 |
Can you explain random/monkey testing?
last testcase for project will be written in which phase?
1.. what is mean by data base testing and what are the important things you want to check while in database testing ?
what is ERP? why inventory comes in ERP?
Which things do you examine in requrement while writing testcases.
Changes and enhancements to system?
what is meant by manual testing?
How will be the communication between the testers and developers while found a bug?
What is CRD and SRD file
What is bug life cycle?
Five positive and 5 negative test cases for Coffee vending machine
If one testcase takes 24hours to execute.what will be the status u will be giving to it?and wht u will report to ur TL?I mean to say will u include the above testcase or exclude it?plz suggest me with the exjact answer.