Consider yahoo mail as example.... can u give sample test cases for functional testing, negative testing, performance testing, load testing,stress testing,security testing etc.....

Showing Answers 1 - 4 of 4 Answers

v.vikrant

  • Feb 10th, 2007
 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Yahoo Mail Test Cases~~~~~~~~~~~~~~~~~~~~~~~Functional----------------1. Check the character lenght of User ID and Password fields.2. When a User enters 3 false entries in user ID and password field, then a alert mesage should come.3. The login window should be in the right hand side of the screen .4.If a user enters his User ID and password in more than one system .5.Forgot password and help options should be there in login window.6. When a user enters invalid user ID and password. An alert message should come.Negative--------------1. In Yahoo Mail login window >> when user enters special characters in user ID and password field.2.In Yahoo Mail login window >> when user leaves the user ID and password blank.3.In Yahoo Mail login window >> when user enters a long character in user ID and password field.Performance-------------------1. Check the response time when the yahoo mail window open in your system.2. When a user enters a valid user ID and password , check the response time.3.Same for the invalid user ID and password.Load-----------1.When more than one user enters the same user ID and password in different systems , check the response time2. check the reponse time form the server when a number of user hits the Yahoo mail serverStress----------1.When more than one user enters the same user ID and password in different systems , check the response timeSecurity--------------1.Check for the SSL certificate when the user enters a valid user ID and password.2. Also check for the "https " address for secure login3.For 3 invalid entries in user ID and password , there should be a alert message.

  Was this answer useful?  Yes

guru

  • Feb 15th, 2007
 

checking no. of characters of user ID, is comes under functionality testing of unit testingfor example user id should be min of 5 and max of 15 characters..... checkhing with different no of characters is ....?

  Was this answer useful?  Yes

guddu sharma

  • Feb 16th, 2007
 

The following are the functional TC's which we can Test in yahoo mail

1) I/p URL and see weather we are able to access the application

2) I/p invalid user name and Valid password see weather we are able to login in to
that. check it with different combinations of Usernames and passwords.

3) Check the functionality for links and buttons.



Negative testing

1) i/p invalid username and Password and verify .



Performance Testing

1) How many user can access the application at once.

2) The response time taken to open the application.

Security Testing

1) By giving the wrong url weather we able to access, wrong password and Username.


If i am wrong pls inform me.

  Was this answer useful?  Yes

Dilip M

  • Jul 21st, 2007
 

In additions to test To/CC field, another test would be to test BCC field.
How would this be tested.?
Enter your id in the BCC field and To field.
Open the mail from id in BCC field to check whether the mail has come.

Open the mail from the id in the To filed and check whether BCC field is displayed.


  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions