Search found 2 matches

by jbg
Mon Sep 19, 2016 5:57 pm
Forum: General Questions
Topic: Validate input is (null) or ""
Replies: 4
Views: 4694

Re: Validate input is (null) or ""

I may be missing something, but I want to validate that the value is null or validate that the value is an empty string. I don't want to have failures in my test cases. (I should have included that in my original question. which I just did)
Ranorex Null failure 9-19-2016 9-54-33 AM.png
by jbg
Fri Sep 16, 2016 11:44 pm
Forum: General Questions
Topic: Validate input is (null) or ""
Replies: 4
Views: 4694

Validate input is (null) or ""

I have looked at many old posts regarding null values and dealing with them in different ways. none of them have helped me. One of the inputs I have has a value field, the other doesn't, so I am getting null for one and "" for the other. I want to: (I don't want to have failures in my test cases.) v...