Page 1 of 1

Optional Action on Image Validation

Posted: Fri Nov 02, 2012 9:04 pm
by costamesakid
My image validation items use to pass until I upgraded to 3.3.3. For each validation item I set the Continue on Fail field to 'True'. Even in prior Ranorex versions, if the validation failed, the log report would display the step as a failure but continue the remaining steps.

Now, as in the screenshot below, the log report shows a warning on fail, and displays the entire test case as 'Passed'.

Is there anyway to fix this? I need the log reports to show a failure if validation fails. Thanks

Well... it seems the board wont let me upload screenshots anymore. So below is the actual text from the log report.

Code: Select all

17:39.334 Warn User Jump to itemView Help(Optional Action) Could not find a part of the path 'C:\Ranorex\TacViewMaster\TacViewPreferences\bin\Debug\RepositoryImages\TacViewLibRepositorya07c1d99.rximgres'.

Re: Optional Action on Image Validation

Posted: Mon Nov 05, 2012 11:45 am
by Support Team
Hi,

Could it be that you set the "Report Level On Failure" property in the Properties window of the specific actions to "Warn" instead of "Failure"?
ActionItemProperties.png
Regards,
Markus

Re: Optional Action on Image Validation

Posted: Mon Nov 05, 2012 1:25 pm
by costamesakid
No. I have it set to 'Failure'.

Re: Optional Action on Image Validation

Posted: Tue Nov 06, 2012 5:41 pm
by Support Team
Hi,

You are getting this warning because the rximgres file couldn't be found.
Are you sure the file is in the "..\bin\Debug\RepositoryImages" directory of your application?

Regards,
Markus