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 Posted / 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 |
Post New Answer View All Answers
What types of documentation are used in qa?
What is the difference between functional requirement and non-functional requirement?
What is an exit criteria?
You have a testing team of 10 members, and now you have to reduce it by 5 member and you dont want to increase risk in your product, you are try to cover all functionality to test. What test Strategy you follow.
14.What is function point breakdown?
What is system level testing?
Please Tell me About Fish-Bone Model. Thanks in Adv.
What are the properties of a good requirement?
What are the different types of software testing?
how to verify a button size (e.g Login Button) on a web page have same dimension prescribed by Client in UI Testing..??
functional testing test cases for transfer funds ?
Can anyone please suggest me a online book on manual testing??
What are the standard you follow in your company to prepare test plan document? Content is same in every standard or not. Also is there any document to read about the testing standards? Thanks in advance for giving me the answer.
What does you mean by positive and negative testing & what is the difference between them. Can anyone explain with an example?
iwant know IEEE formate ,how it is used and exactly where it is used? i have details it follows test plan, testcases...etc. i want real time explanation. pls any one give?