Versions Compared

Key

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

In order to investigate, evaluate and ascertain the completeness and quality of a project, developers perform quality assurance tests. Testing can be performed in as individual components/units making use of using Tests, or as a whole through using Test Sets, . The goal is to check and verify if a specific target requirement is applied, even when determined pre-conditions are set, and also help prevent and uncover situations and defects that could negatively impact the overall usability of the final product.

A full test specification may be done using just a Test issue, where you specify the steps and the expected results. Sometimes, you may prefer to abstract the initial conditions instead of writing them directly as the first Test steps, and thus enabling you to use them between in different tests. In this case, you may create one or more Pre-Condition issues and associate them to a Test.

...