how to validate whether the filed allow only numberic values by using selenium IDE
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...
精彩评论