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 (New page: == Install Eclipse == # Download Eclipse, WTP and all the standard dependencies. # Unzip into a destination folder of your choice. We will assume C:\Eclipse. == Install TPTP == 3) Downl...)
 
Line 1: Line 1:
== Install Eclipse ==  
+
== Download Requirements ==  
 
# Download Eclipse, WTP and all the standard dependencies.
 
# Download Eclipse, WTP and all the standard dependencies.
# Unzip into a destination folder of your choice.  We will assume C:\Eclipse.
+
# Download [http://www.eclipse.org/downloads/download.php?file=/tptp/4.4.0.2/TPTP-4.4.0.2/tptp.runtime-TPTP-4.4.0.2.zip TPTP 4.4.0.2].
 +
# [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].
 +
# Unzip all '''except the agent controller''' into a destination folder of choice.  We will assume C:\Eclipse.
  
== Install TPTP ==
 
3) Download [http://www.eclipse.org/downloads/download.php?file=/tptp/4.4.0.2/TPTP-4.4.0.2/tptp.runtime-TPTP-4.4.0.2.zip TPTP 4.4.0.2].
 
4) Unzip into C:\Eclipse and start it.
 
5) Enable the TPTP plug-ins if they aren’t by default by going to Help->Software Updates->Manage Configuration, enable the "Show Disabled Features" tool bar button and right-clicking on the TPTP
 
  
Install the Agent Controller
+
== Install the Agent Controller ==
6) Download the Agent Controller here. (You will need to scroll down half the page.)
+
(Note: this need only be done once unless the version of TPTP in use changes)
7) Install according to the directions (Installation Guide, Getting Started)
+
# Install according to the directions ([http://www.eclipse.org/tptp/home/downloads/installguide/InstallGuide44.html Installation Guide], [http://www.eclipse.org/tptp/home/downloads/installguide/agentcontroller_44/windows/getting_started.html Getting Started]).
 
+
Install the Automated GUI Recording (AGR) Utility
+
8) Download the Automated GUI Recorder 4.4.0.2 here.
+
9) Unzip into C:\Automated Testing
+
 
+
Enable the AGR Testing Utility
+
10) Enable the Automated GUI Recorder (Help->Software Updates->Manage Configuration)
+
11) In the dialog that shows up (Product Configuration), make sure you can see disabled features. (Make sure that the third toggle button in the toolbar is enabled)
+
12) Right click “Eclipse Workbench Testing Feature <version>” -> Enable
+
13) Right click “TPTP Automated GUI Recording and Playback <version>” -> Enable
+

Revision as of 20:01, 18 September 2007

Download 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. 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).

Back to the top