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 |
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
describe Bug life Cycle and the process taken in your organization.
IF i ask you to give priorities to 3 item in test plan, which item will come in??
Have you done exploratory or specification-driven testing?
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?
what is mean by end to end testing?
Tell me some Adhoc testing scenarios of ebay (online auction product)?
Who is Kent Beck, Dr Grace Hopper, Dennis Ritchie?
Write the test cases for sending a message through mobile phone (assuming all the scenarios )Its urgent .....
What is Retesting & Regression Testing? When do we use retesting & regression testing(i.e In what situation)? Please clear me.
what is the difference of the Functional testing in the waterfall model and V-Model?