× 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.



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

David FOXWELL 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.


How about a bit mask?

Each byte in a key value consists of a value related to one of the
attributes. Byte 1 could be contract, byte 2 product etc. At the end of
building the requirement, you'd end up with x'A02AB9884C' or something
like that. The attributes would need to be in a known order. Then you
just need to compare with a table containing the 10 forbidden
combinations and see if you have a match.

- --
Pete Hall
pete@xxxxxxxxxxxxxx
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAktRGCcACgkQXczQcKdXKg7tOgCgs5S5IHfBU3qa+iRcXF5cJ1DQ
s8sAnj9680mQdkTd12KpqyF+68WbMfTl
=838H
-----END PGP SIGNATURE-----

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.