HTTP Request

Overview - HTTP Request 


HTTP Request Steps are standalone HTTP requests that can be used to call any HTTP service. This means you can use it to send an HTTP request through HTTP, HTTPS or JMS.

 

Creating HTTP Request 

 

goto-main-window

Properties in the TestStep Editor

  • Name - Name of the teststep. Must be unique.

  • Endpoint - Specifies the URL, to which the TestStep will send the request. You can enter the URL with parameters here. If needed, specify the port number.

  • Extract Params - Extracts parameters from the endpoint.  

  • Parameters  - List of parameters for the request. 

  • Method - Specifies the request type. ReadyAPI supports all the standard HTTP request types: GET (default), POST, PUT, DELETE and others. For more information on available types, see Method Definitions in the HTTP specification.