Votes
Answers
Views
Question
4
2
76
We have a web page that displays a message when a field has invalid data in it, and we need to validate that the correct message is being displayed. Sample HTML code is: Username: document.getElementById("usrname").setCustomValidity("Username is required!"); How do I validate that th...
7
1
51
asked 13 years ago by gem
updated 12 years ago by bubblehead712
I am getting ready to start testing a site with HTML 5 and was wondering if QTP 11 or 11.5 will support HTML 5?