SOFTWARE ENGINEERING

REQUIREMENTS ENGINEERING

REQUIREMENTS VALIDATION AND VERIFICATION

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Email address is a mandatory field, marked with a *. What sort of check needs to be done on this?
A
Length check
B
Type check
C
Presence check
D
Format check
Explanation: 

Detailed explanation-1: -Use asterisks to indicate required fields? Another common approach seen in forms is to mark the mandatory fields with an asterisk and not mark the optional fields. While an asterisk to the left of the label makes it easy to see, it assumes a user understands what this means.

Detailed explanation-2: -The required property sets or returns whether an email field must be filled out before submitting a form. This property reflects the HTML required attribute.

There is 1 question to complete.