|
Re: [junitperf] Reporting
On Dec 19, 2005, at 8:42 AM, Esra'a wrote:
> Hi all,
> I'm a new in JunitPerf i want to know if I've ability to generate
> report with information about my test (users no ,Time Response
> And result) with HTML or XML formatting
Since JUnitPerf is designed to work with JUnit, you may use any of
the standard JUnit test runners and reports. For example, the
build.xml file included with JUnitPerf includes a target (test-sample-
reports) that generates an HTML report.
Hope that helps.
Mike
|