Forum Discussion
Would you please provide an example of sending a request from prostman. thanks
1. Create a new POST operation.
2. Authorization type should be Basic auth. Provide the User Id and password.
3. Parameterize the Environment Variables in the Endpoints if required, Example
{{url}}/api/v2/projects/{{projectid}}/Tests/Folders.
Go to Postman Runner and point to your test case sheet from where the data needs to be extracted.
Try with couple of scenarios and you can see more options after this.
- salley7 years agoFrequent Contributor
i'm trying a create a defect and getting an error. Server Error in '/rest-api' Application
https://qacomplete.smartbear.com/rest-api/service/api/v2/projects/{ProjectId}/tests/defects
- vikasn7 years agoOccasional Contributor
Can you explian what you are task are you trying to perform using the API.
1. Creating Defects
2. Created Test cases
3. Updating the status of the test instances
- salley7 years agoFrequent Contributor
Hi,
i'm trying to create defect.
ex:body
{
"Title": "Error Finding Locations",
"Status": "New",
"Description": "System is throwing an error searching for the location ."
}
Related Content
- 31 days ago
- 5 years ago
- 4 years ago
- 11 years ago
- 12 years ago