[qmtest] Adding support for multiple programs per test

Stefan Seefeld seefeld at sympatico.ca
Thu Sep 2 01:25:25 UTC 2004


Abhijeet Bisain wrote:
> Hi all,
> 
>     Thanks for making this tool and making it available to pubic. I am 
> looking to automate some testing we do and would like to use QMTest. But 
> there are some additional features we would like.
> 
> 1. Capability to multiple programs per test, each specifying the host to 
> run on.

Is your test really dependent on the processes running in parallel (say,
because you want to test concurrency), or do you just want to cover
multiple scenarios (hosts) in one shot ?

If it's the second, I believe you shouldn't lump them into a single test
but instead have one test instance per host and just tell qmtest to
run these tests in parallel for efficiency.

> 2. Capability to store the results into a database with timestamps on 
> when they were run

there's an sql result stream as well as an one using xml. That may provide
all you want.

Regards,
		Stefan





More information about the qmtest mailing list