Difference between revisions of "Python RTE"
Jump to navigation
Jump to search
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...) |
PeterHarding (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Overview= | =Overview= | ||
A Remote Terminal Emulator (acronym RTE) is software which | A Remote Terminal Emulator (acronym RTE) is software which enables 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. | ||
Also see [http://en.wikipedia.org/wiki/Terminal_emulator Wikipedia article on Terminal Emulators]... | |||
=Associated Tools= | =Associated Tools= | ||
Line 9: | Line 11: | ||
A tool for providing data services to software robots (including LoadRunner VUser scripts) via a socket mechanism. | A tool for providing data services to software robots (including LoadRunner VUser scripts) via a socket mechanism. | ||
See [[ | See [[DServer.py]] | ||
[[Category:RTE]] | [[Category:RTE]] |
Latest revision as of 13:46, 21 January 2016
Overview
A Remote Terminal Emulator (acronym RTE) is software which enables 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.
Also see Wikipedia article on Terminal Emulators...
Associated Tools
Data Server
A tool for providing data services to software robots (including LoadRunner VUser scripts) via a socket mechanism.
See DServer.py