Confirmed users
9,511
edits
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
## Give meaningful names to testcases | ## Give meaningful names to testcases | ||
## Don't use hyphens | ## Don't use hyphens | ||
## Testcase: e.g.: collections_addNewCollection.py | ## Testcase: e.g.: collections_addNewCollection.py (testarea_nameOfTestCase.py) | ||
## Suite: | ## Suite: suite_Collections.py ("suite" is required and standard; _Collections.py is whatever area you're writing it for) | ||
# Have the testcase reviewed by a peer, following these requirements | # Have the testcase reviewed by a peer, following these requirements | ||
# Comment briefly about the flow and aim of the testcase | # Comment briefly about the flow and aim of the testcase | ||