|
Project Information
Members
|
'TermTerminator', a new stuff is desired to terminate terminal testing. Term Terminator is an automation testing tool that was based on JTA - Telnet/SSH for the JAVA(tm) platform and was used internally at QAD. JTA was originally developed by Matthias L. Jugel and Marcus Meißner. (The most current version of the software can always be found at:) http://javassh.org/ It was extended by others including myself. Since the JTA is under GLP v2. It includs several enhancement extensions for JTA to support automation testing. The tools that was used at QAD, was release as Open Source, the developers or users can obtained the source to Ant as well. You can obtain the Ant source code from <http://code.google.com/p/termterminator/>. It is currently located in the termtermniator SVN repository. The build.xml file is the 'code' that tells Ant what to do. The beauty of Ant is that it is entirely XML based so creating installation scripts is as easy as creating a XML file. You should not need to edit the build.xml file unless you wish to change paths of things. [Now the source repository is under construction, but you can download the eclipse project(v3.2) from repository directly] To build Term Terminator, download and install Ant and invoke 'ant' script from this directory. ETC: Now I am working on an ancient application, of which major UI is terminal(Character User Interface). It's painful to input the same thing again and again. I was considering about an automation tools used for testing and unit test. Finally, I found JTA, a very good java telnet client. And it's quite easy to extend it with plug-in. It supports several scripting languages, such as BeanShell. |