1

In our company, we use a framework for test automation created with Jmeter.

All the test cases are loaded by .csv files in Jmeter and then executed: The results are written in a separated .csv file.

After this, I have to import the results file into excel so I can create statistics and reports.

I'm looking for a tool that can import the csv files and create statistics automatically (better if web-based). A tool that integrates with Jira/Zephyr would be great - something that directly integrates JMeter output into Jira/Zephyr and links the results to test cases would be perfect.

Are there any tools that can integrate JMeter with Jira/Zephyr, and if there are, what are their advantages and disadvantages?

ClaudioM
  • 1,418
  • 2
  • 16
  • 42

2 Answers2

0

Jira has buch of REST APIs you can use to create a task after your performance test and attach what ever you want (i.e jmeter results) to the task.

Hana Bzh
  • 2,212
  • 3
  • 18
  • 38
0

I'm looking for a tool that can import the csv files and create statistics automatically (better if web-based)

  1. Since JMeter 3.0 it's possible to generate HTML Reporting Dashboard out of .jtl/.csv result file
  2. There is BM.Sense online JMeter (and more) results analysis service.

Are there any tools that can integrate JMeter with Jira/Zephyr, and if there are, what are their advantages and disadvantages?

  1. Jira has web APIs so you should be able to perform any operation you need by sending simple HTTP Requests to the JIRA API endpoints. There is Runscope Zapier which can integrate with a lot of external services including but not limited to Jira, Bitbucket, Github, Trello, etc.
Dmitri T
  • 159,985
  • 5
  • 83
  • 133
  • thanks, Dimitri, unfortunately, I've got this message: We apologize, some problem has occured during request processing Our system said these words: 403 Forbidden New users can be added only by invite from an existing user – ClaudioM Dec 10 '19 at 14:16