The scub team is pleased to announce 0.1 release of JUnitScenario.
JUnitScenario is a tool to simulate real life usage of applications. It allows you to describe scenarios that are composed of unit tests calls and simulate several users following those scenarios.
For example, this scenario.xml file defines the cashier scenario:
<scenario name="cashier" users="20" loops="500">
<task JUnitClass="org.mybank.MyFirstTest" JUnitMethod="testCreateAccount" wait="10"/>
<task JUnitClass="org.mybank.MyFirstTest" JUnitMethod="testDipositMoney" wait="10"/>
<task JUnitClass="org.mybank.MyFirstTest" JUnitMethod="testWithdrawMoney" wait="50"/>
</scenario>... read more
JUnitScenario is tool to simulate real life usage of applications.
It allows you to describe scenarios that are composed of unit tests calls and simulate several users following those scenarios.
The web site is already started and the first code donation should be on the cvs before the end of the month.
Stphane TRAUMAT