Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Latest commit

 

History

History
50 lines (30 loc) · 1.23 KB

File metadata and controls

50 lines (30 loc) · 1.23 KB

Tests definitions ============

The solution is based on different types of tests for:
  • enable the construction of advanced tests
  • decrease the use of script

image

Test Unit

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

image

Test Suite ---------

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

image

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.

image

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.

image

Note

It is also possible to import other types of tests.