Details
-
Bug
-
Status: Waiting Approval
-
Medium
-
Resolution: Unresolved
-
Xray Cloud 7.2.0
-
None
-
None
-
Rest API
Description
When importing a Robot Framework XML file via the REST API, the system returns a generic error message if a test case summary (title) exceeds the 255-character limit. The error does not specify that the character limit is the root cause, making debugging difficult for the user.
Steps to Reproduce
- Create a .xml file following the standard Robot Framework output format.
- In one of the test cases, define a summary/name longer than 255 characters.
- Attempt to import this file through the REST API endpoint.
Actual Result: The server responds with a generic error
Expected Result: A descriptive error message is returned.