How to write test case on compose box in email
1. Checkout whether on clicking Compose mail takes you to a page where you can enter the text

2. Check whether it has a TO, CC, BCC to enter email address.

3. Check whether TO, CC, BCC accepts valid email address, if it does then check how many mails address can be entered.

4. Checkout if you can delete/edit, copy, paste & format the text content.

5. Can send mail or cancel mail.

1 comments
  1. Unknown October 31, 2012 at 9:43 AM  

    This is a good article. There are some best practices you need to follow to write proper test cases. Check this link for that:

    How to write a good test case?