资 源 简 介
Tester is simple integration testing framework. It enables you to execute functional regression tests.
Features
Simple usage. You do not need to know any programming language. Just create and edit files in folder. To execute test, simply issue tester with the name of the test as parameter. The name of the test is actually relative path to the folder where test files are placed. Tester has only CLI, no GUI.
Portability. As Tester is written in java. it can be used on any java based platform (windows, unix)
Abstraction. Execution of a test is driven by test script - test.flow file. The file defines sequence of test commands with parameters (a command correspondes to one line). Various commands were developed to work with FileSystem, JMS, Database, tibco Rv etc. This moves your testing work on higher level, you can focus more on fuctionality and business matters of the testing.