Input validation for textfield for integers AND specific letter

Hi,

I’m not sure to understand the need.
The goal is to Input Text these values and verify the field accepts it?
How do you check the Pass or Fail of the value? Field has a specific border, raises an error?

If you have the value, maybe a Regex evaluation could be easier:

 Should Match Regexp   ${variable}    ^\d+e?$

Charlie

3 Likes