Screenshots on Module errors without Test Suite

Ask general questions here.
mats
Certified Professional
Certified Professional
Posts: 27
Joined: Tue May 18, 2010 12:58 pm

Screenshots on Module errors without Test Suite

Post by mats » Wed Aug 24, 2011 7:45 am

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?

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Screenshots on Module errors without Test Suite

Post by Support Team » Wed Aug 24, 2011 3:07 pm

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