write the maximum possibilities test scenarios/ test cases
for Google home page - Screen has following: Google Text
field, Buttons are - "Google Search" and "I'm Feeling Lucky".
Answer Posted / amulyaranja
Here first questioned to clients, that whats the requirements of the Google page...? if they says there is no requirements, so i write the test cases with my own domain knowledge.such as below..........
1. The Google logo Should be Displayed at the top.
2.It Should have text box to do Search.
3.If you enterd nothing and just clicked search the nothing
should be occur.
4.If you entered Special Characters like !,@,#,$ etc it
should not search anything.
5.It should do the same search either clicking on Search
button or pressing enter key.
6.It must have advanced Search option.
7.if a person has searched irrevelant it should
display "Did you mean" link.
8.On clicking "Did you mean" it should modify Search of its
own.
9.It should have Sign IN option.
10.It should have language options.
11. Verify that google default search page is invoked or not
12. Enter a valid word ( which should have some sites) into google search word and submit the page Ex: google
13. Verify the results are really related to give word or not
14. Observe the multi languages links are shown or not - Google.co.in offered in: Hindi Bengali Telugu Marathi Tamil Gujarati Kannada Malayalam Punjabi in default page
15. Below options should be shown
Advanced Search
Preferences
Language Tools
16. Verify the results for a semi correct word Ex: google is a ri8 word, goglle is semi correct word and it should not have results, in this situation below message should auto populate automatically.
Ex: Did you mean: google
17. By clicking on above link it should again refresh the search criteria
18. If search result crosses more than 10 sites then below link should show 1 2 3 4 5 6 7 8 9 10 Next.
Thats Not end, There is so many test case will be rite so JUST try frens............
| Is This Answer Correct ? | 72 Yes | 12 No |
Post New Answer View All Answers
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
What will be your approach if a particular script in Load Test fails?
What is the difference between a bug, a defect and an error?
Can you explain the workbench concept?
What are the different levels of manual testing?
What is the difference between latent and masked defects?
How to test the Online Games?? Suggest tricks. I have experience in server-client application testing.
In cycle 1 we have 100 test cases out of which 95 test cases are PASS and 5 test cases are FAIL. So in cycle 2 how many test cases performed as a part of regression testing?
How much the bug is affecting the functionality of the application?
what are the risks and contingencies u had in ur project?
What are the advantages of automation over manual testing?
How to test whether the application is having memory leakage using task manager and PerfMon. Please tell if any one know. thanku
what are the types of Bug?
Hi there, I am new to the world of testing. Is there any place where I can have a look at an actual specification documents or test plans or test cases. This will help me in generating a level of confidence. Looking forward to your replies
how to explain banking domain project in testing?