Skip to content

2025

OctoPerf v15.1 - Continuous integration and new trend report

Summary

OctoPerf v15.1 brings major improvements for CI/CD workflows and faster test automation.

  • A new integration wizard makes Jenkins, Maven, and API-based automation easier to set up with secure, prefilled configurations.
  • PDF reports can now be generated and emailed automatically at test completion, reducing manual steps.
  • The new Trend Report lets teams compare up to 25 tests, making long-term performance tracking far clearer.
  • Built-in data generation helps produce realistic datasets without external tools.
  • Multiple UX enhancements—preview tabs, clearer clickable elements, validation map, and visible time-ranges—smooth the overall user experience.

Table of Contents

Feature Highlight - Import JTL results from JMeter

Summary

OctoPerf now lets you import JMeter JTL files for free and analyze them using the full power of its reporting dashboard. The goal is to give JMeter users a clean, modern way to explore results, compare tests, filter metrics, and visualize performance trends without any setup. Imported JTLs are treated like native OctoPerf reports, complete with charts, filters, error summaries, and a reconstructed virtual user tree.

Multiple files can be uploaded at once to compare load generators or merge runs. You can also export JTLs from OctoPerf scenarios to preserve results or reimport them for historical analysis. Unlike alternatives that restrict reporting or hide features behind paywalls, OctoPerf provides this capability openly to support all testers.

Table of Contents

Angular Performance Optimization - Virtual Scroll

Learn how virtual scrolling boosts Angular app performance when rendering very large lists.
Classic scrolling forces the browser to render every DOM element, while virtual scrolling keeps only visible items and small buffers.
With Angular CDK’s cdk-virtual-scroll-viewport, massive datasets become lightweight to display—provided each item has a predictable height.
The guide shows how to integrate CDK Virtual Scroll, adjust components, and fix update issues linked to array references.
Switching to a BehaviorSubject offers a cleaner, reactive way to propagate list changes.
Performance metrics reveal drastic improvements in rendering and change detection times.
Use these techniques to make large, scrollable lists smooth and highly responsive in Angular applications.

Table of Contents

OctoPerf v14.4.1 - Playwright, JMES Path and improved reporting

Summary

OctoPerf v14.4.1 introduces Playwright-based real browser testing, JMESPath extraction, and multiple UX and reporting upgrades.

  • Playwright integration enables realistic browser journeys, with code editing, debugging traces, and detailed step-level analysis.
  • JMESPath extractors make JSON manipulation easier thanks to a guided expression builder.
  • Navigation has been simplified with clearer pathways across Design → Runtime → Analysis.
  • Validation is more robust with stronger warnings, comparison modes, and improved debugging tools.
  • Reporting benefits from saved layouts, persistent filters, enhanced templates, and multi-term filtering options.

Table of Contents

OctoPerf v13.1 - Jira, variable queues, recorder and new UI improvements

Summary

OctoPerf v13.1 delivers long-awaited upgrades including Jira integration, shared variable queues, and a smarter transaction recorder.

  • The new UI brings clearer navigation and smoother workflows as the platform continues its Angular 15 migration.
  • Jira integration allows teams to automatically send test results into issues for better collaboration.
  • Variable queues make it easier for virtual users to exchange values without external systems.
  • The recorder popup finally gives full control over transaction naming during HAR imports.
  • A redesigned Kubernetes/Openshift agent simplifies on-premise deployments.
  • Several quality-of-life updates improve debugging, security, variable handling, and server management.

Table of Contents