Confirmed users
9,511
edits
No edit summary |
|||
| Line 3: | Line 3: | ||
= Some good practices = | = Some good practices = | ||
*Give meaningful names to test cases. Example:"Advanced search test case" is a very vague name which does not specify what exactly you intend to verify. "Verify platform specific search for firefox addons" is more specific. | *Give meaningful names to test cases. Example: "Advanced search test case" is a very vague name which does not specify what exactly you intend to verify. "Verify platform specific search for firefox addons" is more specific. | ||
** Format: Login-VerifyUserNameOnlyFails (e.g.) | |||
*** No spaces, no underscores, and prefix with the test area | |||
*Give meaningful names to variables. This will make it easier to maintain the test case in the longer run. | *Give meaningful names to variables. This will make it easier to maintain the test case in the longer run. | ||