Skip to content

Load Testing Blog

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

OctoPerf v12.8 - Datadog, Json Path and sub samples

Summary

OctoPerf v12.8 delivers major improvements around JMeter import stability, integrations, and reporting.

  • A redesigned JMeter import pipeline ensures accurate behavior replication across Thread Groups, headers, and configuration scopes.
  • Datadog integration now streams live test metrics directly into external dashboards.
  • New JSON Path assertions expand validation capabilities, while sub-sample support improves reporting for streaming and resource-based samplers.
  • A dedicated “Executor” role offers tighter control over user permissions during test execution.
  • Additional upgrades include flexible HTTP keep-alive, support for GET bodies, clearer notifications, dynamic report variables, and detailed error reporting.

Table of Contents