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

Which of these is not a compenent of test plan: a. Test cases b. escalation process C.effect report D. Tools to be used for test.

2 Answers   Hewitt,


Hi, I got an offer with maveric systems and I have around 3.5 years of work experience. But inspite of that they are asking to sign a bond for 2 years and to pledge all the original certificates for that bond. Can anybody please advice me whether its a good company or not and can i go ahead with this?

4 Answers   Marveric,


1...DIFF BETWEEN QTP AND WIN RUNNER? 2... CHECKPOINTS AND EXPLAIN EACH OF THEM? 3...WHY IS STEP GENERATOR? 4... WHAT IS THE DIFF BETWEEN FUNCTIONS AND SUB ROUTINE?

0 Answers   Wipro,


Q2. From the below given choices, which one is the ‘Confidence testing’ A. Sanity testing B. System testing C. Smoke testing D. Regression testing

9 Answers   ISTQB, JO, Tech Mahindra, Trekbin,


what is prototype testing, component testing, thread testing

1 Answers  






can any one explain the example of high servity and low priority, low servity and high priority, high servity and high priority, low servity and low priority

4 Answers   Intact Solutions,


Do I have to write separate test cases for entering special characters, blank space, numbers in First name field ? Or should I create single test case for it? If yes then how?

4 Answers  


Hello can any one help we which certification is can be taken is it ISTQB or CSTE ? How to prepare for the exam & where we can find the materials etc for the prepartion? Please Help me. Thanks in advance

3 Answers  


can any one tell me the exact testing process of stand alone application, what type of testing i can perform on stand alone application and how can i track the bugs(from starting to ending), and online demo for logistics software if any one knows please send me the link.

1 Answers  


What are the different criteria which will be filled when logging a Defect?

2 Answers   IBM, Sapient,


I have 1+ year exp. in web based testing & now I want to switch my job so anyone can tell me which types question generally ask in interview(which related to web based testing ) ???

1 Answers  


Find the Cyclometric complexity on the following p seudocode Do while records remain read record; if record field#1=0 then process record;store in buffer; incremental counter;store in file. reset counter;end if end do please let me know the procedure too.

3 Answers   Accenture,


Categories