JUNITPP

Overview

This extension to the JUNIT framework allows a test data repository and load/stress test from the command line

Motivation

JUNITPP was developed to provide features that I was used to have on C++ regression test environment described at Journal of Software Testing, Verification and Reliability and Dr. Dobb's Journal

Basically I was missing two features

  • a test data repository for tests using multiple databases
  • multithreading from the command line for performance measurements

How to play around

In the folder "bin" there are a few batch files (Windows only) which can be used to play around with JUNITPP. The batch files "some_tests_textui_testrunnerex.bat" gives an overview of the features.