The Hyades proxy recorder records your interactions with a browser-based
application and automatically starts a test generator application that produces
a test that can be directly run or edited and then run.
Before beginning, verify that:
- The Java project you want to store your test in already exists. For instruction
on how to create a Java project, see Creating Java elements.
- The Agent Controller is running on the local machine. For instructions
on how to start the Agent Controller, see Administering the Agent Controller.
- The recording preferences (the browser to use, the test generator application
to start) are set correctly. To inspect preferences, go to Windows > Preferences
> Test > HTTP > HTTP Proxy Recorder.
To record an interaction with a Web-based application:
- Open the Test perspective.
- Start the recorder:
- Click File > New > Other. The New dialog
box opens.

- In the left pane, expand Test and click Recording.
- In the right pane, click Hyades HTTP Proxy Recorder.
- Click the Next button. The HTTP
Proxy Recorder dialog box opens.

- In the Recording file name: field, type
the name of the file that will contain the recording, or select the default
(the name of the file that contains the previous recording). Do not enter
a suffix: a .rec suffix is automatically appended.
- Click Next. The Test Generation dialog
box opens.

- In the Test file name: field, type the
name of the file that will contain the generated test, or select the default
(the name of the file that contains the previously generated test). Do not
enter a suffix: a .testsuite suffix is automatically appended.
- Click Finish. After a brief delay, your
browser starts.
- In your browser's address: field, type the
URL of the Web-based application you want to test and click Go.
Now perform a task that you want to test. If you enter the
URL of a secure web site (beginning https:), a security alert appears: enter Yes to
continue.

- When you have completed the task to be tested, stop the recorder.
You can do this by closing your browser or by clicking the round Stop button
on the right side of the Recorder Control viewer bar.
The KBytes received: field
displays the number of kilobytes captured, the message test
generation completed is displayed, and the Test
Navigator lists your test. - To record additional interactions with the application under test,
go the step 2 and repeat this procedure as many times as needed.