MedVision ad

test data for major project (1 Viewer)

xeriphic

Member
Joined
May 7, 2004
Messages
452
Location
Sydney
okai i'm really confused, for the test data which you create in the planning process, it should test the boundary condition, above and below boundary, unexpected input and all paths of execution right, if i'm trying to test my source code and all it require is to input string how do i determine the boundary condition

last thing how many level do i need, so far i have individual module check and live checking, is there any other types

could i get some help on these question, thanks in advance
 
Last edited:

sunny

meh.
Joined
Jul 7, 2002
Messages
5,350
Gender
Male
HSC
2002
if i'm trying to test my source code and all it require is to input string how do i determine the boundary condition
Try a very long string, a garbled string, an empty string, a string of just numbers, just text, just random characters, etc etc
 

Winston

Active Member
Joined
Aug 30, 2002
Messages
6,128
Gender
Undisclosed
HSC
2003
Originally posted by sunny
Try a very long string, a garbled string, an empty string, a string of just numbers, just text, just random characters, etc etc
Yes these would test for exceptions as well, and it would show how well you handled exception errors.
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Top