I am a novice. Just started using Ranorex.
I recorded a very short VB6 session involving a login form.
As one of the first steps, I placed a validation on the LoginID text box to verify it is blank.
The step failed indicating that the expected value is '' but the actual value is '(null)'
So, i edited the Properties, saved and replayed.
Step failed again but, this time indicating that the actual value is the expected value - as shown below:
Replay (item #6) could not be completed because Attribute 'Text' of element for item 'FormGIFTS_Login.TextText1' does not match the specified value (actual='(null)', expected='(null)').
So, how does one specify a generic "blank" validation on the text element of the textbox object that will succeed if the length of the object is 0 (regardless of whether it is null or empty string)?