List Icon
Archiv Mailingliste

2019 bis Juli 2022  2018  | 2017 2016 2015 | 2014 | 2013

Die Mailingliste ist seit Juli 2022 geschlossen, dient aber weiterhin als Informationsarchiv zu QF-Test.
Wenn Sie über Neuerungen zu QF-Test informiert bleiben wollen, können Sie einfach unseren Newsletter abonnieren:
Newsletter abonnieren


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

[QF-Test] Run-Log Screenshot give out a black picture


  • Subject: [QF-Test] Run-Log Screenshot give out a black picture
  • From: Markus Söhnel <markus.soehnel@?.com>
  • Date: Thu, 03 Nov 2016 08:30:56 +0000 (GMT)

Hello everybody,
i have a simple question about the Run-logs of qftest.
I checked the option "Create screenshot of the whole screen" but i get only a black picture. The option "Create screenshot of individual windows" works very well. What can i do? Can i configurate this option anywhere?

Remark: We have include qftest into a Jenkins job with an Ant-Build.
This is a snippet of code:

<exec executable="${qftest}" failonerror="true" resultproperty="returncode">
<arg value="-batch" />
<arg value="-compact" />
<arg value="-runlog" />
<arg value="${logdir}\+b" />

Best regards
Markus