Hyades URL Test Sample

The Hyades project provides a test tool which is designed to aid in the load-testing of HTTP-based applications.  This tool, known as Hyades URL Test, provides testers with the ability to record web browser activity, playback the activity (simulating multiple web browsers), and generate reports of statistical data monitored during the playback. 

This sample provides the following:
  1. A Java project that contains examples of all the assets specifically associated with a Hyades URL Test
  2. Files that represent a recording of a web site (http://www.eclipse.org)
  3. A Hyades URL Test Suite (a set of HTTP requests represented as test cases and their invocation logic)
  4. Source code and class files generated from the Hyades URL Test Suite
  5. A deployment and location (used to launch the test)
  6. Statistical reports
  7. Execution history that shows the pass/fail verdicts of the test
Note: The items above in bold text can be inspected by double-clicking them in the Java navigator.

For information on how to execute the test provided by this sample or recording and playing back a completely new test, consult the 'Test' online help section.  The sample is opened up in the Java perspective so that all of the files can be seen.  However, to run a Hyades URL test, the Test perspective should be open. 
Image of URL Test Sample project