Confirmed users
9,511
edits
(→IDE) |
|||
| Line 6: | Line 6: | ||
*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. | ||
*It's best to check if you are logged in at the beginning of every test case.At the end of the test case,always logout. | *It's best to check if you are logged in at the beginning of every test case. At the end of the test case, always logout. | ||
=IDE= | =IDE= | ||