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 is actually contain test report?
If u have to test the web page application & name, date & email are the important fields then how will u test it in the negative way?
i joined in qutesys company and i didnt know even what is testing how it is possible?
Test cases for Chat Component
What is Change and configuration management repositoty
Waht is the difference between system test case and functionlity test case?.
what is test procedure?
1 Test Case can covert How many scenario? OR how many scenario can cover 1 test case.?
2 Answers DelhiNet, GGH, HCL, Mastek,
according 2 an company or TL,how can a tester can prepare POSITIVE & NEGATIVE test cases ??
At what stage of the life cycle does testing begin in your opinion?
tell me about low severity & low priority bug?
How to do the performance testing manually? Does you have a test case for that?