Page 1 of 1

Screenshots on Module errors without Test Suite

Posted: Wed Aug 24, 2011 7:45 am
by mats
actually these screenshots are also shown on a module error.
To en/disable this feature you have to enter the Test Suite settings and check/uncheck "Capture Tracing Screenshots".
refer to http://www.ranorex.com/forum/screenshot ... t2096.html

It works if command line argument

Code: Select all

GeneratedTestSuite.exe /testsuite
is used.
But my Testframework ist starting only module per module like

Code: Select all

GeneratedTestSuite.exe /module:Test1
In this case no screenshots are shown on a module error.

Can they be enabled for this case?

Re: Screenshots on Module errors without Test Suite

Posted: Wed Aug 24, 2011 3:07 pm
by Support Team
Hi,

We are sorry but at the moment it is not possible, we have added it to our bug list and it will be fixed in 3.1.1.
As workaround you can manually call the
Report.screenshot()
method in your User Code, then a screen shot is going to be made.

Regards,
Markus
Ranorex Support Team