Forum Discussion
I was able to connect to QAComplete for creating test folder by selecting basic Auth as a the Authorization tab. I have used Postman for this.
Hope this helped. Let me know if you have any other question regarding this
Would you please provide an example of sending a request from prostman. thanks
- vikasn7 years agoOccasional Contributor
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
Related Content
- 31 days ago
- 5 years ago
- 4 years ago
- 11 years ago
- 12 years ago