The recording is data-driven, and the validation is working on other data.
With the data I got now, the validation is runned 3 times :
1st time : "281,19 $" is expected
2nd time : "'47 874,29 $" is expected
3rd time : "37,62 $" is expected
Here is the result log from Ranorex :
1st time :
2nd time :2010/02/18 16:17:46.443 INFO User Validating if cost is equal to '281,19 $'
2010/02/18 16:17:46.635 SUCCESS Validation Attribute 'Text' of element '{Text:281,19 $}' does match the specified value.
3rd time :2010/02/18 16:18:14.421 INFO User Validating if cost is equal to '47 874,29 $'
2010/02/18 16:18:14.605 FAILURE Validation Attribute 'Text' of element '{Text:47 874,29 $}' does not match the specified value (actual='47 874,29 $', expected='47 874,29 $').
2010/02/18 16:18:39.146 INFO User Validating if cost is equal to '37,62 $'
2010/02/18 16:18:39.337 SUCCESS Validation Attribute 'Text' of element '{Text:37,62 $}' does match the specified value.
This is the same code that is ran 3 times, the recording is restarted between each data.
I don't know why it works for validation 1 and 3, but it fails on the 2nd... Please help
