testify is meant to be a test suite for any kind of program or device which provides a command-line interface, such as the Cisco PIX. It uses the perl Expect package and provides a small but powerful interface to run any kind of commands on the remote machine and verify its responses.
| Tags | Software Development Testing |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX Linux |
| Implementation | Perl |
Recent releases


Release Notes: New 'return', 'foreach', and 'subst' were added to make it possible to cycle through lists. These new commands make certain tests much easier to maintain.


Release Notes: This release can now include files recursively, define general library functions to make it easier to create modular testing units, and get interactive input with the 'ask' command, e.g. for passwords.


Release Notes: The "wait" command was added. Control structures were also added to handle cases where different tests might be necessary, depending on other tests. For this reason, if-statements were introduced.


No changes have been submitted for this release.