von_bailey
10 years agoContributor
SoapUI integration with TestRails
Attempting to integrate test results into TestRails.
Here's the request:
"POST https://xxx.com/index.php?/api/v2/add_result_for_case/:RXXX/:CXXXX HTTP/1.1"
Where:RXXX is the Run ID and CXXXX is the test case ID in TestRails
I keep getting the following error.
{"error":"External auth: Authenticated successfully, but no TestRail user was found for the given account."}
I am entering my credentials vai teh Auth tab using Basic Authentication type so I don't understand the error.
.
No. But in further research, I discovered that the problem was my syntax. I was including the colon and alpha character instead of just the number itself. Once I got rid of the colon and alpha characters, it worked perfectly.