Completed
Last Updated: 31 Oct 2013 14:11 by ADMIN
ADMIN
Todd Ropog
Created on: 03 Jun 2013 18:23
Type: Feature Request
2
HTML5 input email type is missing verification
Suppose I want to validate the text value of a input element with type="email". How would I do that? Even using the Sentence Verification Builder there doesn't seem to be a way to access the text value. When the SVB is used on an input element with type="text", there is an HtmlInput verification that allows me to check the input value. However, when used on an input with type="email", that verification is not there. 

To demonstrate, navigate to this page: http://www.w3schools.com/html/tryit.asp?filename=tryhtml5_input_type_email, type a value into the email field and then try to create a validation to verify the value.

3 comments
ADMIN
Iliyan Panchev
Posted on: 31 Oct 2013 14:11
This is implemented and will be part of the next Test Studio release, expected in the beginning of December.
ADMIN
Konstantin Petkov
Posted on: 19 Sep 2013 10:46
Hi,

There is work in progress regarding HTML 5's HtmlInputNumber control:
http://feedback.telerik.com/Project/117/Feedback/Details/60882-verifications-and-actions-recording-for-htmlinputnumber-html5

We also have more issues work in progress regarding HTML 5 controls so I'm changing the title here to be specific for HtmlInputEmail one. 

Thanks!
ADMIN
Konstantin Petkov
Posted on: 03 Jun 2013 18:53
Without translators that would let you record such a verification, you can add the input element to the elements repository and use code to verify its value. In the Testing Framework the HtmlInputEmail inherits from HtmlInputText so you can use .Text or .Value to get to the actual text/value.