× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



David,

I suspect that you (or whoever is making you do the testing) has confused
"testing thoroughly" with "testing everything".

You obviously can't test every possible scenario. However, by testing the
error-handling that occurs when you pass in prohibited values, you
effectively *are* testing every possible other situation.

Of course you should run *some* tests with valid values, but you could do as
little as a single test with valid values (after having confirmed that
invalid values do indeed trigger an error). Of course, all of this depends
on how convoluted your code is, but if it's pretty simple to understand, the
number of 'valid value' tests you run might just come down to a gut feeling.

Rory

On Fri, Jan 15, 2010 at 3:23 AM, David FOXWELL <David.FOXWELL@xxxxxxxxx>wrote:

Hi,

I have a really simple function that allows or limits the access to a
transaction for a client, depending on the kind of contract, kind of
product, etc, etc.

The function receives the different types of product, etc, and compares
them to constants, then returns on or off. Simple. There are about 10
different combinaisons that are restricted, all others pass ok.

My question is how to properly test that function? I could easily select
clients with all prohibited contract types, products, etc, as these are only
a few. How should I test all those types that are NOT prohibited?

Thanks.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.