User: Password:
   Keep me logged in.
Register  |  I forgot my password

Login  |  Register

Software Testing Directory  - Listing Details

ID:95
Title:Equivalence partitioning (black box testing techniques) example   -   http://users.csc.calpoly.edu/~jdalbey/205/Resources/grocerystore.html
Description:

Here is the example: Consider a software module that is intended to accept the name of a grocery item and a list of the different sizes the item comes in, specified in ounces. The specifications state that the item name is to be alphabetic characters 2 to 15 characters in length. Each size may be a value in the range of 1 to 48, whole numbers only. The sizes are to be entered in ascending order (smaller sizes first). A maximum of five sizes may be entered for each item.

Category:Black Box testing: Black Box testing techniques
Link Owner:
Date Added:April 05, 2010 11:16:15 PM
Number Hits:133
Ratings
You must be logged in to leave a rating.
Average rating: (0 votes)
Reviews

No Reviews Yet.


You must be logged in to leave a Comment.
 
Latest articles
Software Verification and Validation (V&V) working practices explained. In order to set up an effective software testing capability the software process areas of Verification and Validation need to be understood and respected in terms of specialization.

Using Mock Services in performance testing The challenges of performing component performance testing can be addressed with mock objects and a test harness. This article describes an overview of load testing Web services using mocked up services.

An approach to regression testing data processing systems. This article seeks to describe an approach to software regression testing that can be used in the typical commercial application setting. The strategy presented here uses a canned data approach as well as a simple regression test selection (RTS)