Steps to writing test cases for database testing
***********************************************
1) Learn the functional requirement of the application (SRS) completely
2) Find out the back end tables used, joined used between the tables, cursors used (if any), triggers used(if any), stored procedures used (if any), input parameter used and output parameters used for developing that requirement.
3) By knowing all these things write the test case with different input values for checking and comparing the actual results with the expected results for the application.
Note : For writing test cases for back end operations, the tester must know the white box testing.
***********************************************
1) Learn the functional requirement of the application (SRS) completely
2) Find out the back end tables used, joined used between the tables, cursors used (if any), triggers used(if any), stored procedures used (if any), input parameter used and output parameters used for developing that requirement.
3) By knowing all these things write the test case with different input values for checking and comparing the actual results with the expected results for the application.
Note : For writing test cases for back end operations, the tester must know the white box testing.
One Response to “Test case for Database testing !!!”
Hi
can u please help me to create test case for data base testing
its mainly conributed to web application ..the main content is that
Login web application
1. create contact names (10 or 15 customers , enter email id's)
2 Create Groups for the customers
3 Create campaign for this group
4 add atchments for this campaign
5 send campaign
6 check the dashboard for all mails send for the particular customers?
7 if the customers open that campiagn emails the same changes will affect on the dashboard
eg: total emails send : 10
total emails opened :3
toatl emails clicked through :0
toral emails unopened :7
can u pls give me the test case for these actions ??
reply soon
Post a Comment