Quick Tests
This chapter focuses on Quick Tests.
Quick Tests are a lightweight way to execute and manage tests directly from Squash TM.
Activate / deactivate Quick Tests feature
A POST to /quick-tests/activate activates / deactivates the Quick Tests feature, according to the value sent in the enabled parameter.
HTTP request
POST /api/rest/latest/quick-tests/activate?enabled=true HTTP/1.1
Accept: application/json
Content-Type: application/x-www-form-urlencoded
Host: localhost:8080
Query parameters
| Parameter | Description |
|---|---|
|
takes the values true/false to activate/deactivate the quick test feature. |
HTTP response
HTTP/1.1 204 No Content