开发者

how to validate whether the filed allow only numberic values by using selenium IDE

开发者 https://www.devze.com 2023-02-20 05:51 出处:网络
One of my application for where i have a field that should only a开发者_如何学JAVAllow numeric values, how can i validate this using selenium IDETry a negative testing approach - Enter character(s) ot

One of my application for where i have a field that should only a开发者_如何学JAVAllow numeric values, how can i validate this using selenium IDE


Try a negative testing approach - Enter character(s) other than numbers (alpha, special, alphanumeric, etc.) and then ensure your application doesn't process these, or outputs suitable error messages...

0

精彩评论

暂无评论...
验证码 换一张
取 消