Download List

專案描述

expect-lite is an quick and easy command line automation tool. Written in expect, it is designed to directly map an interactive terminal session into an automation script. expect-lite scripts use special character(s) at the beginning of each line to indicate the action. Basic expect-lite scripts can be created by simply cutting and pasting text from a terminal window into a script, and adding '>' '<' characters. No knowledge of expect is required. Expect-lite is targeted at the verification testing environment, and will produce a Pass/Fail result at the end of the script. However, its use is not limited to this environment. It includes a powerful debugger with breakpoints, step/skip, and the ability to copy/paste expect-lite lines right into a running script.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-04-24 23:40
4.3.0

User defined help was added (run your script with a -h). Arguments are now passed to include files (e.g. ~login.inc user=root). A new *NOINTERACT directive was added, which is useful for quick regression scripts. A ##Include Result: FAIL message was also added for quick regression scripts.
標籤: stable feature enhancement, integrated help, regression

2012-02-14 08:26
4.2.2

This release has full IPv6 support and fixes a bug in Library mode.
標籤: Minor feature enhancements, Minor bugfixes, IPv6 Support

2011-12-14 09:44
4.2.1

Minor fixes. Fixes for small bugs in IDE single step and paste functions, and a problem with lines ending with backslash.
標籤: stable feature enhancement, cli, automation, Testing Automation, scripting

2011-10-12 06:21
4.2.0

Grouping of lines in a script for if statements and while loops, called code blocks. While Loops, a native looping mechanism based on code blocks. Constant values can have spaces on the command line, e.g. var1="value of this" var2=that.
標籤: Major feature enhancements, code blocks, while loops, Cygwin, Linux

2011-08-23 23:45
4.1.2

@n (n=number) was fixed to set the timeout value from IDE (a problem with ssh user@192.168...). The *FORK display was fixed when "session" is part of the session name. The installer was updated with a "configure only" option, which just configures user account settings. A conditional test for undefined varibles was added.
標籤: Minor feature enhancements

Project Resources