Forum Discussion

SlickRick's avatar
SlickRick
Frequent Contributor
2 years ago
Solved

Propery checkpoint - not working but highlight works

Ill try to explain my problem as best as i can.

 

So i have a wpf textbox which i want to validate its content. So i recorded a property checkpoint.

 

However during playback im getting:
Unable to verify a value with the property checkpoint, because the target object does not exist. 

But the thing is that control is visible during the playback. I even tried to put a 30sec timeout to see if it could because it takes more time to be found.

I tried to put a breakpoint on the checkpoint and it wont work either.

 

However if i try to use the 'highlight' control during debug it will hightlight the control correctly and then the propertycheck point works...

 

Im not too sure what to do to fix this. I tried to record the check point again too. Not luck...

  • I got it working.

     

    The problem was in my mapping there were a few nodes with empty conditions which probably made the search engine take the wrong searching nodes.

    Thanks rraghvani for pointing me in the right direction.