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 |
write test cases for test cases...?
Analyze the following highly simplified procedure: Ask: "What type of ticket do you require, single or return?" IF the customer wants ‘return’ Ask: "What rate, Standard or Cheap-day?" IF the customer replies ‘Cheap-day’ Say: "That will be £11:20" ELSE Say: "That will be £19:50" ENDIF ELSE Say: "That will be £9:75" ENDIF Now decide the minimum number of tests that are needed to ensure that all the questions have been asked, all combinations have occurred and all replies given. A. 3 B. 4 C. 5 D. 6
This part of a program is given: WHILE (condition A) Do B END WHILE How many decisions should be tested in this code in order to achieve 100% decision coverage? A. 2 B. Indefinite C. 1 D. 4
For the following piece of code, how many test cases are needed to get 100% statement coverage? Procedure X Read (Color) // Input color from user IF (Color == “Red”) THEN Call Roses(Color) ELSEIF (Color == “Blue”) THEN Call Violets(Color) ELSE PRINT “User is no Shakespeare” SaveToDatabase(Color) End Procedure X A. 5 B. 3 C. 1 D. 2
Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.
Please give me a test case scenario for search engine covering all the fuctionalities
write a test cases for WLAN
How many test cases can u write 1) File - open dialog box in notepad pleasse write
What are the test scenario's for pen like high priority high seviority?
4 Answers NetWeb, Zycus Infotech,
Write a Test Case to test Can of Red Bus Booking
What is DOMAIN TESTING
Who will take care of test plan and test case?