write a test cses for sending mails through microsoft-
outlook xpress?
Answer Posted / vighnesh
In addition of above also check following..
-Other functionalities like font color change etc
-Try to mail on invalid mail ID, a proper response should
be received (i.e. mail delivery failure)
-check how many number of recepeint supported and try with
more mail ID than supported, it shoud not crash and proper
message should be displayed.
-check save in draft feature.
-write mail and cancel it before sending it, it should
reconfirm before cancel and should not send mail.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Can anybody help me in writing test cases for a scenario? need help at the earliest. will send you the requirement doc to your email id. thanks raj
Can some body help to write possible test cases for a credit card at POS (point of sale)
how to write a test procedure & test log for login system
Which of the following defines the expected results of a test? Test case specification or test design specification.
If I have to write the test cases for any report & there is date box.then may I have to write only select date or have to write all steps required for selecting date
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
can any body help me with providing a a case for usability testing...
Hi Team, I have two scenarios ,only one step alone deference betweeen them and preconditions of Test scenarios are defferent . In the above sutuation , are we going divide test cases into two or can we club into them into a single. Regards seshu
How to write test case for this scenario. The system shall auto populate the Email Address on the contact screen with the Email Address of the user profileĀ
write test cases on file open dialog box in notepad
How to write test case for this scenario. The system shall allow for a wild card search for the first name with a minimum of one character.
Explain the sanity testing?
how to write a test cases for Quick links like Feedback/Suggestions Advertise with us Contribute Invite a Friend FAQs Make HomePage RSS Feed Buzz Words Email Privacy Statement Terms & Conditions Copyright Disclaimer Download Forgot Password
A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?