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 Posted / 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 View All Answers
If asked to create a Configuration Design Pattern, where would you start?
ive been looking for a junior tester job for quite some time now, but most company keep requisting for experienced staffs, but if i dont start from somewhere how do i get the experience
Describe some staff conflicts you have handled.
In which all places, testing is done?One is from the server by calling server name.Can u suggest others?
What is test driver and test stub?
Genarally what we have to tell. If anybody asks in the interview. what are challenges u faced in the Project and what are the Risks u faced in the Project, Anybody can suggest it ......Thanks in Advance....
1.For a single module how many builds are possible 2.what will be the max or min time to finish up an single module
Which criteria should take in account while doing CMS testing of any project?
What are differences in testing a client server and a web application?
I have cleared written test and one Technical round in one company? now i have to face an Client Round through telephony? Any body have faced client round, how will it be , wil they ask technical or is it only formality round? im nervous, plz let me know wat all they may ask? i have this round on monday?
What is the difference between a standalone application, client-server application and web application?
date format and we should 8 digits - not accepted only /accepted write how many in test cases in the date format valid , and in valid
how to test a store procedure?
Can you explain exploratory testing?
What are the two main categories of software testing?