Hi all,
re-asking for clarification as it sound a bit confusing for me:
are really talking about test cases? To do, passed, failed sound very familiar to me for test runs (which are the executed instances of a testcase within a test execution issue).
It‘s very important to be clear in the terminology.
Could you maybe provide a more detailed step my step explanation? Maybe supported by example issue names and types and/or maybe even screenshots. Everything that might help get a deeper understanding of the problem in order to find the right solution.
Best
Stefan
Hi Stefan,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
first of all I need to assume that I´m not familiar with Robot Framework itself but with other similar frameworks.
As far as I can follow your description it´s not an xray problem itself but a problem in the testcase design within the robot test suit. As the error message points out a test case needs a dedicated "end" like a teardown in order to switch to the next test case.
Furthermore the "Tag" in the test case always is a connector to the requirement (hence Story) that the testcase covers. It´s not a mapping to an eventually already existing test case. after a first import of a test result file the related test cases are created automatically
I heartly recomment to read throug the dedicated documentation page from xray how to use robot framework with xray:
Best
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is there any further feedback from your side?
If your questions were adresed please consider to hit "Accept Answer" .
Thanks in advance
Best
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any feedback? Could this be solved?
Please be so kind and answer to your posts in order to keep the community a clean place. Could this post be answered? If so please hit the "Accept Answer" Button.
Thanks in advance.
Best
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Marieta Uzunova ,
that's an unusual scenario; not sure the reason for having that.
If I got it right, you have 1 Robot Framework test case that in practice is doing what those 3 Tests in Xray are supposed to do?
You could annotate the RF test with the 3 test issue keys but I don't think that works, because it's not really a common scenario and Xray won't process all those tags (I think).
Using Automation from Jira, it's not possible to implement rules like that as there are no means to interact with Xray data in that detail, at least at this moment.
My strong recommendation is to actually split the current RF test into 3 RF tests, so you can have a one-to-one mapping. Note: I'm assuming those 3 test cases in Xray make sense to exist as such.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Manuel,
thank you for your response. However, if I split one test into three test cases as they are in Xray, it will take a lot of time to run the automated regression test :)
br
Marieta
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I understand but that is more an indicator of how the test automation is built.. maybe they are testing too much :) if you have smaller, focused tests, you'll have more control and you will be able to understand their impacts more clearly whenever they fail.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Marieta Uzunova , welcome to the Atlassian Community and thanks for your question.
Even though the Xray issue types exist as issue types in Jira, I fear that the data from the Xray app itself isn't accessible to the Jira automation. I have had similar issues with other apps, like Tempo, where you want to automate something in the app data, but this is only possible if the app has automation in it.
I would always recommend two things in situations like these,
1) Check the documentation for help - https://docs.getxray.app/site/xray
2) Contact the vendor of Xray by opening a ticket with your query - https://marketplace.atlassian.com/apps/1211769/xray-test-management-for-jira?hosting=cloud&tab=support
You didn't indicate if you were using DC or Cloud but your screen looks like DC to me. I also tagged the app of Xray into this post so hopefully more people who are experienced in this app can chime in.
Good luck and don't hesitate to share other info or feedback here by writing a comment.
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.