Skip to main content.

Goals

After completing this lab, you should be able to

Selenium

Installation in Firefox

  1. You must use Firefox for this part. (You can find similar alternative tools for Chrome or use Selenium RC.)
  2. Go to Selenium's Home Page.
  3. Click on "Selenium IDE"
  4. On the right-hand sidebar, click "Download Selenium" and follow the instructions on that page.

    You may need to give permission to Selenium to allow a download/installation.

Using Selenium with Firefox

In Firefox, under "Tools", select "Selenium IDE". You should get a pop-up window that looks something like this:

Selenium's initial popup window

Here is a brief tour:

Testing Login Functionality (45 pts)

Overview: For this assignment, you will create test cases (described below) for your Login servlet and create a Web page with links to the test cases so that I can grade your test cases. Save the test cases as HTML files. Link to these test cases from your CS335 home page.

The required test cases

Grading (45 pts)

This lab is due Tuesday at midnight.