Tests definitions

The solution is based on different types of tests for:
  • enable the construction of advanced tests
  • decrease the use of script
../_images/testing_approach.png

Test Unit

The test unit (tux) allows you to write a test case with several steps. This format is oriented development.

../_images/tux.png

Test Suite

The test suite (tsx) allows you to write several test cases with several steps. This format is oriented development.

../_images/tsx.png

Test Plan

The plan test (tpx) allows you to write test cases. The design is realized by nesting the tests abstract, unit and suite This test format requires no knowledge in development.

../_images/tpx.png

Test Global

The global test (tgx) allows you to write test campaigns. The preparation of the campaigns is carried out by importing the tests plans.

../_images/tgx.png

Note

It is also possible to import other types of tests.