Example 1: WebBot
Assignment | Lab using WebBot |
---|---|
Course | CS 1114 |
Level | Lab 1, 1st week of the semester |
Language | Java, Web-CAT |
Material |
|
Brief Description | |
This assignment makes use of one of our own classes, WebBot, to traverse pages on the WWW and collect information. It is used in week 1 of CS1114 and in the first Lab of the semester. The lab makes use of xkcd "A webcomic of romance, sarcasm, math, and language" (http://xkcd.com). It also serves as an introduction to unit testing using JUnit. |