GJTester, a general Java testing tool, accomplishes the
unit, regression and contract testing of your Java programs or modules.
The GJTester is a very efficient tool during the implementation, testing and maintenance
phase of software's life cycle.
It is equally useful for software developers and testers as well.
The tool has integrated a powerful GUI which allows you to write the test scripts efficiently and rapidly.
That means the testers shouldn't implement a testing client or driver, and even shouldn't do any programming effort.
Solution for...
UNIT TESTING
testing sophisticated units
testing private and protected functions
testing server application's modules without implementing test clients
REGRESSION TESTING
In case of changing code checking the remaining part is still working properly
In case of upgrading JAVA VM checking the product is still functioning
CONTRACT TESTING
black box testing
Solution for TESTING...
JAVA MODULES
SERVER TECHNOLOGIES
CORBA server testing
RMI server testing
... and every other server technologies which could have Java client
Novelty of the product consist of...
effectively combining research results and practical expertise
testing hidden functionalities without implementing test clients
easy to use GUI interface
usability for a wide range(from very simple to extremely sophisticated) of applications
integrated Coverage Analyser
GJTester helps you minimise the risk of software development and provides better quality products to your customers.