Ranorex 5.3 problem

Ranorex Studio, Spy, Recorder, and Driver.
cruzez
Posts: 24
Joined: Thu Jan 27, 2011 3:03 am
Location: London, UK

Ranorex 5.3 problem

Post by cruzez » Thu Mar 12, 2015 4:23 pm

Hi I have quite few Setup and Teardown tests within my test suite which will run some common functions like login, logout etc.

I have also used few Soft failure reports based on comdition
like report.failure(message,message)


Problem: After upgrading to 5.3, test will fail and comes out of loop when it detects soft failures:(
It never executes any tests below set up or ones after. I tried all combinations of Error behaviour options and its same.

If I remove soft failures it works fine :(
Quick feedback much appriciated

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

Re: Ranorex 5.3 problem

Post by Support Team » Fri Mar 13, 2015 10:58 am

Hello cruzez,

Report.Failure() is no “soft failure”. Please try to use Report.Error() instead.
Hope this helps.

Regards,
Robert