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 |
is that software tester may or may not be involved in the actual acceptance testing
Explian about boundary value analysis with an example ?
what is risk based testing ?
What is the difference b/w test case and scenario?
what is pass and exit creteria
what is web server ur using at ur current testing of web application.
How do we review test specification document?
At what stage of the development cycle software errors are least costly to correct?
1 )if you have 1000 test cases ,you find out one defect in second build that time which testing you are using Regression Testing or Retesting ? explain with detail as well as you want to execute all the test cases?
write test cases on pen
What are test case formats widely use in web based testing?
What is the difference between bug,defect, error, failulre, fault & mistake?