Python RTE

From PeformIQ Upgrade
Revision as of 13:19, 27 May 2008 by PeterHarding (talk | contribs) (New page: =Overview= A Remote Terminal Emulator (acronym RTE) is software which enable the creation of software robots for exercising remote sessions to applications. The Python script, [[spawn.py...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

A Remote Terminal Emulator (acronym RTE) is software which enable the creation of software robots for exercising remote sessions to applications. The Python script, spawn.py, provides a simple framework for fork()/exec()'ing an arbitrary collection of other scripts or programs in a UNIX/Posix (e.g. cygwin) environment.

Associated Tools

Data Server

A tool for providing data services to software robots (including LoadRunner VUser scripts) via a socket mechanism.

See dserver.py