Tutorial by Examples

The Rule: The user will input credentials (email and password). If credentials are valid, redirect to home page. Show an error message otherwise. How to apply technique: You can have a huge valid list of emails that could be used: [email protected] [email protected] [email protected] ... As we...
The Rule An e-commerce have a shipping rule based on zipcodes. All shipping to California is eligible to free shipping. All other west cost are US$ 10.00 and The rest of USA is US$ 20.00 How to apply technique We all know there are lots of zipcodes by state, and we are not going to use them all. ...

Page 1 of 1