Confirmed users
905
edits
| Line 61: | Line 61: | ||
* Clean up the import list after the test is complete and tested by removing any imports that are not used | * Clean up the import list after the test is complete and tested by removing any imports that are not used | ||
* Clean up variables that you end up not using in the test | * Clean up variables that you end up not using in the test | ||
* If you have multiple variables that are of the same type and logically connected add them in an array rather then declaing them separatly - for e.g. a list of options | |||