You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I want to create a Xporter template for exporting test cases.
The template works so far with attributes from the Jira issueType "Test".
But when I use
${Zephyr Teststep}
in the template, the following is written to the created export file (DOCX) in that case:
[com.thed.zephyr.je.vo.TeststepBean@264f008f]
I was not able to figure out how to address the test step content of a Zephyr test case. I want to create a custom table with the test steps in the rows and the "step", "data" and "result" in the columns.
How can I achieve this?
I found the following XML snippet when a test case is exported to XML:
<customfield id="customfield_11820" key="com.thed.zephyr.je:zephyr-je-customfield-teststep">
<customfieldname>Zephyr Teststep</customfieldname>
<customfieldvalues>
<steps>
<step>
<orderId>1</orderId>
<step>Test step 1</step>
<data>Test data 1</data>
<result>Result 1</result>
</step>
<step>
<orderId>2</orderId>
<step>Test step 2</step>
<data>Test data 2</data>
<result>Result 2</result>
</step>
</steps>
</customfieldvalues>
</customfield>
Another issue is: where do I find the documentation for Xporter and Zephyr for these versions?
Jira Server: 8.20.11
Zephyr Squad: 6.2.9
E.g. http://confluence.xpand-addons.com/display/public/XPORTER/Iterations is not working
Hi, @Joysn.
In cases like this one, you'll probably have better luck contacting the Zephyr support team at SmartBear.
In other words, Zephyr is just one of many test management apps for Jira so the likelihood of there being another advanced Zephyr user noticing you post is diminished. But you can be 100% certain of getting the help you need by contact SmartBear directly.
Best,
-dave
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.