Page 1 of 1

Always create screenshot

Posted: Fri Sep 16, 2011 11:43 am
by sdaly
Hi

So I can do the following and then pass those options to the validate class -

Code: Select all

Ranorex.Validate.Options o = new Validate.Options();
o.CreateScreenshot = Validate.CreateScreenshot.Always;
How can I make these the default options though?

Thanks

Re: Always create screenshot

Posted: Fri Sep 16, 2011 1:42 pm
by Support Team
Hi,

This is unfortunately not possible, you have to set the specific option for each validation item,
but it is already on our feature request list.

Regards,
Markus
Ranorex Support Team

Re: Always create screenshot

Posted: Fri Sep 16, 2011 1:50 pm
by sdaly
Hi Markus

Excellent, thank you, it will be useful! :)

Cheers

Re: Always create screenshot

Posted: Fri Nov 22, 2013 2:42 pm
by denX52
Hi,

Any update on this?

I have 50+ modules with 10+ validation in each.
And now I need to make a screenshot on each validation fail.

Would be grateful for a hint to avoid boring convert of each validation step to user code with options.

Thanks.