Overview

Just another test framework? No! Using the existing frameworks was a good start, but soon I realized that for my particular project, I needed something more specific.

The main goals I wanted to achieve were to build a Test Framework that is based on existing Open Source Frameworks to allow high level testing of web based applications. The supported test should test functionality by navigating through the application and furthermore it should allow performance testing by executing these navigation in parallel.
All test should use property file based configuration.
All test should fit in the concept of junit based tests.
genieTest uses the following existing Frameworks:
  • jUnit
  • webTest
  • junitPerf



  • Downloads

    In order to use genieTest the following packages are required:

    my donwload
    my documentation (as pdf)