On Registration Form, if some fields are not mandatory to
fill then those fields can accept any invalid input. OR
there may have some validation.
E.g. Email id field - Not mandatory to fill.
If user enter Email id = 453454 should it accept?
Answer / ashish
An e-mail address is generally recognized as having two
parts joined with an at-sign (@); this in itself is a basic
form of validation. However, the technical specification
detailed in RFC 822 and subsequent RFCs goes far beyond
this, offering very complex and strict restrictions
RFC invalid e-mail addresses
Abc.example.com (character @ is missing)
Abc.@example.com (character dot(.) is last in local part)
Abc..123@example.com (character dot(.) is double)
A@b@c@example.com (only one @ is allowed outside quotations
marks)
()[]\;:,<>@example.com (none of the characters before the @
in this example are allowed outside quotation marks
I think this answers your question
| Is This Answer Correct ? | 8 Yes | 1 No |
hOw do we avoid logging duplicate bugs
Write positive and negative test cases for forgot password?
What is Testsummary?
How we do prevent the duplicate bug posted by 2 diffrent testers working in same field during run it in test link ?
Does anyone have any good examples of some acceptance criteria for non-functional requirements?
do u know abt descryptive programming
what are the good test cases for the login form containing 4 fields like Username,Password,LOGIN button and CANCEL button?
How smoke testing is done with example??
When you were testing an application, you found a strange pop up with a “500 internal error” and you thought to log it as a defect. Give description of the defect along with all the details you expect in the defect content
What is Pega Testing ?
5 Answers Cap Gemini, IBM, TCS,
how can u do database testing manually?
What is a critical bug?