Go to main content

man pages section 7: Standards, Environments, Macros, Character Sets, and Miscellany

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

common_test (7erl)

Name

common_test - A framework for automated testing of any target nodes.

Synopsis

Please see following description for synopsis

Description

common_test(7)             Erlang Module Definition             common_test(7)



NAME
       common_test - A framework for automated testing of any target nodes.

DESCRIPTION
       The  Common  Test framework is an environment for implementing and per-
       forming 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

Ericsson AB                    common_test 1.22                 common_test(7)