Answer Posted / pushapraj singh
1. Yahoo logo should be their at the top of left side
2.Link should be their of Web,Images,Video,News, Local.
3.Search box should be their.
4.Yahoo sites option should be their, and it should be
editable.
5.Auto running news gallery giving latest news should be
their.
6. Yahoo services option should be their at the bottom.
7.About yahoo option should be their at the right side in
bottom.
So many cases you can make like this for yahoo
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
How should I maintain the test cases and Test Log for different versions/builds of the application.
write test case for button of google page?"i am feeling lucky" if button is not appear on page?
Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?
Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
Define some of the attributes of a test case?
Some test case for mambo cms (only basically: graphic, function...) Thanks for answer.
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
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
I need GUI test case for home page?
Explain the dynamic testing?
Test a file replication service that copies files from one net location to another
What is gray box testing?
If userA send a string through whatsapp but userB is not getting properly the string, Then what may be problem? Can someone write testcase of this. Both whtsapp application is same version and OS is also same android version.
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?