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?



On Registration Form, if some fields are not mandatory to fill then those fields can accept any inv..

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

Post New Answer

More Manual Testing Interview Questions

Do submit teststrategy to customer if yes at what time

0 Answers   Kanbay, Miracle Solutions,


If anyone have attended interview with deloitte for the post of senior manual test engineer. Please share the interview process and the questions asked. How to prepare for the interview. Thanks in advance

0 Answers  


describe Bug life Cycle and the process taken in your organization.

4 Answers   HCL,


IF i ask you to give priorities to 3 item in test plan, which item will come in??

1 Answers  


Have you done exploratory or specification-driven testing?

1 Answers  






In Quality Center, If we can reuse a non reusable test script as template test, then what is the need of defining reusable test scripts? What additional functionality does Reusable test scripts add when compared to non reusable test scripts?

0 Answers  


what is mean by end to end testing?

5 Answers  


Tell me some Adhoc testing scenarios of ebay (online auction product)?

0 Answers  


Who is Kent Beck, Dr Grace Hopper, Dennis Ritchie?

1 Answers  


Write the test cases for sending a message through mobile phone (assuming all the scenarios )Its urgent .....

6 Answers   Subex,


What is Retesting & Regression Testing? When do we use retesting & regression testing(i.e In what situation)? Please clear me.

6 Answers  


what is the difference of the Functional testing in the waterfall model and V-Model?

3 Answers   Wipro,


Categories