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
How to test Webservices and how can we write test cases for that
how to write test cases for the example state name starts with A B C D E F G H I J K L Z
Test Case for Text Editor!
Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.
A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?
i am preparing for interviews in real time job what test cases we have to prepare please explain with example?
Elaborate test plan and content availability in test plan.
Hi Team, I have two scenarios ,only one step alone deference betweeen them and preconditions of Test scenarios are defferent . In the above sutuation , are we going divide test cases into two or can we club into them into a single. Regards seshu
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
In a log in page what will be test procedure, test scenario, test description & test steps?
Explain the glass box testing?
Requirement from Market “Alice is talking to Bob. Bob thinks that Alice should talk to Chris for more information. Currently, Bob will pass on the directory number of Chris to Alice; Alice/Bob will disconnect the call and then Alice will initiate a new call to Chris. What we need need, Bob should be able to transfer the call to Chris, without Alice making another call.” Implementation done by Unified CM Development Team When a basic call is connected, a new softkey “Transfer” will be displayed on the IP Phone. User (say, Bob) can press that and dial a target (say, Chris). Bob has two options (1) wait for Chris to answer and then tell Chris about call from Alice and then press “transfer” again to complete transfer (2) press “Transfer” immediately; when Chris answers he will be connected to Alice Please come up with test cases thinking from a user perspective, let’s say from a Bank (there could be users such as receptionists, accountants, managers etc.) – in what all scenarios transfer can happen, any negative scenarios (cases where we don’t get a positive response always). If you think you need an enhancement to the feature, please go ahead and suggest that as well.
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
What are basic types of test cases?
Could anyone please let me know what are the test cases for a rule based system? WE have a module on RBS which relates the data gathered to a set of rules and uses them to verify if the details are correct. Also we have a data acquisition module which collects the configuration details of a node entering a cluster using the CPUID. Can you please suggest test cases for these two modules, please?