So you want to start organizing tests from day one, right? Or maybe you have already your tests created and it's time to organize them. 

Well, the way you organize your tests may be achived in several ways. Your organization should start by classifying your tests individually so you can easily find and filter them out.


At Test level

Classify your Tests

Using Test Sets

Organize Tests in Test Sets

Organizing Tests for regression testing

 

Example: you're working on product v3.0 and want to do regression testing to make sure you have not broken anything. If the previous version, v2.0, had already some regression tests in a specific test set, then you can clone it and add some more tests for validating v2.0. 

Using the Test Repository