LUX - an expect like test tool

LUX is an open source test tool written in Erlang and mostly used for testing Erlang code. But as a user of the tool you do not need to bother about that. It provides a highly automated test environment where it is simple to perform concurrent orchestration of text based interfaces such as shells, interpreters, CLI's etc. Some major design goals are that the test programs should be easy to understand, easy to analyse the outcome of the tests, easy to debug and trace.

OBJECTIVES

Share a very useful test tool used by Cisco.

AUDIENCE

Developers, integration testers, system testers.