Sending and Receiving HTTP Requests

Applies to TestComplete 15.62, last modified on March 19, 2024

In TestComplete, you can send HTTP requests from your tests and handle the responses. It simplifies simulating a wide range of Web-related actions like webhook calls, downloading and uploading files to websites, and so on.

Different types of requests are available:

  • GET
  • POST
  • PUT
  • DELETE
  • HEAD
  • OPTIONS
  • TRACE
  • PATCH

Topics of this section explain how to send and receive HTTP requests from your tests:

In Script Tests

Provides information about working with HTTP requests and their responses in script tests.

In Keyword Tests

Provides information about working with HTTP requests and their responses in keyword tests.

See Also

Send Method
Send Request Operation
Advanced Tasks

Highlight search results