This is a migrated thread and some comments may be shown as answers.

Verify the text field name has * in it to show its mandatory field?

3 Answers 69 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Etl
Top achievements
Rank 1
Etl asked on 01 Nov 2018, 11:05 AM

Need to verify or confirm the field is displayed with * in the field name 

thanks 

3 Answers, 1 is accepted

Sort by
0
Etl
Top achievements
Rank 1
answered on 01 Nov 2018, 01:50 PM
Anyone?
0
Ivaylo
Telerik team
answered on 02 Nov 2018, 11:12 AM
Hello Etl,

I assume you are talking about a web application here. Nevertheless, please note that building the verification depends a lot on the implementation. For example one of the most popular implementations of this scenario is with a span element in the label as in the example provided below:

<div class="form-group"> <!-- Email field -->
        <label class="control-label requiredField" for="email">Email<span class="asteriskField">*</span></label>
        <input class="form-control" id="email" name="email" type="text"/>
    </div>

In this case the verification can be done quite easily with the recorder as shown in the screenshot attached.

If your scenario differs than the one provided above, please provide more detailed information so we can assist you further.

Looking forward to hearing from you.

Regards,
Ivaylo
Progress Telerik
 
The New Release of Telerik Test Studio Is Here! Download, install,
and send us your feedback!
0
Etl
Top achievements
Rank 1
answered on 02 Nov 2018, 11:18 AM
Thanks, I figured it out the other day. But thank you for the explanation 
Tags
General Discussions
Asked by
Etl
Top achievements
Rank 1
Answers by
Etl
Top achievements
Rank 1
Ivaylo
Telerik team
Share this question
or