table of contents
other versions
- bullseye 1:23.2.6+dfsg-1+deb11u1
- testing 1:25.2.3+dfsg-1
- unstable 1:25.2.3+dfsg-1
- experimental 1:26.0+dfsg-1
common_test(3erl) | Erlang Module Definition | common_test(3erl) |
NAME¶
common_test - A framework for automated testing of any target nodes.
DESCRIPTION¶
The Common Test framework is an environment for implementing and performing automatic and semi-automatic execution of test cases.
In brief, Common Test supports:
- *
- Automated execution of test suites (sets of test cases)
- *
- Logging of events during execution
- *
- HTML presentation of test suite results
- *
- HTML presentation of test suite code
- *
- Support functions for test suite authors
- *
- Step-by-step execution of test cases
common_test 1.23.3 | Ericsson AB |