Print Page | Close Window

unit test plan review

Printed From: One Stop Testing
Category: Types Of Software Testing @ OneStopTesting
Forum Name: Unit Testing @ OneStopTesting
Forum Discription: Discuss All that is need to be known about Unit Software Testing and its Tools.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=347
Printed Date: 30May2024 at 10:41pm


Topic: unit test plan review
Posted By: vidhya
Subject: unit test plan review
Date Posted: 28Mar2007 at 3:56am
Write a Test Case to make sure that every line of code has tested at least once in a test cycle

Write a Test Case to make sure that every condition is tested at least once in case of conditional statement is used

Write a Test Case to make sure that Select statement [thru SQL] is being selected information properly from a respective table or not.

Write a Test Case to make sure that Update statement [thru SQL] is being updated information properly in a respective table or not.

Write a Test Case to make sure that Create statement [thru SQL] is being created information properly in a respective table or not.

Write a Test Case to make sure that Delete statement [thru SQL] is being deleted information properly from a respective table or not.

Write a Test Case to validate the output of Stored Procedures and Methods as well.

Write a Test Case to test the boundaries & validations of a field.

Write a UI Test Case to verify all elements are appearing properly those need to appear on the screen.

Code Review & Formal walk through needs to be done.



-------------
MBA Examination papers



Print Page | Close Window