You have to give me test cases for sending a mail through
outlook express.
Answers were Sorted based on User's Feedback
1.Click on new button in the outlook to compose new mail.
2.Enter valid E-Mail ID.
3.Enter invalid E-Mail ID.
4.Leave the TO,CC field blank.
5.Enter subject field.
6.Leave the subject field blank.
7.Leave the text box inside the mail blank.
8.Enter valid message in text box of the mail.
9.Verify whether attachements are propely attached or not.
10.check the font i,e verify with different options.
11.Verify the text by adjusting differnet sizes.
12.Verify whether we are able to change the color of font.
13.Try to set importance to the mail.
14.Try to insert BCC field.
15.check do you have untitled-message on the top of the mail
16.Click send button and check whether it checks the
spelling mistakes.
17.Click on send button and cancel the spell check.
18.click send button and check whether message is sent or
not as acknowledgment.
| Is This Answer Correct ? | 30 Yes | 3 No |
Answer / anil
1.Click on new button in the outlook to compose new mail.
2.Enter valid E-Mail ID.
3.Enter invalid E-Mail ID.
4.Leave the TO,CC field blank.
5.Enter subject field.
6.Leave the subject field blank.
7.Leave the text box inside the mail blank.
8.Enter valid message in text box of the mail.
9.Verify whether attachements are propely attached or not.
10.check the font i,e verify with different options.
11.Verify the text by adjusting differnet sizes.
12.Verify whether we are able to change the color of font.
13.Try to set importance to the mail.
14.Try to insert BCC field.
15.check do you have untitled-message on the top of the mail
16.Click send button and check whether it checks the
spelling mistakes.
17.Click on send button and cancel the spell check.
18.click send button and check whether message is sent or
not as acknowledgment.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / guest
1.To address should be mentioned correctly
2.Attachment should follow correctly.
3.click on "sending" button correctly
4.following the correct alignment and correct
spellings(these all are secondry)
| Is This Answer Correct ? | 5 Yes | 7 No |
Define some of the attributes of a test case?
test cases for calculator ,this should accept integer form +99 to -99(perform addition operator).need to raise defects
What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?
how to execute test cases manually
Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.
Write the testcase for pen
How we apply Test case like integration testion on calculating result or for calculation GPA..... plz urgent need???:(
write the high level test cases for winzip file
i was asked to generate test data for a equlateral triangle,please any one explain how to do & what are the process.
How many test cases u will execute per day?
What is DOMAIN TESTING
Could someone answer the following testing Questions? 1)Give 5 reasons why a build can be released with bug 2)Write a bug report for a word processor program which crashes when the contents of 89th column is been sorted in assending order. 3)write test 10 cases for program which has a table with 2 fields of NAME od char type and CLASS of INT type.NAME fields is truncated after 26 charaters and CLASS takes value between 1 to 9 both included. There are 3 possible opearations program can perform a)When a new student joins the class the program adds a new field b)When student leaves the class the field get deleted c)when student gets promoted then program incremts the class by 1 Write 5 test cases for the scenario. 4)write 10 test cases for a program that takes date in dd/mm/yyyy format and prints it out with a increment of 1. for dates (dd) can be given in the range 1<=dd>=30 for months (mm) can be given in the range 1<=mm>=12 for years(yyyy) can be given in the range 1600<=yyyy>=9999 5)Give 5 bugs that could cause a program to crash when it printed the 999999 th pages 1000001th line.