Good Practices

Good practices which can be applied to UI testing.

All test cases should be independent

We will explore why independent tests is a good practice and how to achieve this.

Separate your tests from the test automation framework

We will explore reasons for separating test cases from the test automation framework.

Never use sleep in test code

We will explore approaches for replacing a sleep method in test cases.