20022009 Ericsson AB. All Rights Reserved. The contents of this file are subject to the Erlang Public License, Version 1.1, (the "License"); you may not use this file except in compliance with the License. You should have received a copy of the Erlang Public License along with this software. If not, it can be retrieved online at http://www.erlang.org/. Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. Test Server Application Siri Hansen Peter Andersson 2002-07-12 PA1 test_server_app.xml
test_server Test Server for manual or automatic testing of Erlang code

Test Server is a portable test server for automated application testing. The server can run test suites on local or remote targets and log progress and results to HTML pages. The main purpose of Test Server is to act as engine inside customized test tools. A callback interface for such framework applications is provided.

In brief the test server supports:

Running multiple, concurrent test suites Running tests on remote and even diskless targets Test suites may contain other test suites, in a tree fashion Logging of the events in a test suite, on both suite and case levels HTML presentation of test suite results HTML presentation of test suite code Support for test suite authors, e.g. start/stop slave nodes Call trace on target and slave nodes

For information about how to write test cases and test suites, please see the Test Server User's Guide and the reference manual for the test_server module.

Common Test is an existing test tool application based on the OTP Test Server. Please read the Common Test User's Guide for more information.

Configuration

There are currently no configuration parameters available for this application.

SEE ALSO