Mailingliste - Einträge 2015
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [QF-Test] daemon and html report
Hello Mario, you cannot get the report directly from the daemon, but you can get the run-log and use qftest -batch -genreport ... to transform the run-log locally into the report. cf: https://www.qfs.de/qftest/manual/en/user_report.html#sec_N343D To get the run-log, call the daemon with qftest -batch -calldaemon -runlog log.qzp ... cf: https://www.qfs.de/qftest/manual/en/user_testexecution.html#sec_N3888 Finally, if you're driving the daemon directly via its API you can use the method DaemonRunContext.getRunLog() to get the daemon log as a byte array, then save that byte array to a file with the extension .qrl. cf: https://www.qfs.de/qftest/manual/en/tech_daemon_api.html#sec_N16439 Best regards, Greg Mario Heiss <rt65@?.com> writes: > Hi all, > after starting the qfs daemon at a remote host I am executing a xxx.qft, so far so good. > > Is it also possible to create a report.html at the remote host and transfer it back to the caller? > If yes, how? > > Thanks in advance. > > Mit freundlichen Grüßen / Best regards > > Mario Heiss > > Software Development > _______________________________ > RSC Commercial Services OHG > Wanheimer Str. 70 > D-40468 Duesseldorf > Tel: +49 (0) 211 9872 - 2235 > eMail: mario.heiss@?.com > RSC Homepage: http://www.retail-sc.com > P Please consider the environmental impact of needlessly printing this e-mail. > > -------------------------------------------------------------------------------------------------- > RSC Commercial Services GmbH & Co. OHG, Wanheimer Straße 70, D-40468 Düsseldorf - Sitz: Düsseldorf > - Registergericht: Düsseldorf HRA 12655 - Telefon: +49 (211) 9872-01 > Persönlich haftende Gesellschafter: C & A Retail GmbH - Sitz: Zug/Schweiz - UID: CHE-116.290.471 > Geschäftsführer: Christoph Hammer, Robert H. A. M. Smeele, Petrus J. Zegger > FRM PARTICIPATIONS S.A. - Sitz: Luxemburg/Luxemburg - Handels- und Firmenregister Luxemburg: B > 58158 > Verwaltungsratsmitglieder: Rafael G. E. Bogaerts, John Drury, Dimitri Maréchal, Peggy > Partigianone, Johny Seré, Robert H. A. M. Smeele > Bankkonto: Commerzbank AG, BLZ 300 400 00, Konto 1 324 300 - IBAN: DE84 3004 0000 0132 4300 00 - > SWIFT/BIC: COBADEFFXXX > > _______________________________________________ > qftest-list mailing list > qftest-list@?.de > https://www.qfs.de/mailman/listinfo/qftest-list -- Gregor Schmid E: gregor.schmid@?.de T: +49 8171 38648-11 F: +49 8171 38648-16 Quality First Software GmbH | www.qfs.de Tulpenstr. 41 | 82538 Geretsried | Germany GF Gregor Schmid, Dr. Martina Schmid, Karlheinz Kellerer HRB München 140833
|