About this document
Automating Interactive Program Testing by Lea Dev is a document available to read on EtoBox.
This document discusses using the Expect tool to automate regression testing of interactive programs. Expect allows scripts to interact with programs in the same way a user would, sending inputs and checking outputs. This allows interactive programs to be tested non-interactively. The document provides an example Expect script to test the passwd program without direct user interaction. Automated testing with Expect could help verify conformance of interactive POSIX programs.
- Author
- Lea Dev
- Language
- EN