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 |
give me an Example of UAT test cases What is functional and nonfunctional explain What is validation testing
Can you tell me what is negative testing?
hi.... plz tell me what all kinds of documents/reports are required for manual testing of a simple website(simple static pages). in a organization.
2 Answers HCL, IBM, iPRO Solutions,
how to test ecg machine?
what is Software Development Life Cycle (SDLC)?
what type of testing you do for web based applications than client-sever application ...pls expaline
name some popular functional testing tool
Web application is having a client and a client-server application aslo have a client. Then what is the technical difference between thease two clients? can any body expain?
Discuss what test metrics you feel are important to publish an organization?
FOR TEST THE RESOULATION OF IMAGE ETC WHICH TYPE OF TESTING WE USE
by testcase how to achieve 100% branch coverage for the following code. Read P Read Q Print "P" Print "Q"
what are the basic line documents?