could u please tell the testcases to test gmail

Answer Posted / rohit kumar paivardha

1. Check the functional testing.
2. Check the Functionality testing.
3. Check the Behavioural/ GUI testing.
4. Check URL testing.(When we enter url i.e., www.gmail.com, it must display "GMAIL LOGIN" page).
5. Check after display Login Page, whether the cursior on "USERNAME" or not.
6. Check the Input Domain Testing.(i.e., Equivalence Class Partition & Boundary Value Analysis).
7. Check if the user entered USERNAME and PASSWORD matches with registered database or not.
8. If user entered wrong USERNAME or PASSWORD, then it displays one POP-UP (i.e., invalid username or password)
9. After entering valid details, it must display GMAIL HOME PAGE.
10. Check the Authentication testing.
11. Check the Database Testing.
12. Check the Data Driven Testing.
13. If the user didn't has registeration, then SIGN-UP register.
14. While registering user has to enter all mandatory fields, if not then one error POP-UP should display.
15. Password should be in ENCRYPTED format.
16. After entering all the mandatory registration valid details, then it must REGISTER.
17. After completion of registration, the next it must display CONFIRM WITH GMAIL.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Some test case for mambo cms (only basically: graphic, function...) Thanks for answer.

1698


Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)

3869


Explain the acceptance testing?

668


Explain the smoke testing?

622


pls i want test cases for oss? whts the process of oss testing

1977






Write a test case for a car, which has been, recently launch in a market to check its durability, fuel efficiency and its optimum speed.

2068


Explain the functional testing?

644


How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?

2464


How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update

1506


What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking

1407


Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.

2017


how to write test case on gmail for TO field in compose page? only for the particular field.what will different type of user do with it like student,doctor?

4579


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 { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

1908


Explain the glass box testing?

640


Explain the dynamic testing?

680