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 |
What all possible test scenarios can be written for the PAINT OF An Airplane?
which model is mostly used in companies for SDLC and y?
what you consider in security testing particularly in web applications?
what is difference b/w test case and test scenario?
What’s the difference between a bug and a defect?
hi!how to write test cases on SRS?tell me any example which type of certification is usefull for less then 1 yr exp. people in testing?
1.when do we start testing and explain briefly please assp 2.when will we stop testing friends tell me immediatly
When should testing be stopped?
How performance testing can be done manually? can anyone answer this question plz?
differentiate re-testing and regression testing
At what stage of the development cycle software errors are least costly to correct?
How many maximum tables we can join by using SQL JOIN??