Forum Discussion

von_bailey's avatar
von_bailey
Contributor
9 years ago
Solved

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.
Capture.PNG

.

  • 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.

6 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    Have you checked the soapui log files to find more details?
    • von_bailey's avatar
      von_bailey
      Contributor

      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.