Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

REST API Reference

REST API Reference

Viewing a detailed report for a test case run

Viewing a detailed report for a test case run

Use the following URI to download a detailed report for a test case run:
GET /datavalidation-service/api/v1/report/detailed/testcase/{testCaseId}/run/{testCaseRunId}
Use the IDS-SESSION-ID header in the GET request.
GET request
Use the test case ID and the test case run ID to download a detailed report for a test case run.
When you open a test case, the numeric value that you see in the URI is the test case ID. For example, in the following image, the test case ID is
41846
:
The image shows the test case ID highlighted, which is 41846.
When you open the report of a test case, the numeric value that you see in the URI after the
testCaseRunID
parameter is the test case run ID. For example, in the following image, the test case run ID is
25961
:
The image shows the test case run ID highlighted, which is 25961.
GET response
If the test case ID and test case run ID were found, the GET request returns the following response fields:
Field
Type
Description
testCaseId
String
ID of the test case.
testCaseRunId
String
Run ID of the test case.
detailed_report
Array
For each column in the first connection and second connection, you see the extra rows in the second table, missing rows in the second table, and unmatched rows.
If the test case ID or test case run ID were incorrect, the GET request returns a
500 Internal Server
response.
The GET request also returns the following response fields:
Field
Type
Description
code
String
Code of the error message.
message
String
Error message.
debugMessage
String
Message that can be used for debugging the issue.
details
String
Detailed information about the error message.

0 COMMENTS

We’d like to hear from you!