Identifying Test Cases
Identifying the right code to test can be challenging. You'll need a general understanding of what your script does and its expected output. Before you start identifying test cases, you should be familiar with mocking. Mocking allows you to isolate a unit of code and mimic its behavior.