Hi QFS experts,
Previously I was able to run multiple test suites on a single test machine using batch mode configured through Bamboo, and successfully viewed the test report containing multiple test suites and I also noticed there were split run log file
generated in the shared network drive.
Now I am trying to improve the productivity by sharing the workload, let PC 1 run some part of the whole test suites through the first job within bamboo configuration, PC 2 run other part of the whole test suites through the second job
within bamboo configuration, and eventually I am hoping to keep only three folders : report.html, report.junit, report.xml and two .qrl files (one for PC1, and one for PC2) and am able to view different host name in the single report, however I failed to create
multiple runlogs representing different hosts (only one in this case as shown below).
In one of my batch files, I set the following:
SET LOG=%REPORT_DIR%/%b%-qft-log.qrl
SET RUN_LOG=-runlog %LOG%
used %b% according to
When executing multiple test-suites, be sure to include the base name of the suite in
the filename by specifying %b. Otherwise only a single run-log or report may be written
that represents only the test-run of the last test-suite.
In the section ’40.2.4’ in QF-TEST 4.5.2 manual.
Still I am getting only one qrl file.

Any suggestions or code snippet would be highly appreciated.
Cheers
Kevin