Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

...

At Test level

Classify your Tests

  • use Use labels to tag your Tests (or your Test Sets); if you start having many testers and as your project grows and you have more testers, having a well-defined list of labels may will help.
  • use Use the priority field, so you can distinguish between tests.
  • assign Assign the Test to the proper component.

Using Test Sets

Organize Tests in Test Sets

  • group Group tests in as many Test Sets as it makes sense to you, either because they're testing the same feature or the same UI component, or if they exercise the most critical use cases.
  • classify Classify your Test Sets, similarly similar to what you did for Tests.

Organize Tests for regression testing

  • you You can create a Test Set for this purpose and add a specific , label to it accordingly (e.g., "regression"), and then you test for covered issues of previous versions.
  • you You can create a "regression Test Set" for each version by adding the previous version regression test set tests and then plus the new tests.


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 add all tests from that specific test set and all the ones for validating v3.0.