I'm building a set of conformance tests for developers to use in a sort of
JUnit-like way and there are a couple of things I wondered if someone else
had dealt with:
1/ Binary result
Ideally, I'd like to run JMeter in non-GUI mode and simply have a final
result that says PASS (all assertions OK) or FAIL (at least one assertion
fails), in which case the results files would be available for examination
or a GUI run would be used (or, ideally, a nice human-readable file would be
presented). I've tried to use the Tree Result with log errors only, but it
just gives an empty jtl document. Should I write a new Visualizer, or is
there a better way?
2/ Test plan as a test element
There are a number of different test plans, but they contain many similar
steps. How easy would it be to write a test element which says 'include the
test plan nodes in file z', and which will then be loaded from that file
every time rather than become a part of the parent test plan? This would
make build and maintaining suites of tests a lot easier. Any pointers on
how to do this? Is it easy?
Thanks,
Alistair
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]