Hi,
We're currently analyzing the generation of Xray test cases using the Jira Rovo Agent.
When we use a custom prompt, the Rovo Agent provides 10 test cases in JSON format, including the test case name, action details, data, and expected results.
However, we're unable to generate more than 10 test cases. Is there a response limit for the Rovo Agent?
Hi @Prasath Venkatappan Badri ,
Welcome to the community!!
I’m not aware of a documented hard limit of exactly 10 test cases for a Rovo Agent. Atlassian does document Rovo usage quotas in general, but not a published product rule that says an agent can only return 10 items in one response.
https://support.atlassian.com/rovo/docs/rovo-usage-limits
What is more likely is a practical response-length limit. Since you’re asking for detailed JSON with test case name, actions, data, and expected results, the agent may be stopping around 10 because the response is getting too large for one answer. That would explain why you consistently get 10 well-formed cases rather than more. This is consistent with how Rovo agents generate and return responses, even though Atlassian does not publish a specific “10 test case” cap.
Best workaround
there does not appear to be a documented fixed limit of 10, but you are likely hitting a response-size/output limit in practice. If you need more than 10 reliably, batching is the safest approach.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.