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"

m
 
(4 intermediate revisions by the same user not shown)
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 14: Line 15:
 
== Download Test Plugin Dependencies ==
 
== Download Test Plugin Dependencies ==
  
# A JSF runtime.
+
# A JSF runtime (files needed are jsf-api.jar and jsf-impl.jar).
# A JSTL implementation.
+
# The JSTL implementation jar needed for the runtime (file needed is jstl-1.2.jar).
  
  
 
== 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
 
+
#
+

Latest revision as of 15:11, 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 (files needed are jsf-api.jar and jsf-impl.jar).
  2. The JSTL implementation jar needed for the runtime (file needed is jstl-1.2.jar).


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