Best PracticesTest Script Review Check List

Test Script Review Check List

The following table provides you a script generation check list to be followed:

Sl. NoTask listStatus
1Does your utility files and code files limit is within 2000 lines of code, if not, are you creating a separate file?
Y/N icon in black rounded rectangle
2Does the script follow coding guidelines using tools, such as Pylint?
Y/N icon in black rounded rectangle
3Is the script free from unnecessary delays, such as Hardcoded delays ?
Y/N icon in black rounded rectangle
4Are you avoiding the duplicate code in your scripts?
Y/N icon in black rounded rectangle
5Does the script handle application errors as designed?
Y/N icon in black rounded rectangle
6Are you enabling soft assertions in scripts?
Y/N icon in black rounded rectangle
7Have you added comments for all methods in the script to explain their purpose, inputs, outputs, and important details?
Y/N icon in black rounded rectangle
8Are you modifying the scripts that are generated?
Y/N icon in black rounded rectangle
9Are you generating comprehensive test reports that document test execution results and findings? Reports must include details on test coverage, pass/fail status, any issues identified, verification steps, and corresponding screenshots.
Y/N icon in black rounded rectangle