Created
April 28, 2017 21:12
-
-
Save bilus/226d6cb2965b24f4a02d7eaf0b4e1182 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Package | |
| #cost | |
| when owned by company | |
| long range | |
| behaves like expensive package | |
| should be >= 500 (FAILED - 1) | |
| should be < 1000 (FAILED - 2) | |
| mid range | |
| behaves like expensive package | |
| should be >= 500 (FAILED - 3) | |
| should be < 1000 (FAILED - 4) | |
| short range | |
| behaves like cheap package | |
| should be < 100 (FAILED - 5) | |
| should be > 50 (FAILED - 6) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment