Adding support for multiple programs per test
Abhijeet Bisain
abisain at qualcomm.com
Thu Sep 2 00:21:01 UTC 2004
After sending out this email, i realized that the requirement 2 can be
fulfilled with the XML out and then storing the XML into a database. I
didn't know that xml output is available till I saw the xml_result_stream
files in the source code.
Multiple programs can be started in parallel by creating them as multiple
test cases in one suite and then executing the suite while setting the
concurrency number to the number of programs to spawn. This should spawn
all the programs parallely. Please let me know if this is a good assumption.
One other thing I would like to get is to be able to specify a regular
expression to match with the stdout, instead of an exact match. So I want
to find a PASS anywhere in the stdout, or not find "Error" anywhere in the
output etc.
Thanks,
Abhijeet
At 02:01 PM 9/1/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.
>2. Capability to store the results into a database with timestamps on when
>they were run
>
>Thanks,
>Abhijeet
More information about the qmtest
mailing list