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

Difference between revisions of "JSF GUITest Setup"

Line 4: Line 4:
 
# [http://www.eclipse.org/tptp/home/downloads/ Download the Agent Controller]. (You will need to scroll down half the page.)
 
# [http://www.eclipse.org/tptp/home/downloads/ Download the Agent Controller]. (You will need to scroll down half the page.)
 
# Download the [http://www.eclipse.org/downloads/download.php?file=/tptp/4.4.0.2/TPTP-4.4.0.2/org.eclipse.tptp.test.auto-TPTP-4.4.0.2.zip Automated GUI Recorder 4.4.0.2].
 
# Download the [http://www.eclipse.org/downloads/download.php?file=/tptp/4.4.0.2/TPTP-4.4.0.2/org.eclipse.tptp.test.auto-TPTP-4.4.0.2.zip Automated GUI Recorder 4.4.0.2].
 +
# [http://downloads.sourceforge.net/abbot/abbot_1.0-rc1-eclipse-3.0.zip?modtime=1125691658&big_mirror=0 Abbot for Eclipse] 1.0rc1.
 
# Unzip all '''except the agent controller''' into a destination folder of choice.  We will assume C:\Eclipse.
 
# Unzip all '''except the agent controller''' into a destination folder of choice.  We will assume C:\Eclipse.
  
Line 16: Line 17:
 
# A JSF runtime.
 
# A JSF runtime.
 
# The JSTL implementation jar needed for the runtime.
 
# The JSTL implementation jar needed for the runtime.
# [http://downloads.sourceforge.net/abbot/abbot_1.0-rc1-eclipse-3.0.zip?modtime=1125691658&big_mirror=0 Abbot for Eclipse] 1.0rc1.
 
  
 
org.eclipse.jsf/components/jsf/development/tests/TestContainer
 
org.eclipse.jsf/components/jsf/development/tests/TestContainer
Line 22: Line 22:
 
== Setup the test plugin ==  
 
== Setup the test plugin ==  
  
Several steps are required
+
# Please the dependency jars into "C:\downloads" (note: in future this will be made environment relative, but for now, must be this directory
 
+
#
+

Revision as of 15:06, 19 September 2007

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