3 Answers, 1 is accepted
0
Etl
Top achievements
Rank 1
answered on 01 Nov 2018, 01:50 PM
Anyone?
0
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:
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
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
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