Computer Science Department, Bucknell University
Story for Iteration 2
CSCI 475 October 24, 2000
Professor Dan Hyde
Due: Tuesday October 31, 2000
Story 2: Let the user chose by pressing a button which of the
four search engines to search. Return a web page or an appropriate
error message for any user request. Allow multiple keyword
requests and phrases inside double quotes.
Acceptance Tests: For each of the four search engines, the user
will be able to do the following without the program hanging or
outputting a bunch of Java Exception messages:
- The user will be able to type in a multiple keyword request and
retrieve the appropriate web page.
- The user will be able to type in a request as a phrase in double
quote marks and retrieve the appropriate web page.
- If the user types in an improper request to a search engine, the
program should display an appropriate error message.
Page maintained by Dan Hyde, hyde@bucknell.edu Last update
October 23, 2000
Back to
CSCI 475's Home page.
Back to
Computer Science Department's Home page.