could u please tell the testcases to test gmail
Answer Posted / reddy
1)Go to browser and type the Url www.gmail.com then we
should get the gmail login page.Cursor should be on
Username textbox.
2)Type Correct username and Password then we should get
Gmail Home page.
3)Type Incorrect Username or Password then we should get
error message"Invalid username or Password"
4)Home page should have the unread mails and read mails of
Inbox.
5)when we click on one unread mail, mail should be
displayed.
6)when we click on spam,if any junk mails are there that
should be displayed.
7)when we click on compose mail,it should navigate to one
wordpad and should send mails.
8)when we click on sentmails mails,mails should be
displayed as we sent before.
9)when we click on sign out,page should be logged out.
| Is This Answer Correct ? | 20 Yes | 6 No |
Post New Answer View All Answers
Explain the glass box testing?
Write a test case for telephone?
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
please tel me how to write test case for search engine to track peoples,when user enter the city,state,zipcode(ex:Kansas city,Missouri,64155)? (note country is already selected as a united states )
Write all test cases for Bus Pass Renewal
Please can any one tel how to write the test cases for these Requirements:- 1.The applications sends the periodic data 2.The applications sends the alarm data 3.The Application stores the Periodic data and alarm data if it is unable to send 4.the application having the configure through GPRS or SMS
What is component testing?
If for any software product, if the customers more often us few functions, and rarely use few othere functionality. what a tester can expect more deffects can be found, in what area, where the functionality frequently used OR where rarly used?
Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?
Can any one please give me a test case for transaction of money thro' mobile phones. I really need it soon. i need the test case in ieee format.please anyone help me.
Could you pls give me sites where i can test card? mail me to
what is the test plan for ms-word
What is the difference between test scenarios, test cases, and test script?
If I have to write the test cases for any report & there is date box.then may I have to write only select date or have to write all steps required for selecting date
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.