The comparison dashboard. Comparison of two tests using tables and graphs in the Grafana dashboard. For more information, see Compare tests.
Trend report. A report is created based on the results of two or more load tests and allows you to analyze the trend of changes in the parameters of the testing system. The results are displayed in tables and graphs. For more information, see Create trend reports.
Trend report is a report that is created based on the results of two or more load tests and allows you to analyze the trend of changes in the parameters of the testing system. The results are displayed in tables and graphs.
All trend reports are available in the Trending page:
To create trend reports, follow these steps:
Use one of the following methods:
On the All tests page, open the test and click + Trend.
Open the Trending page and click + Add new trend report.
Select tests for report using one of the following methods:
Choose the specific project and tests:
Set test selection criteria:
Select the test project.
Enter the number and period for which the tests were run: recent weeks, recent months, or enter the number of recent runs: recent runs.
Select the test labels if needed.
Select the test status:
Click Next. The SLA report items pane opens:
Click Add chart and select SLA. You can display several SLAs on one chart. The chart is normalized automatically.
Click Add table and select SLA. You can display several SLAs in one table.
Note
You can add an unlimited number of graphs and tables to the trend report.
For the table, configure the values:
Select one of the values in the list:
Absolute value. Select to show absolute SLA values.
Test-to-test difference. Select to compare SLA values with the previous test. You can see the difference in absolute values or in percentages.
Baseline difference. Select to compare SLA values with the baseline test. You can see the difference in absolute values or in percentages.
Select the required checkboxes for the Test-to-test difference and Baseline difference value settings.
Click Copy embed code if needed. The HTML code of the report copies. For more information, see Embed a trend report.
Click Copy embed code for the required chart or table. The button is available when the trend report changes are saved. The HTML code is copied:
<divid="The ID of the chart or table"><scriptsrc="The link to the JS script"></script><script>boomq&&typeofboomq.getSlaReportChart==="function"&&boomq.getSlaReportChart("Boomq URL","SLA report profile id","The ID of the chart or table","GUI language","API token")</script></div>
Paste the code into your website HTML, for example a Confluence page.