write a test cses for sending mails through microsoft-
outlook xpress?
Answers were Sorted based on User's Feedback
Answer / hemasubu
a) check the succesful login of the microsoft oulook xpress
after entering the user ID & password.
b) check whether the microsoft oulook xpress is opening.
c) check whether the new mail/reply/reply to all/forward
button is enable.
d) check that we are able to type the subject,body in the
mail.
e) check that we r able to add the email_ID(email_address).
f) check whether the signature is automated in the new
mail/reply/reply to all/forward mails(if required)
g) spell check(if required)
h) check whether the send button is enable.
| Is This Answer Correct ? | 11 Yes | 3 No |
Answer / 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 |
Answer / mandeep
in addition to above -
- check if the attachments are being attached
- what is the maximum size of attachment that can be
delivered.
- creating rules is possible or not and are they working
fine.
-check error msg in case size of attachment is greater than
expected
- recovering deleated mails is possible or not
- max no of days till which deleted mails can be recovered
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / shivam
I agree with all of above cases
but i also wants to share some cases
1.to check the inline image and out line image
2.
to check the attachment of more and more file up to upper
limit and lower limit .
3. to check the color when it received by another.it may
change or as it is .
4. to check the functionality of follow up and all the icon
which are providing by out look.
5.to check the functionality of search button weather it
search mail or not
it search the proper mail or another mail
there is also more test cases
i will write it later......
| Is This Answer Correct ? | 5 Yes | 0 No |
how can we write test cases with help of functional spec? is it not appropriate to write by using the application?
Can you list down a few characteristics of a test case?
what are the Test Cases for " Test Cases " ?
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
how to write the test case for time and date like TIME : 09:34:32AM DATE : 12 MAY 1987
Write a test case on a durability of an electric bulb and test it that it will last for next 10 months.
Roads concatenation Problem Consider we have some GIS (Geo Information System) operating over some road network. Each road represented as array of two-dimensional geographical points. Road network is a set of roads. System has function called Concatenate(). This function takes raw road network and should return optimized road network. Optimization lies in concatenating roads with matching start or end points, i.e. if road AB end point matches road BC start point, then optimized network should contain concatenated road AC. Optimized network shouldn’t contain two roads which can be concatenated. Your task is to suggest set of test cases for Concatenate() function in order to make sure it works correctly. public interface IPoint { double Lat { get; } double Lon { get; } } public Road : List<IPoint> { } public RoadNetwork : List<Road> { } public RoadNetwork Concatenate(RoadNetwork roads);
Who will decide what the test cases you have written are correct?
4 Answers Mind Q Systems, Satyam,
Describe to me the difference between validation and verification.
write the test cases for how do u send a message in mobile
This question is regarding MC/DC coverage (A and B) or (B and C) or (A and C) ? how many conditions are there in above expression? what are the test cases for statement, decision, condition, MC/DC and multiple condition overage explain in deatil why ?
please tel me how to write test case for search engine to track peoples,when user enter the city,state,zipcode(ex:Kansas city,Missouri,64155)? (note country is already selected as a united states )