Table of Contents |
---|
...
Code Block | ||
---|---|---|
| ||
{ "tcrCatalogTreeId": 18, "testcase": { "name": "Testcase in Sub-Folder" } } |
tcrCatalogTreeId - the ID of the folder where you want to create the test case.
...
Expand | ||
---|---|---|
| ||
1. Download cURL and extract the zip file. 2. Open the command prompt and navigate to the src folder containing the curl.exe executable: 3. Run the following cURL command:
<file path> - the location of the file to be uploaded. <ip> - the IP address of the server. Example: 4. The above-mentioned command will return the temporary location of the uploaded file in the JSON format. You will use this path in the request body when sending a request. Example: |
...