corner
Search 
 
 
Home

· News
· About erlang.org
· Downloads
· Links and activities
· FAQs + Contact
· Getting started
· Documentation
· Examples
· User contributions
· Projects
· Mirrors



For comments or questions about this site, contact webmaster@erlang.org
     
The Erlang/OTP Test Server

News

[2004-05-27]
Released test_server-3.1.1 and a subset of the stdlib and emulator test suites. See release notes for the Test Server for more information about the new release.

[2002-11-19]
This is the initial release of the Erlang/OTP Test Server.

Disclaimer

The Erlang/OTP Test Server is not a product of Ericsson. It is an internal tool used at Ericsson in testing of the Erlang/OTP product. It is used in our automatic daily build and test.

Because this tool may be useful for other Erlang projects we releases the Erlang/OTP Test Server under the Erlang Public License (EPL).

We also release the source to some of our test suites that can serve as a starting point for writing your own test suites.

What is it?

You write test cases in Erlang using a special coding pattern and using support functions from the test server library. A succesful test is a test that didn't crash, possibly within a user defined time limit.

The result from the test is a set of HTML pages which present the total result, the suite result, log information and where in the test case source file the test failed. See the test server documentation for more details.

Downloads

The following TAR archives are to be unpacked from the top directory of your Erlang/OTP source distribution, i.e.

test_server-3.1.1.tar.gz The test server application.
emulator-tests-2004-05-26.tar.gz Test suites for the emulator.
stdlib-tests-2004-05-26.tar.gz Test suites for the stdlib application.

Installation

% cd otp_src_R9C-X
% gnutar -xzf ../<TAR-ARCHIVE>.tar.gz

Se the README file for more details.

 
Last updated   2004-05-27 08:56 UTC