SoftTelRGWebSureQTool

Live demo labs: practice on wsqdemo.com (web) and api.wsqdemo.com (API)

Tags: demo, practice, sandbox, wsqdemo, api.wsqdemo.com, openapi, swagger, base url, spec, lab

WebSureQTool ships with two public practice labs. No signup, no setup - point the app at them and start building.

WEB UI LAB - https://wsqdemo.com
A real web application with the flows most business apps have: login, product catalog, cart, and checkout. Use it for the web learning path: open the URL in the Suite Editor, Scan, and build your first login and cart suites against real pages.

API LAB - https://api.wsqdemo.com
A full reference REST API with an OpenAPI spec and Swagger UI. Wire it into the API Testing panel like this:

1. Base URL: https://api.wsqdemo.com/api/v1
2. Discovery: choose "Use OpenAPI Spec (URL or File)" and paste https://api.wsqdemo.com/api/openapi.json
3. Authorization: paste "Bearer wsq-demo-admin-token" (a stable demo admin token), then click Test Auth.
4. Click Discover Endpoints, tick the Scenario checkboxes, and Run.

The API validates required and typed query parameters, required typed headers (X-Tenant-Id), and JSON bodies - so the negative scenarios (missing/invalid query, header, body) genuinely return 4xx, which makes it an honest practice target.

More ways to authenticate (all documented in the lab's Swagger): the stable demo tokens wsq-demo-admin-token / wsq-demo-user-token, POST /auth/login (admin/admin123), OAuth2 POST /auth/token (client wsq-admin / admin-secret), or the X-API-Key header. GET /auth/me is the Test Auth target.

Use both labs to finish the learning paths end to end before pointing WebSureQTool at your own systems.
Need the detailed workflow?

The public guide stays intentionally high level. Open the Intelligent Assistant for click-by-click instructions, learning order, and practice ideas.

Open Assistant