Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How are you managing ERP test cases alongside Jira?

Vinayak Wagh
Contributor
September 1, 2026

ERP testing can become difficult because one change may affect several connected areas such as finance, inventory, purchasing, sales, or user permissions. Teams may also need to repeat the same regression tests after every release, keep track of who tested what, record results, and connect failed tests with Jira bugs. For a small number of tests, spreadsheets may work, but as the ERP system grows, keeping test cases, test runs, results, and defects organized can become harder.

For teams already using Jira, what is the best way to manage this?

I have seen different approaches and tools. Xray and Zephyr seem useful for teams that prefer test management closely connected with Jira. TestRail is another established option for teams that prefer a separate test management system. I have also been looking at Tuskr, which provides test case organization, test runs, and Jira integration. Tuskr can create Jira issues from failed test results and link the Jira issue back to the test result.

I would especially like to hear from teams that have tested ERP systems with many modules and repeated regression cycles. What worked well, and what became difficult as the number of test cases increased?

1 answer

0 votes
Matteo Vecchiato
Community Champion
September 1, 2026

Hi @Vinayak Wagh ,

Thank you for your post. 

I worked in cases like your, I suggest, as you are already mentioned, the adoption of marketplace app: Xray or Zephyr.

The main difference between them is that Zephyr is based on added elements for test cases, meanwhile Xray uses the standard work items.

In the specific with ERP testing, I worked with Zephyr:

  • The test cases were grouped by modules and waves (Zephyr allows to group in hierarchycal folders)
  • If the Jira projects are multiple, it is best to put the transversal tests in only one project, and the specific tests (dev tests mainly) in the specific projects
  • Added Zephyr custom fields to organize the tests cases

Hope it helps

Suggest an answer

Log in or Sign up to answer