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

What all possible test scenarios can be written for the PAINT OF An Airplane?

1 Answers   Cognizant,


which model is mostly used in companies for SDLC and y?

6 Answers   TCS,


what you consider in security testing particularly in web applications?

5 Answers   CybAge,


what is difference b/w test case and test scenario?

8 Answers   CSC,


What’s the difference between a bug and a defect?

0 Answers  






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?

2 Answers   IBM, MIT,


1.when do we start testing and explain briefly please assp 2.when will we stop testing friends tell me immediatly

2 Answers  


When should testing be stopped?

24 Answers   GE,


How performance testing can be done manually? can anyone answer this question plz?

4 Answers   Infosys,


differentiate re-testing and regression testing

7 Answers  


At what stage of the development cycle software errors are least costly to correct?

4 Answers  


How many maximum tables we can join by using SQL JOIN??  

3 Answers   Wipro,


Categories