Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

JSF GUITest Setup

Download Eclipse Requirements

  1. Download Eclipse, WTP and all the standard dependencies.
  2. Download TPTP 4.4.0.2.
  3. Download the Agent Controller. (You will need to scroll down half the page.)
  4. Download the Automated GUI Recorder 4.4.0.2.
  5. Abbot for Eclipse 1.0rc1.
  6. Unzip all except the agent controller into a destination folder of choice. We will assume C:\Eclipse.


Install the Agent Controller

(Note: this need only be done once unless the version of TPTP in use changes)

  1. Install according to the directions (Installation Guide, Getting Started).


Download Test Plugin Dependencies

  1. A JSF runtime.
  2. The JSTL implementation jar needed for the runtime.

org.eclipse.jsf/components/jsf/development/tests/TestContainer

Setup the test plugin

  1. Please the dependency jars into "C:\downloads" (note: in future this will be made environment relative, but for now, must be this directory

Back to the top