How do you test google or gmail application??tell me step by
step process??
Answer Posted / d.narasingan
Hi friends, this is Narasingan. I am pursuing software
testing course in chennai.
(If they ask you to write test case for google home page
application, you should write test case only for google home
page (i.e., High level Module) check whether the links are
working properly and no need to write test cases for
checking the functions of low level modules (i.e. how maps
or image modules are working)
If i get this question in my interview, my answer will be,
1. Type the correct URL in address tab and check whether
google home page is displaying or not.
@. We have to check different URL as per the country. (URL
link will change for some countries)Eg: For India URL will
be "www.google.co.in", For Unites States URL will be
"www.google.co.uk". We can see the country name below to the
google label in home page.
2. We have to try this URL in all environments (all browsers
like Mozilla Firefox, Google Chrome)
3. We have to check that Gmail link button takes you to
Gmail home page.
4. Type some data for example "car" in search box and press
search button. Check whether it takes you to the page which
contains web link, image link and maps link all together.
5. Click Image link button and check whether it takes you to
image search home page.
6. Click maps link button and check whether it takes you to
location search home page.
7. You have to check the spelling of all labels available in
home page.
8. Check whether the auto dictionary option is working
properly. (Eg: If you type "wolrd", It should re-correct the
spelling as "world" and need to search for correct one)
9. If you type any not existing data name (eg: adnafdkjgadk)
it should display the error page which contains instructions
or suggestion to type the existing data.
10. We need to check the languages link buttons. The
languages will change according to the countries.
You can write as much as possible and different test cases
as per your knowledge.
“Hope this will give you some idea about test cases“
Thank you
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is test out put?
1.Tell me negative test cases for notepad 2.Tell me the factors for for writing severity based test cases
What is the difference between GUI Testing,UI testing and Usability TEsting
what is meant by application server and its functions?
What is the big deal about ‘requirements’?
What are the different ways to check a date field in a website?
Explain the defect life cycle.
How could you present test strategy for the product testing?
I have 2 years of exp. in testing and looking for a change if any body knows, about any vacancy in testing then plz contact me on deepti_ac@yahoo.co.in
How did you do unit testing in your project?
In manual testing, what are stubs and drivers?
what are questions asked in TCS for database tester (sqlserver)?ay idea
What’s the difference between a bug and a defect?
What is Difference between Test Strategy and Test Methodology?
How will you set the Dependency in the Quality center? Say if you will fail a test case and two or more test cases are dependent on that particular test case. In this case how will you handle in failing the test case.