# common_test v1.30 - Table of Contents ## Pages - [Common Test Application](common_test_app.md) - [Common Test Release Notes](notes.md) - User's Guides - [Introduction](introduction.md) - [Common Test Basics](basics_chapter.md) - [Getting Started](getting_started_chapter.md) - [Installation](install_chapter.md) - [Writing Test Suites](write_test_chapter.md) - [Test Structure](test_structure_chapter.md) - [Examples and Templates](example_chapter.md) - [Running Tests and Analyzing Results](run_test_chapter.md) - [External Configuration Data](config_file_chapter.md) - [Code Coverage Analysis](cover_chapter.md) - [Using Common Test for Large-Scale Testing](ct_master_chapter.md) - [Event Handling](event_handler_chapter.md) - [Dependencies between Test Cases and Suites](dependencies_chapter.md) - [Common Test Hooks](ct_hooks_chapter.md) - [Some Thoughts about Testing](why_test_chapter.md) - [Common Test's Property Testing Support: ct_property_test](ct_property_test_chapter.md) - Command Line Tools - [ct_run](ct_run_cmd.md) ## Modules - [ct](ct.md): Main user interface for the `Common Test` framework. - [ct_cover](ct_cover.md): `Common Test` framework code coverage support module. - [ct_doctest](ct_doctest.md): `ct_doctest` runs doctests on documentation examples. Using `ct_doctest` ensures that the examples in the documentation are correct, up to date, and stylistically consistent. - [ct_ftp](ct_ftp.md): FTP client module (based on the `ftp` application). - [ct_hooks](ct_hooks.md): A callback interface on top of Common Test. - [ct_master](ct_master.md): Distributed test execution control for `Common Test`. - [ct_netconfc](ct_netconfc.md): NETCONF client module. - [ct_property_test](ct_property_test.md): Support in Common Test for running property-based tests. - [ct_rpc](ct_rpc.md): `Common Test` specific layer on Erlang/OTP `rpc`. - [ct_slave](ct_slave.md): `Common Test` framework functions for starting and stopping nodes for Large-Scale Testing. - [ct_snmp](ct_snmp.md): `Common Test` user interface module for the `SNMP` application. - [ct_ssh](ct_ssh.md): SSH/SFTP client module. - [ct_suite](ct_suite.md): The following section describes the mandatory and optional test suite functions that `Common Test` calls during test execution. For more details, see section [Writing Test Suites](write_test_chapter.md) in the User's Guide. - [ct_telnet](ct_telnet.md): `Common Test` specific layer on top of Telnet client `ct_telnet_client.erl`. - [ct_testspec](ct_testspec.md): Parsing of test specifications for `Common Test`. - [unix_telnet](unix_telnet.md): Callback module for `m:ct_telnet`, for connecting to a Telnet server on a UNIX host.