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:
- A Java project that contains examples of all the assets
specifically associated with a Hyades URL Test
- Files that represent a recording of a web site
(http://www.eclipse.org)
- A Hyades
URL Test Suite (a set of HTTP requests represented as test cases and
their invocation logic)
- Source code and class files generated from the Hyades URL
Test Suite
- A
deployment and location (used to launch the test)
- Statistical
reports
- 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.
|

|