10 June 2009 - 3.0-beta-2 |
There are two types of HTTP Request steps available:
REST Request Steps are either created from REST requests using their "Add to Testcase" action or from the TestCase Editors popup menu with the "Insert Step -> REST Request" option which will prompt for which REST Resource in the project that the request should be created for.
REST/HTTP TestRequests are submitted either manually through their editors submit actions or when running the TestCase containing the request. The requests response is validated against a requests assertions and the requests icon changes to reflect the result of the validations; green means that all validations were ok, red means that some validations failed. A grey background icon indicates that the request has not yet been submitted for validation, a white background indicates that the TestRequest lacks assertions
The "Details" tab shown in the bottom-left shows the same properties when a HTTP TestRequest node is selected in the navigation tree as for a standard REST Request (see the Request Details Tab for more detailed information) and adds two read-only properties:
Double-clicking a REST Test Request in either the navigator or the TestCase Editor Pane opens the requests editor which is more or less a copy of the standard REST Request Editor with the following exceptions:
All other editing, submittal, validation functionality is the same as in the REST Request editor