Skip to content
QASignoff

Documentation

Requests

Build HTTP requests with params, headers, body, auth, scripts, and tests.

Requests

Build and send HTTP requests in API mode.

Request builder with Query Params

Anatomy

AreaPurpose
MethodGET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS
URLSupports
{{variables}}
SendRuns the request (Ctrl+Enter)
SavePersists to a collection (Ctrl+S)
Code (
</>
)
Generate client snippets

Configuration tabs

TabUse
ParamsQuery string key/value pairs
AuthAuthentication
HeadersHTTP headers
BodyNone, JSON, Form, Multipart, GraphQL, Binary, Raw
Pre-request ScriptRun code before send
TestsAssert after response
SettingsTimeouts, SSL, redirects

Send and inspect

  1. Set method + URL (or open a Starter Guide request).
  2. Click Send.
  3. Use the response panel:

200 response

ControlPurpose
Pretty / Raw / Headers / ExplorerView modes
AssertGenerate assertions from the response
ExtractCapture values into variables
Status / time / sizee.g.
200
,
712 ms
,
1.4 KB

Tip: Send stays disabled until the URL field is non-empty.

Example from the Starter Guide

GET · Query Params
calls:

{{baseUrl}}/get?product=signoff&suite={{suiteName}}&page=1

With httpbingo selected, Signoff resolves

baseUrl
and
suiteName
before the network call. The response
args
object shows the resolved values.

Next

Need something else? See the FAQ. Questions: [email protected]. Bugs: [email protected].