List Icon
Mailing list Archive

2019 up to July 2022 | 20182017  |  2016  2015 2014 | 2013

The mailing list has been closed since July 2022, but continues to serve as an archive of information about QF-Test.
But if you want to stay informed about news about QF-Test, you can simply
Subscribe to Newsletter  

To get up-to-date information about each release - including minor releases - you can
subscribe to the RSS feed or follow us on social media.
Alternatively, QF-Test also provides release information itself.

Another source of information is our blog, where there are current articles on general topics, on the company QFS and also various "how-tos"
subscribe to blog


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[QF-Test] calldaemon and batch mode question


  • Subject: [QF-Test] calldaemon and batch mode question
  • From: Andy Lawrence <andylawrence.russia@?.com>
  • Date: Thu, 21 Mar 2013 14:21:52 +0400

Hello,

I have a couple of questions about usage calldaemon and batch mode.

1. Is it possible to generate reports in junit xml format in case of remote launching (via calldaemon with batch options)? I tried to do that but without a success.
2. The same question about generation HTML reports for calldaemon, is it possible?
3. If answers are No, then could you please suggest any approach how to generate junit report or HTML report from standard report file (like qzp and so on)? Is there any utility that comes with QF-Test that helps to manage such task?

Example of my command to launch QF-Test remotely (assuming that listener is up on remote server and permissions for folders are OK):
qftest -batch -calldaemon -daemonhost <remote_server> -daemonport <remote_port> -runlog /home/user/qfs_reports/%M%d%y-%h:%m:%s/test.qzp -report.junit /home/user/qfs_reports/junit -report.html /home/user.qfs_reports/html -variable value=1  c:\\test.qft

From User Manual it is a bit confusing to figure out what command line parameters can be used and work only with '-batch' option or with both options '-batch -calldaemon'.

Thanks in advance,
Andy