Qyrus Named a Leader in The Forrester Wave™: Autonomous Testing Platforms, Q4 2025 – Read More

Welcome to the July release!  

This month, our engineering teams focused on advancing our AI capabilities, streamlining enterprise collaboration, and fortifying foundational performance across every corner of the platform. 

As testing pipelines scale and applications become more dynamic, efficiency and visibility are paramount. In Web Testing, we are putting you in complete control of your AI workflows with a new Two-Stage Test Generation pipeline that previews scenarios before building code—slashing latency and saving tokens. We’re also embedding continuous quality assurance directly into your suites with the new AI-powered LLM Evaluator Service, while solidifying modular architecture with permanent Function Step Reference Linking and centralized integration security. 

In API Testing, we are bridging the gap between quality engineering and generative AI by introducing a dedicated RAG Evaluation Test Type. This feature empowers you to validate LLM faithfulness, relevance, and citation precision natively alongside your standard REST suites. We have also overhauled large-scale workspace management with high-performance asynchronous cloning jobs to ensure smooth, uninterrupted UI performance. 

Our cross-platform execution engines have received major usability upgrades as well. Desktop Testing now automatically detects and flags parameterized scripts, while Test Orchestration gains comprehensive loop rendering for desktop workflows. Collaboration and resource management are smoother than ever: Device Farm introduces team-based hardware filtering and hardened AI session stability, and Test Orchestration brings you one-click Report Deep Linking, integrated Jira defect creation, and real-time device and browser availability indicators right in your run configurations. 

Let’s dive into the full breakdown of everything new across the platform this July!

Web Testing

Smart Optimization: Two-Stage Test Generation! 

Two-Stage Test Generation

The Challenge:  

Generating comprehensive web automation scripts using AI is incredibly powerful, but parsing full test steps, localizing elements, and compiling underlying logic requires high processing power and time. Previously, Test Generator v2 operated as a single, continuous pipeline. The engine would immediately build the full, granular steps for every single scenario it conceived. If the initial high-level testing path wasn’t exactly what you needed, tokens and execution time were wasted creating detailed code for a script you ultimately discarded. 

The Fix:  

We have re-architected Test Generator v2 into a high-efficiency, two-stage generation pipeline. In the first stage, the AI quickly drafts a high-level preview of the contextual test scenarios for your review. Once you scan the overview and select the specific paths you want, the engine moves to the second stage—utilizing historical context and deep memory only to build the detailed execution steps for your chosen scenarios. 

How will it help?  

This intelligent layout shift gives you total control over the AI engine, drastically cutting down on test creation overhead. 

  • Massive Cost & Token Savings: Stop burning AI tokens on long, multi-step scripts that don’t match your goals; only pay for the deep generation of scenarios you explicitly approve. 
  • Drastically Reduced Latency: Get high-level scenario previews on your screen in a fraction of the time, allowing you to iterate on test concepts almost instantly. 
  • Streamlined Control: Act as the ultimate editor—easily filter out redundant paths or incorrect approaches early in the lifecycle before a single line of automated test code is written. 

Built for Reuse: Function Step Reference Linking!

The Challenge:  

In large-scale web test automation, modular design is essential. Creating shared function steps—like standard login routines, navigation flows, or common form fields—saves hours of duplicative effort. However, maintaining the integrity of these shared steps across multiple test scripts was previously a fragile process. If a shared component’s references broke during script updates, it severely impacted traceability and made managing large modular test repositories incredibly difficult to audit. 

The Fix:  

We have introduced Function Step Reference Linking within the Web Testing framework. Shared function steps now establish and actively maintain a strict, permanent reference linkage across all consuming test scripts. This ensures that no matter how complex your test architecture becomes, the parent-child connection between the shared component and the individual scripts remains perfectly locked in place. 

How will it help?  

This underlying infrastructure update maximizes the efficiency and reliability of modular testing. 

  • Flawless Component Reusability: Confidently update a central function step once, knowing its reference linkages are firmly intact across every single test script that relies on it. 
  • End-to-End Traceability: Easily audit your automated test suites by instantly tracking exactly which scripts reference a specific shared function step, streamlining compliance and impact analysis. 
  • Sturdier Automation Architecture: Eliminate broken dependencies and fragile maintenance loops caused by disconnected script components, keeping your web testing suites clean, lean, and highly maintainable. 

Centralized Security: Seamless Integration Consent Migration!

The Challenge:  

Connecting your web testing workflows to external tools should be simple and secure. Previously, managing user permissions and access consents for third-party integrations was tied directly to the core user profile page rather than the underlying integration gateway. This disconnected setup created friction when onboarding new platforms and occasionally led to authentication delays as requests bounced between unrelated backend services. 

The Fix:  

We have officially migrated user-level integration consent management entirely into our dedicated Integration Service. By onboarding updated APIs to the WSO2 API Gateway and executing a comprehensive SQL database migration to seamlessly preserve all historical user consent records, the platform now handles authentication permissions natively within the integration layer itself. 

How will it help?  

This architectural migration streamlines your security setups and tool connectivity. 

  • Frictionless Tool Setup: Enjoy a faster, more intuitive experience when linking external applications, with all consent prompts managed dynamically by the integration layer. 
  • Zero Downtime Access: The successful backend data migration ensures your existing tool authorizations remain active and completely uninterrupted. 
  • Unified API Infrastructure: Centralizing authentication logic within the dedicated Integration Service lays the groundwork for faster, more secure connections to future third-party integrations. 

Intelligent Quality Assurance: The LLM Evaluator Service!

The Challenge:  

Reviewing test execution logs, identifying root causes of flaky tests, and grading the overall quality of automated test scripts are critical but time-consuming tasks. Testing teams often spend hours digging through post-execution data to understand why a test failed or how to optimize a script for better coverage. Without localized intelligence, catching subtle script design flaws before they reach production remains a major bottleneck. 

The Fix:  

We are thrilled to introduce the LLM Evaluator Service—a brand-new, AI-powered intelligence layer built directly into the Web Testing framework. This service continuously analyzes your test scripts and execution results, serving as an automated quality auditor that evaluates script health, detects structural inefficiencies, and provides instant, context-aware feedback on failures. 

How will it help?  

This cognitive service transforms raw test results into clear, actionable optimization strategies. 

  • Automated Failure Analysis: Receive instant, plain-language summaries explaining why a test failed, separating actual application bugs from environmental or locator-based issues. 
  • Script Quality Grading: The AI reviews the structure of your automation scripts, flagging redundant steps, suboptimal waiting strategies, or fragile assertions to ensure your code follows best practices. 
  • Proactive Optimization Feedback: Get automated recommendations on how to harden your test suites against flakiness, helping your team build highly resilient test cases with minimal manual code reviews. 

Smarter Metadata: Auto-Detection of Parameterized Scripts!

The Challenge: Parameterizing test scripts—replacing static inputs with dynamic variables—is crucial for scaling data-driven desktop testing. However, as test libraries grow across multiple enterprise projects, keeping track of which scripts are parameterized and which are static used to require manual labeling or exhaustive script audits. If a team missed updating a script’s parameterization status, it led to inaccurate project dashboards and data configuration errors during batch executions. 

The Fix: We have introduced Auto-Detection of Parameterized Scripts within the Desktop Testing framework. The platform’s analysis engine now actively scans your automation workflows in real time. The moment a script is configured with parameterized steps or dynamic variables, the system automatically flags it with the correct parameterization indicator across your entire project workspace. 

How will it help? This automation enhancement eliminates manual tagging errors and provides absolute clarity across your testing suites. 

  • Flawless Indicator Accuracy: Rely on perfectly synchronized project indicators that update automatically, completely removing the risk of manual tagging oversights. 
  • Streamlined Data-Driven Testing: Instantly identify which desktop automation scripts are ready for variable data injection directly from your high-level project view. 
  • Effortless Library Auditing: Gain immediate visibility into the configuration state of your testing assets, making large-scale test suite management and refactoring incredibly straightforward. 

Next-Gen AI Validation: RAG Evaluation Test Type!

RAG Evaluation Test Type

The Challenge: As enterprises increasingly build and deploy Retrieval-Augmented Generation (RAG) applications, validating these AI-powered endpoints using traditional API assertions (like exact string matching or static schema checks) falls short. Determining whether an LLM’s response is accurate, relevant to the prompt, and faithfully grounded in the retrieved documents without hallucinating previously required teams to build complex, standalone evaluation frameworks disconnected from their core API testing suites. 

The Fix: We have introduced a dedicated RAG Evaluation test type directly within the API Testing framework under the Test Cases section. To keep configuration minimal and simple, we’ve designed a straightforward configuration form where you can map the core elements of your RAG payload using an intuitive JSONPath or XML Path picker (complete with immediate preview support). You can map out your QuestionAnswerRetrieved Context arrays (including field mappings for doc_idtext, and score), and optional Citations. Behind the scenes, the evaluation runs asynchronously in the background, utilizing an AI judge to score the output against custom pass/fail/review metric thresholds across three vital dimensions: faithfulnessrelevance, and citation precision. 

How will it help? This specialized test capability bridges the gap between traditional software quality assurance and cutting-edge AI validation. 

  • Simple but Powerful Mapping: Seamlessly extract and bind complex, nested API response payloads directly to your evaluation model without messy scripting, thanks to advanced JSONPath and XML Path pickers. 
  • Instant, Deep Metrics: Instantly access an AI judge’s explicit analysis, reasoning, and threshold rankings directly from both the Preview Responses tab and the final Execution Report panels. 
  • Background Execution Efficiency: Keep your testing workflows moving fast; the platform handles the intensive computational evaluation asynchronously in the background, ensuring zero bottlenecks in your API execution pipeline. 

High-Performance Workspace Management: Async Clone & Copy Jobs!

The Challenge: As your API testing suites grow to encompass hundreds of endpoints, complex schemas, and dense script libraries, duplicating these assets can become incredibly resource-intensive. Previously, cloning or copying large test suites and scenarios was processed synchronously. This meant the platform attempted to complete the entire data migration while locking your interface, frequently resulting in annoying UI freezes, browser loading delays, or network timeouts when attempting to duplicate massive enterprise workspaces. 

The Fix: We have upgraded our backend architecture by transitioning all suite and scenario duplication tasks to run asynchronously through a dedicated, high-performance job queue. Now, when you initiate a clone or copy operation—no matter how large the suite—the platform instantly queues the task and processes the data transfer seamlessly in the background. 

How will it help? This backend optimization guarantees smooth, reliable performance even during your heaviest workspace migrations. 

  • Zero Browser Timeouts: Confidently duplicate massive, enterprise-scale test suites without worrying about network bottlenecks, loading loops, or dropped connections ruining the transfer. 
  • Uninterrupted Workflow: Never stare at a frozen loading screen again; initiate large-scale cloning operations and immediately continue writing, editing, or executing tests while the platform handles the heavy lifting behind the scenes. 
  • Rock-Solid Reliability: The dedicated job queue ensures that every single API script, dependency, and configuration parameter is transferred cleanly and accurately, completely eliminating the risk of partial or incomplete copies. 

Targeted Hardware Allocation: Team-Based Device Filtering!

The Challenge: 

Managing a centralized enterprise Device Farm with dozens or hundreds of connected mobile devices can quickly become overwhelming. Previously, device-related APIs lacked explicit team-level metadata. This made it difficult for engineers and automation pipelines to cleanly filter out hardware reserved for other departments, forcing testers to manually sift through massive, un-grouped device inventories just to find the specific mobile hardware allocated to their active project. 

The Fix: 

We have enhanced our core Device Farm infrastructure by integrating explicit team name attributes directly into all device-related APIs. You can now easily filter, organize, and view your available physical and virtual devices based specifically on team assignments, ensuring a much cleaner experience across both the platform UI and your programmatic integrations. 

How will it help?

This metadata upgrade brings instant organization and clearer boundaries to shared hardware environments. 

  • Clutter-Free Device Selection: Instantly isolate and view only the hardware assigned to your specific team, bypassing irrelevant enterprise inventory and finding your test target in seconds. 
  • Smarter CI/CD Automation: Leverage the updated APIs to dynamically configure your continuous integration pipelines, guaranteeing that automated test suites programmatically target and reserve only the devices dedicated to your team. 
  • Reduced Resource Conflicts: Prevent accidental bookings and scheduling overlaps across departments by establishing clear, transparent hardware visibility for every team in your organization. 

Seamless AI Execution: Enhanced Device Farm AI Sessions!

The Challenge: 

Running intelligent, AI-powered test sessions on real mobile devices requires high-speed, reliable communication across multiple backend microservices. Previously, managing authentication headers and routing high-volume traffic through API gateways during dynamic AI sessions could occasionally lead to network bottlenecks or dropped connections. Additionally, when an AI session finished, gathering all the resulting test assets—such as device logs, screenshots, and AI decision traces—was a disjointed process, as these artifacts were often scattered across isolated services. 

The Fix: 

We have significantly upgraded the backend architecture for AI-powered Device Farm sessions. This update introduces optimized header handling for cleaner request routing, deeper API gateway integration for superior network performance, and robust cross-service artifact management that automatically organizes and links your test outputs. 

How will it help? 

This structural enhancement ensures a significantly smoother, faster, and more unified AI testing experience on mobile devices. 

  • Rock-Solid Session Stability: Enhanced header handling and streamlined gateway routing eliminate communication bottlenecks, guaranteeing stable, uninterrupted connectivity between the driving AI engine and your test devices. 
  • Unified Artifact Tracking: Stop hunting through disconnected services for test data; all execution logs, video recordings, screenshots, and AI diagnostic traces are now cleanly consolidated and immediately accessible from a single location. 
  • Accelerated Debugging: With cleaner network routing and centralized asset management, diagnosing and resolving complex, AI-driven mobile test failures becomes significantly faster and more intuitive. 

Effortless Sharing: Report Deep Linking!

 The Challenge: When a complex orchestration suite finishes executing, pointing a colleague or stakeholder to a specific failure or run analysis can be frustrating. Previously, sharing an execution report meant telling team members to manually navigate through the Test Orchestration hierarchy, select the correct project, filter by schedule or workflow, and hunt down the exact timestamped log. This manual navigation added unnecessary friction to time-sensitive debugging sessions and slowed down cross-team communication. 

The Fix: We have implemented Report Deep Linking across Test Orchestration. Every execution report now automatically generates a unique, shareable URL powered by a dedicated deep link ID and updated UI routing. You can now copy and share direct links with your colleagues, complete with built-in access validation that ensures the report loads seamlessly for authorized team members while keeping unauthorized access locked out. 

How will it help? This workflow upgrade eliminates navigation friction and accelerates your collaborative debugging. 

  • One-Click Debugging: Drop direct URLs to specific execution reports into Slack, Teams, or Jira tickets, getting your engineers looking at the exact same failure logs and metrics instantly. 
  • Secure Team Access: Built-in access validation guarantees that shared links open smoothly for authorized teammates while rigorously maintaining your enterprise security boundaries. 
  • Eliminate Navigation Overhead: Bypass repetitive menu clicking, search queries, and manual filtering entirely; jump straight from a chat notification directly into deep report analysis. 

Comprehensive Iteration Tracking: Desktop Loop Support!

Desktop Loop Support

The Challenge: 

When running data-driven or repetitive desktop automation scripts that utilize loop structures within a unified Test Orchestration (TO) workflow, visibility into the individual iterations was previously limited. While the core loop might execute smoothly on the target machine, the orchestration reporting engine struggled to cleanly break down and display each individual cycle. This resulted in generic or cluttered execution logs where child steps and iteration numbers were either lumped together or obscured, making it frustrating to pinpoint exactly which data pass failed during a complex desktop test run. 

The Fix: 

We have introduced full native support for Desktop Testing loops across Test Orchestration workflows and execution reports. The orchestration engine now accurately parses loop structures, providing explicit iteration numbering and clear, hierarchical rendering of child steps for every individual cycle directly inside your execution reports. 

How will it help? 

This reporting upgrade brings absolute clarity and granular traceability to your data-driven desktop automation suites. 

  • Granular Loop Visibility: Track repetitive desktop workflows cycle by cycle with explicit iteration numbering, eliminating guesswork when reviewing multi-pass execution logs. 
  • Hierarchical Child Step Rendering: Enjoy clean, organized reporting layouts where child steps within loops are properly nested and displayed, making complex script logic easy to follow at a glance. 
  • Pinpoint Failure Resolution: Instantly isolate exactly which iteration or specific data set caused a desktop test step to fail without having to manually decipher raw, un-grouped execution data. 

Direct Defect Tracking: Jira Tickets from Execution Reports!

The Challenge: When an automated workflow fails during a Test Orchestration run, logging that defect into Jira used to be a disconnected, manual chore. Engineers had to switch tabs, manually copy error logs, timestamps, and execution metrics, and paste them into a brand-new Jira issue. This constant context-switching slowed down defect triage, increased the risk of leaving out critical debugging details, and created an unnecessary administrative gap between your execution results and your bug-tracking pipelines. 

The Fix: We have brought seamless Jira Integration directly into Test Orchestration execution reports, mirroring our popular Web Testing functionality. Once configured at the project level, you can now generate Jira tickets with a single click directly from your TO execution logs. Furthermore, we have upgraded the interface to support on-the-fly configuration—meaning if a project doesn’t have a Jira connection set up yet, the UI will intuitively guide you through creating the configuration right then and there without losing your place in the report. 

How will it help? This integration bridges the gap between test execution and project management, dramatically speeding up your development feedback loops. 

  • One-Click Defect Logging: Instantly convert failed test steps into structured Jira tickets directly from your execution reports, completely eliminating tedious copy-pasting and manual data entry. 
  • Rich, Contextual Bug Reports: Automatically arm your developers with the exact execution details, team metadata, and failure context they need to investigate, reproduce, and resolve issues faster. 
  • On-the-Fly Setup: Never get blocked by missing integrations; seamlessly establish new project-level Jira connections right from your reporting dashboard with a refreshed, user-friendly setup flow. 

Proactive Scheduling: Device & Browser Availability in Run Config!

Device and Browser Availability in Run Config

The Challenge: 

Setting up an automated test run only to have it sit indefinitely in a pending queue—or fail to launch entirely—because the target hardware is occupied is a common source of friction. Previously, Test Orchestration’s Run Configuration lacked real-time visibility into your infrastructure’s availability. Testers had to assign execution environments blindly, frequently resulting in scheduling conflicts, resource bottlenecks, and delayed feedback cycles when multiple test pipelines attempted to target the same busy mobile device or browser instance simultaneously. 

The Fix: 

We have integrated live Device & Browser Availability status indicators directly into the Test Orchestration Run Configuration interface. Now, when setting up your execution schedules, the platform dynamically checks and displays real-time operational statuses—such as free, busy, or offline—for every device and browser environment right as you configure your run parameters. 

How will it help? 

This instant visibility removes guesswork from your scheduling workflow and helps your team consume testing infrastructure much more efficiently. 

  • Eliminate Blind Scheduling: Confidently select open, ready-to-use test environments before triggering an execution, preventing your workflows from getting stuck in pending queues or failing due to offline hardware. 
  • Optimize Resource Utilization: Easily identify which physical devices and browser configurations are currently available, allowing you to dynamically reroute tests to open assets and maximize throughput across your infrastructure. 
  • Faster Execution Feedback: By proactively avoiding resource bottlenecks during the setup phase, your automated test runs kick off immediately and deliver actionable results back to your team without unnecessary delays. 

Ready to Leverage July‘s Innovations? 

We are committed to providing a unified platform that not only adapts to your evolving needs but also streamlines your critical processes, empowering you to release high-quality software with greater speed and confidence. 

Eager to explore how these advancements can transform your testing efforts? The best way to appreciate the Qyrus difference is to experience these new capabilities directly. 

Ready to dive deeper or get started? 

Book a Personalized Demo

June Release Notes

Welcome to the June release!  

In June, our engineering teams focused on injecting deep operational intelligence, enterprise flexibility, and rock-solid platform infrastructure into your daily testing workflows. 

Across every service layer, we are delivering enhancements that eliminate friction, maximize execution visibility, and give you far greater control over how you manage and scale your automation suites.  

In Web Testing, Test Generator v2 has taken a massive leap forward by expanding its AI-driven capabilities to handle advanced coding and API interactions natively. Desktop Testing receives an influx of precision features specifically designed to streamline complex SAP environments and dynamic grid data extraction. 

Our backend and API testing capabilities have also matured significantly. We’ve introduced highly requested organization tools like drag-and-drop rearrangement and bulk migration workflows, paired with a unified deep-linking model to make cross-team collaboration absolutely frictionless.  

Finally, we’ve fortified our foundational layer with hardened, cloud-resilient session management in the Device Farm and powerful scheduling and execution combos within Test Orchestration. 

Let’s dive into the full breakdown of everything new across the platform this June! 

Web Testing

Complete AI Test Generation: Support for Code, APIs, and Variables! 

Complete AI Test Generation

The Challenge:  

When using AI to automatically generate complex web testing scenarios, the system needs to be able to handle more than just basic UI clicks and text inputs. Previously, users utilizing Test Generator v2 were required to add certain missing data fields when the AI attempted to generate advanced actions. Specifically, generated steps for API calls, complex variable data handlers, and embedded JavaScript or JavaCode executions were returning empty or lacking the necessary dummy data, forcing testers to fill in the blanks. 

The Fix:  

We have expanded the capabilities of Test Generator v2 to fully support and populate data for advanced web actions. The AI engine has been updated to accurately generate and fill in the required fields for API Actions, Create Variable Data Handlers, Execute JavaCode, and Execute JavaScript steps directly within the generated test scenarios. 

How will it help?  

This upgrade ensures your AI-generated tests are comprehensive and ready to execute with minimal manual intervention. 

  • Advanced Scenario Automation: Confidently use the AI to generate complex, end-to-end tests that seamlessly blend UI interactions with backend API validations and custom code executions. 
  • Reduced Manual Coding: The AI now intelligently supplies the necessary code structures and dummy data for JavaScript and JavaCode steps, saving your engineers significant manual scripting time. 
  • Robust Variable Handling: Automatically generate and populate variable data handlers, ensuring your dynamic test logic works flawlessly right out of the box. 

Dynamic Data Extraction: Table & Grid Support for Variables! 

Dynamic Data Extraction

The Challenge:  

Desktop applications often display critical information—like financial records, inventory lists, or user data—within complex tables and data grids. Previously, extracting a dynamic value from a specific cell within these desktop grids and storing it as a variable was difficult. Testers often had to rely on complex workarounds or custom scripting just to grab a simple value, which slowed down the creation of data-driven test scenarios. 

The Fix:  

We have significantly enhanced the Create Variable action within the Desktop Testing service to natively support table and grid cell inputs. You can now seamlessly target a specific cell within your desktop application’s data grid and directly extract its contents into a variable for use later in your automation script. 

How will it help?  

This enhancement makes interacting with complex desktop data structures simple and straightforward. 

  • Data-Driven Flexibility: Easily capture dynamic data generated during a test (like a newly created order ID or a status code) directly from a table cell to pass into subsequent steps. 
  • Simplified Scripting: Eliminate the need for fragile workarounds or custom code just to read a value from a desktop grid, keeping your automation scripts clean and easy to maintain. 
  • Robust End-to-End Validation: Build stronger assertions by dynamically extracting table data and verifying it against expected outcomes later in your workflow. 

Predictable Connections: Smart SAP Login Logic! 

 

The Challenge:  

When automating SAP workflows, the rules dictating whether a test script would attach to an existing SAP session or launch a brand-new window were previously implicit and relied heavily on backend exceptions. If a test provided partial login information (like just a client ID), the system’s behavior was unpredictable. This ambiguity often led to duplicate SAP instances cluttering the desktop, consuming system resources, and causing connection confusion during complex test runs. 

The Fix:  

We have completely overhauled the core logic for the “Login to SAP” action, establishing clear, explicit rules for the attach-or-create decision. Now, if a running SAP session perfectly matches the requested username and client, the system seamlessly attaches to it. If the credentials differ, it opens a new connection. Crucially, we removed the reliance on exception-driven fallbacks and updated the action results to explicitly surface exactly which path was taken during the test. 

How will it help?  

This structural upgrade brings absolute control and reliability to your SAP desktop automations. 

  • Eliminate Duplicate Windows: The strict matching rules guarantee that new application windows are only spawned when absolutely necessary, keeping your testing environment clean. 
  • Predictable Execution: Whether you provide full credentials or partial client information, the login action behaves exactly as documented without unpredictable fallback loops. 
  • Clear Traceability: You can now instantly see within your test execution reports whether a script attached to an existing session or created a new one, drastically simplifying script debugging. 

Front and Center: Active SAP Session Monitoring! 

The Challenge:  

When automating complex SAP workflows, visibility is key to ensuring your tests are running as intended. Previously, when utilizing the new “Connect to Existing SAP Window” action, the test execution would successfully proceed, but the SAP GUI often remained hidden in the background. This obscured the live testing steps, making it incredibly difficult for automation engineers to visually monitor the execution in real time or immediately spot UI-level issues as they occurred. 

The Fix:  

We have updated the SAP automation engine to guarantee immediate visibility. Now, whenever a script utilizes the “Connect to Existing SAP Window” command, the platform automatically forces the active SAP application directly to the foreground of your desktop environment. 

How will it help?  

This quality-of-life improvement ensures complete transparency and immediate feedback during your desktop executions. 

  • Real-Time Monitoring: Watch your test steps execute live on the screen, giving you immediate visual confirmation of the application’s behavior and performance. 
  • Faster Debugging: Instantly spot unexpected pop-ups, UI anomalies, or navigation errors the exact moment they happen instead of digging through logs after the test completes. 
  • Streamlined Usability: No more manually hunting for minimized windows or alt-tabbing to find the right screen; the platform actively surfaces the relevant SAP instance right when you need to see it. 

Effortless Organization: Drag-and-Drop API Rearrangement!

Drag-and-Drop API Rearrangement

The Challenge: 

When managing a growing library of API test scripts, keeping your workspace logically organized is crucial for team efficiency. Previously, the list of scripts on the “All APIs” page was rigid. If you needed to reorder your scripts to reflect a specific execution sequence, group related endpoints together, or simply clean up your view, there was no intuitive way to move them around. This lack of flexibility made managing extensive API suites feel clunky and time-consuming. 

The Fix: 

We have introduced fluid drag-and-drop functionality directly to the right-hand side (RHS) “All APIs” page. You can now seamlessly rearrange your entire list of API scripts simply by clicking, dragging, and dropping them into your exact preferred order. 

How will it help? 

This UI enhancement puts you in complete control of how your API workspace is structured. 

  • Intuitive Organization: Visually structure your API scripts exactly how you think about them, effortlessly grouping related tests without relying on rigid naming conventions. 
  • Faster Test Management: Quickly reorder scripts to match natural execution flows or priority levels in seconds, eliminating frustrating administrative overhead. 
  • Streamlined Workspace: Maintain a clean, personalized, and highly navigable project view, making it easier for both you and your team to locate specific endpoints instantly. 

Seamless Sharing: Deep Linking for API Testing!

The Challenge:  

Sharing specific API test artifacts—like a complex script, a failed execution report, or a massive test suite—with team members used to be a hassle. Testers often had to tell colleagues exactly where to click through the platform hierarchy to find the right asset. Additionally, strict team-based silos in QAPI made it difficult to securely share direct links with designated collaborators without hitting frustrating access roadblocks and permission errors. 

The Fix:  

We have introduced comprehensive Deep Linking across the entire API Testing ecosystem, aligning it perfectly with the behavior you already know from Test Orchestration. Every major entity—including Projects, Scripts, Suites, Workflows, and Reports—now automatically generates a unique, shareable deep link ID. Crucially, we also implemented a smart collaborator-based access model for QAPI, meaning authorized collaborators can now instantly access shared deep links even across different individual team setups. 

How will it help?  

This underlying infrastructure update drastically reduces the friction of team collaboration and debugging. 

  • Instant Collaboration: Drop direct links to specific API scripts, suites, or reports directly into your Slack channels or Jira tickets, getting your team looking at the exact same screen instantly. 
  • Frictionless Access: The intelligent collaborator-based model ensures that deep links are both secure and accessible, smoothly granting visibility to explicitly authorized users without manual permission wrestling. 
  • Unified Experience: Deep linking now behaves consistently across both API Testing and Test Orchestration, providing a seamless, predictable sharing experience across the entire Qyrus platform. 

Effortless Reorganization: Bulk Copy & Move for APIs!

Bulk Copy- Move for APIs

The Challenge:  

As your API test coverage expands, test suites inevitably need restructuring. Whether you’re refactoring older tests, creating specialized regression suites, or just cleaning up your workspace, moving or cloning APIs one by one is an incredibly tedious process. Previously, there was no streamlined way to select multiple API scripts and securely transfer or copy them into a different suite, forcing testers into a frustrating loop of repetitive manual actions. 

The Fix:  

We have completely redesigned the workflow for migrating scripts between test suites. You can now bulk-select, copy, and move multiple APIs simultaneously. This update includes intuitive new checkbox triggers, dedicated options within the three-dot menu, and fluid drag-and-drop capabilities within the left-hand panel, giving you total flexibility over how you reorganize your workspace. 

How will it help?  

This redesign drastically cuts down administrative overhead when managing your API library. 

  • Massive Time Savings: Quickly bulk-select dozens of API scripts and move or clone them to a new suite in just a few clicks, eliminating repetitive manual work. 
  • Flexible Organization: Whether you prefer drag-and-drop simplicity or structured menu commands, the new interface adapts to your preferred organizational workflow. 
  • Streamlined Refactoring: Easily break down massive test suites into smaller, targeted collections or combine scripts into comprehensive master suites without breaking a sweat. 

Direct Workflow Automation: Listing Page Scheduling!

Listing Page Scheduling

The Challenge:  

To keep up with continuous integration demands, automation engineers need to schedule their API testing workflows quickly and efficiently. Previously, the workflow listing page served strictly as a static directory. If you wanted to schedule a specific workflow to run automatically, you had to leave the high-level overview, navigate deep into the individual workflow’s configuration settings, and apply your scheduling rules there. This extra navigation loop slowed down management tasks and added unnecessary clicks to a routine process. 

The Fix:  

We have integrated scheduling capabilities directly onto the API workflow listing page. You can now configure, activate, and manage execution schedules for any workflow immediately from the main listing view, supported by an updated, streamlined UI design. 

How will it help?  

This workflow upgrade streamlines your continuous automation planning. 

  • Rapid Automation Planning: Schedule your API testing workflows on the fly right from the directory page, bypassing unnecessary clicks and navigation loops. 
  • Centralized Management: View your list of workflows and adjust their execution rules from a single, unified control pane, making it easier to orchestrate your overall automation strategy. 
  • Frictionless CI Coordination: Quickly coordinate and adjust automated test runs to match changing deployment schedules or sprint deadlines with absolute ease. 

Controlled Rollouts: Feature Flags for AI Device Farm Sessions!

Feature Flags for AI Device Farm Sessions

The Challenge:  

Integrating cutting-edge AI capabilities into real mobile device testing requires careful, managed deployment. Previously, new AI-powered session types in the Device Farm were universally visible in the UI. This made it difficult to perform targeted beta testing, manage resource-intensive features, or selectively roll out experimental capabilities to specific teams without cluttering the interface for the rest of the user base. 

The Fix:  

We have introduced a robust feature flag system (enableDeviceFarmAISession) specifically for AI-powered Device Farm sessions. This backend control allows us to granularly toggle access to these advanced testing environments. To support this controlled rollout, we have also streamlined the user interface by dynamically removing the “AI Session” option from the general Sessions dropdown menu, ensuring it is only visible when explicitly enabled for a specific workspace. 

How will it help?  

This infrastructure update provides absolute control over how AI features are introduced into your testing environment. 

  • Targeted Beta Testing: Safely introduce and test experimental AI capabilities with specific engineering teams without disrupting the standard Device Farm experience for everyone else. 
  • Clutter-Free Interface: Keep the testing UI clean, intuitive, and focused by hiding advanced, specialized AI session options from users who do not actively need them. 
  • Scalable Rollouts: Grant administrators precise, behind-the-scenes control over how and when cutting-edge AI testing tools are deployed across the platform. 

Rock-Solid Device Provisioning: Hardened Provider Lifecycle Handling!

The Challenge:  

Interacting with remote cloud infrastructure requires highly resilient backend communication. Previously, the Device Farm Microservice (DFM) relied on default handling for provider Device Farm sessions. This meant that transient network blips during device readiness checks could cause an entire test session to fail prematurely, while concurrent or duplicate session creation requests could lead to race conditions. Additionally, non-idempotent session termination routines and unmapped SDK exceptions occasionally resulted in generic, unhelpful server errors, making it difficult to pinpoint whether a failure was due to an invalid configuration or a temporary cloud glitch. 

The Fix:  

We have hardened the provider session lifecycle management inside the Device Farm Microservice to drastically increase backend stability. The engine now features distributed create-time locking to eliminate concurrent session creation conflicts, explicit exception mapping (translating specific faults directly to clear HTTP error codes), and dedicated retry and timeout rules for the SDK client. Furthermore, we built transient fault resilience directly into the device polling loop and ensured the session termination endpoint is fully idempotent—meaning it will gracefully clean up resources without throwing errors if a session is already stopped. 

How will it help?  

These deep infrastructure improvements ensure an incredibly stable and predictable remote device testing experience. 

  • Immunity to Transient Blips: Short-lived network fluctuations or minor AWS hiccups will no longer kill your test runs; the platform now intelligently retries and continues polling behind the scenes. 
  • No More Race Conditions: Distributed create-time locking ensures that duplicate or retried device requests are safely queued and managed, preventing conflicting or broken device states. 
  • Graceful Cleanups & Faster Debugging: Clearer error mapping replaces generic server errors with actionable feedback, while idempotent session handling ensures cleaner resource teardowns and fewer noisy, false-alarm logs. 

Resilient Workflows: Combined Optional Execution & Session Persistence!

Combined Optional Execution and Session Persistence

The Challenge:  

In complex test orchestrations, maintaining a continuous state across multiple test steps (Session Persistence) while allowing non-critical steps to fail without stopping the whole run (Optional Execution) is a powerful combination. Previously, these two features were mutually exclusive in Test Orchestration. Turning on “Optional Execution” would automatically force “Session Persistence” off. This meant a failure in an optional setup or cleanup step would either completely kill the persistent session or force teams to split their unified workflows into disconnected parts. 

The Fix:  

We have fully integrated Optional Execution to work seamlessly alongside Session Persistence. The orchestration engine has been updated to handle failures within a persistent session gracefully. Now, if an orchestrated node designated as “Optional” encounters a failure, the platform intelligently preserves the active session state and securely hands it off to the next node in the pipeline instead of tearing down the environment. 

How will it help?  

This update unlocks advanced, highly resilient test scheduling configurations for complex end-to-end scenarios. 

  • Flawless Multi-Step Resiliency: Build extensive end-to-end testing chains that reuse the same active state, confident that minor, non-critical failures won’t tank your entire execution pipeline. 
  • Smart Failure Recovery: If an optional validation or data-gathering script fails mid-session, the platform automatically bypasses the fault, keeps the application state alive, and carries on to subsequent verification steps. 
  • Uncompromised Workflow Logic: Eliminate the need for messy workarounds or custom scripting just to keep a testing window open when a secondary step runs into an unexpected hitch. 

Precision Analysis: Enhanced Report Page Filters!

Enhanced Report Page Filters

The Challenge:  

As enterprise teams scale their automation efforts, the volume of test reports generated daily can become overwhelming. Navigating through thousands of execution records to find a specific run can feel like hunting for a needle in a haystack. Previously, limited filtering options on the Test Orchestration Reports page made it difficult to quickly isolate runs based on how they were triggered or configured, creating administrative bottlenecks during post-execution analysis. 

The Fix:  

We have significantly upgraded the Reports Page with a suite of new, advanced filtering options. You can now slice and dice your test data using specialized Schedule Type and Other filters. This allows you to dynamically narrow down your execution history by specific parameters, including OnceHourlyDailyWeeklyScheduled, and Session Persisted execution profiles. 

How will it help?  

These new filters give you total control over your reporting data, dramatically speeding up triage and auditing tasks. 

  • Instant Execution Triage: Quickly separate routine, automated nightly regression runs from manual, ad-hoc test executions with a single click. 
  • Isolate Persistent Sessions: Effortlessly track down and review reports tied specifically to your Session Persisted workflows to evaluate state retention across multi-step runs. 
  • Streamlined Audit Trails: Seamlessly monitor recurring test patterns (such as hourly health checks or daily smoke tests) to identify historical flake rates or performance trends across specific schedules. 

Ready to Leverage June’s Innovations? 

We are committed to providing a unified platform that not only adapts to your evolving needs but also streamlines your critical processes, empowering you to release high-quality software with greater speed and confidence. 

Eager to explore how these advancements can transform your testing efforts? The best way to appreciate the Qyrus difference is to experience these new capabilities directly. 

Ready to dive deeper or get started? 

Book a Personalized Demo

May Release Notes

  Welcome to the May update!  

We’ve focused heavily on deepening platform integration, introducing smarter AI-driven logic, and giving enterprise teams much greater execution flexibility. 

Across our services, we are breaking down silos and accelerating your daily testing rhythms. In Web Testing, we’ve unlocked real-time locator access for seamless SAP scripting and rolled out major intelligence and speed upgrades to Test Generator v2. Desktop Testing sees an influx of pipeline capability with brand-new Jenkins and Azure DevOps plugins, alongside powerful new session persistence that lets you connect directly to existing SAP windows. 

Meanwhile, our underlying infrastructure continues to mature. Test Orchestration has been completely decoupled from individual module licensing to act as a truly independent layer, while also gaining folder-level scheduling to streamline batch execution. We’ve also fortified our mobile capabilities with massive stability upgrades to iOS device streaming, and extended qAPI’s enterprise reach with robust Node CLI enhancements and clearer project management tracking. 

Let’s dive right into the full details of all the powerful new capabilities available on the Qyrus platform. 

Web Testing

Flawless Connections: Enhanced iOS Device Streaming! 

The Challenge:  

When using Test Generator v2 to automatically build test scenarios via integrations, any friction in the generation flow ruins the speed advantage of using AI. Previously, users faced two major hurdles: the initial streaming API could experience a bottleneck—taking up to two minutes just to return a “Generating” status—and auto-generated variable actions lacked structural logic. If a script required multiple variables (e.g., Var 1 through Var 5), the AI didn’t automatically cross-reference its memory to intelligently link those variables to subsequent data handler steps, forcing testers to manually patch the logic. Additionally, path values for generated steps were buried, making it tedious to audit the AI’s structural paths. 

The Fix:  

We have rolled out critical enhancements to Test Generator v2 to optimize both backend performance and AI logic. We dramatically accelerated the initial stream API response time, slashing the latency required to initiate a generation job. On the intelligence front, the AI now automatically names variables inside the “Create Variable” action and intelligently maps those identical variable names to corresponding downstream data handler actions (such as Dynamic Set steps) by referencing its historical memory. Finally, we have explicitly included the exact path values right inside the info section of every step TG generates. 

How will it help?  

These intelligence and speed optimizations turn AI generation into a fluid, hands-off experience. 

  • Instant Generation: No more waiting on spinning wheels. The optimized streaming API kicks off your AI generation jobs almost instantly, accelerating your overall testing velocity. 
  • Flawless End-to-End Variable Logic: The AI now handles multi-variable data mapping seamlessly. If your test scenario creates five variables, the system automatically tracks them in its memory and binds the correct variable to subsequent dynamic steps without manual intervention. 
  • Transparent Step Auditing: With path values clearly visible in the info section of each generated step, you can immediately inspect, verify, and debug the exact navigation paths the AI mapped out. 

Seamless SAP Scripting: Real-Time Locator Access! 

The Challenge: 

Building automated tests for complex SAP web interfaces (like SAP Fiori) requires highly specific, often intricate element locators. Previously, gathering these unique SAP locators meant testers had to frequently break their workflow—jumping between separate recording sessions, external inspection tools, or complex documentation just to copy and paste the correct identifiers into their test steps. This context-switching drastically slowed down the test creation process and increased the risk of manual errors.  

The Fix: 

We have fully integrated SAP Recorded Locators directly into the Web Testing builder. Now, while you are actively constructing your test steps on the canvas, you have immediate, real-time access to the specialized SAP locators you need without ever having to leave the test building interface.  

How will it help? 

This workflow enhancement removes the friction of testing complex SAP environments. 

  • Accelerated Test Building: Say goodbye to context-switching. You can now design, configure, and assign the correct SAP locators fluidly within a single, unified workspace. 
  • Pinpoint Accuracy: By pulling recorded locators directly into your builder, you significantly reduce the risk of typos or incorrect element identification, ensuring your tests are robust from the start. 
  • Developer-Friendly Experience: This seamless integration makes building complex SAP web tests faster, more intuitive, and far less tedious for your automation engineers. 

Seamless CI/CD Integration: Jenkins & Azure Plugins for Desktop Testing! 

Jenkins & Azure Plugins for Desktop Testing

The Challenge:  

As organizations modernize their deployment pipelines, manual testing interventions create significant bottlenecks. Previously, triggering automated scripts for Desktop applications required users to step outside of their primary CI/CD workflows. Without native plugins for popular orchestration tools, teams had to rely on cumbersome manual triggers or complex, custom-built scripts to initiate their Desktop Testing suites, resulting in disjointed delivery pipelines and slower release cycles. 

The Fix:  

We have officially introduced dedicated Jenkins and Azure DevOps plugins specifically for the Desktop Testing Service. These new plugins empower you to seamlessly trigger and manage your automated desktop application scripts directly from your existing CI/CD pipelines, bringing the service up to parity with our Web, API, and Mobile testing offerings. 

How will it help?  

This integration bridges the gap between your desktop application builds and your automated testing ecosystem. 

  • Unified Workflows: Manage your entire testing strategy—across Web, Mobile, API, and now Desktop—from a centralized CI/CD control plane. 
  • Frictionless Automation: Automatically execute robust desktop automation scripts the moment a new build is deployed, eliminating manual handoffs and accelerating your time-to-market. 
  • Developer Flexibility: Empower your engineering teams to seamlessly embed desktop quality gates into the familiar Jenkins or Azure environments they already use every day. 

Continuous Execution: Connect to Existing SAP Windows! 

Connect to Existing SAP Windows

The Challenge:  

When automating complex desktop workflows within SAP GUI, test scripts traditionally forced a brand-new application instance to launch for every execution. If a test failed midway or if an engineer wanted to resume a specific sequence after manual intervention, they were forced to restart the entire SAP login and navigation flow from scratch. This rigid behavior created duplicate windows, consumed unnecessary system resources, and drastically slowed down test debugging and multi-step process validations. 

The Fix:  

We have implemented powerful session persistence capabilities within the Desktop Testing Service. Using a robust “attach-to-window” mechanism for Windows environments, we’ve introduced a dedicated ‘Connect To Existing SAP Window’ action. This allows your desktop automation to intelligently detect and hook into an already-open SAP session instead of triggering a fresh launch. 

How will it help?  

This workflow upgrade brings true continuity to your desktop SAP automation. 

  • Resume Without Restarting: Easily continue an automation flow exactly where it left off, or seamlessly transition between manual steps and automated executions without losing your session state. 
  • Optimize System Resources: Prevent your desktop environment from being cluttered with redundant, duplicate SAP application instances during iterative testing and debugging. 
  • Accelerate Debugging: By bypassing the initial login and navigation sequences, automation engineers can rapidly test and refine specific downstream actions directly within an active SAP window. 

Secure & Streamlined: QloudBridge Encryption & Login Upgrades!

The Challenge:  

QloudBridge acts as the vital tunnel connecting your local desktop environments to the Qyrus cloud platform. Any weakness in how this data is encrypted during transit poses a significant security risk for enterprise teams handling sensitive test data. Additionally, a clunky or unstable login flow creates unnecessary friction when engineers are trying to spin up local testing sessions. When underlying build issues cause these connections to drop unexpectedly, it disrupts automated runs and delays the entire testing cycle. 

The Fix:  

We have significantly enhanced the QloudBridge security architecture by rolling out updated, enterprise-grade encryption protocols alongside a completely refined, smoother login flow. In tandem with these security hardening measures, we have successfully resolved underlying infrastructure and build bottlenecks that were previously causing minor connection instability. These updates have been fully verified on our staging environments and are operating exactly as expected. 

How will it help?  

This underlying infrastructure update provides a more resilient and secure testing foundation. 

  • Hardened Data Security: Your local test data and application traffic are now protected by even stronger encryption during transit, satisfying the most rigorous enterprise compliance standards. 
  • Seamless Authentication: The improved login flow makes it faster and significantly more intuitive to authenticate and connect your local machine to the platform, removing friction from your daily workflow. 
  • Unshakeable Stability: By resolving the core infrastructure issues, we’ve ensured a highly reliable, persistent connection that won’t unexpectedly drop during your long-running desktop automation suites. 

Flawless Connections: Enhanced iOS Device Streaming!

The Challenge:  

Interacting with cloud-hosted iOS devices could sometimes suffer from slight video latency, dropped frames, or momentary disconnections during intense manual testing sessions or heavy automated runs. This streaming instability caused frustration, making it difficult to test UI responsiveness accurately or to confidently debug complex touch interactions on Apple hardware. 

The Fix:  

We have implemented major infrastructure upgrades to the device streaming protocol specifically for iOS device sessions. This includes optimized video encoding and a much more resilient connection architecture to ensure a rock-solid, high-definition stream between the physical iPhones and iPads in our data center and your local browser. 

How will it help?  

This underlying upgrade makes remote iOS testing feel like the device is sitting right on your desk. 

  • Silky Smooth Manual Testing: Experience near-zero latency when interacting with remote iOS devices, allowing for precise gestures, swipes, and taps without frustrating delays. 
  • Rock-Solid Stability: Say goodbye to dropped sessions and frozen screens. The hardened connection ensures uninterrupted testing, even during extended, deep-dive debugging workflows. 
  • Accurate UI Validation: A crystal-clear, lag-free stream means you can confidently validate animations, transitions, and overall application responsiveness without the interference of network jitter. 

Independent Orchestration: Decoupled Licensing!

The Challenge:  

Previously, using Test Orchestration (TO) was strictly tied to your active module licenses for Web, Mobile, API, or Desktop testing. If one of those underlying service licenses expired or became inactive, it created a hard functional blocker within TO—even for users whose primary role was just to build and manage orchestrated workflows. This rigid dependency disrupted continuous testing strategies and unnecessarily complicated license management across large QA teams. 

The Fix:  

We have completely decoupled Test Orchestration from these underlying service-module dependencies. TO now operates as a fully independent orchestration layer. You can seamlessly build, manage, and execute orchestration scripts without requiring active Web, Mobile, API, or Desktop module licenses. Crucially, the platform still securely respects your existing role-based access controls (RBAC) and accurately governs execution capacity based purely on your available Browser and Mobile execution inventory. 

How will it help?  

This licensing update provides greater flexibility and removes arbitrary administrative blockers from your orchestration workflows. 

  • Uninterrupted Orchestration: Continue building, managing, and executing your complex test flows without unexpected access blocks caused by individual module license expirations. 
  • Streamlined Team Access: QA managers and orchestration engineers can now freely utilize the TO workspace to coordinate overarching test strategies without consuming individual service-module licenses. 
  • Resource-Based Scaling: Scale your orchestrations naturally based on your actual execution capacity (Browser/Mobile slots) rather than being restricted by module-level licensing. 

Batch Execution: Folder-Level Scheduling!

The Challenge:  

Managing and scheduling large test suites can quickly become an administrative burden. Previously, if you wanted to schedule a group of related workflows to run at the same time, you had to configure the scheduling parameters for each workflow individually. This repetitive process was not only tedious and time-consuming but also increased the risk of manual configuration errors across your test batches. 

The Fix:  

We have introduced a powerful new Folder-level Scheduler within Test Orchestration. Instead of managing individual scripts one by one, you can now apply a single scheduling configuration to an entire folder. This instantly schedules multiple workflows contained within that folder to execute using the exact same parameters. 

How will it help?  

This enhancement dramatically simplifies the administration of massive test suites. 

  • Massive Time Savings: Eliminate repetitive setup tasks by configuring the schedule once at the folder level, instantly applying it to dozens of underlying workflows. 
  • Guaranteed Consistency: Ensure that all related tests in a specific batch run with the exact same configurations, environments, and timing rules, eliminating configuration drift. 
  • Effortless Scalability: As your test suites grow, managing execution schedules remains simple and organized by leveraging your existing folder hierarchies. 

Enterprise-Ready Execution: Node CLI Plugin Upgrades for qAPI! 

The Challenge:  

Managing API performance and functional testing via command-line interfaces across large, enterprise-level teams can get complicated. Previously, fetching project details via the CLI relied on user email addresses, which didn’t scale well within complex enterprise structures where team-based access is the standard. Furthermore, sharing the results of CLI-triggered test runs often involved manual data extraction or wrestling with clunky file sharing, creating friction for teams trying to review execution reports quickly. 

The Fix:  

We have significantly upgraded the Node CLI Plugin for qAPI to better support enterprise workflows. First, we transitioned project fetching from user emails to team IDs (/projects?teamId), perfectly aligning the CLI with robust, enterprise-grade project management structures. We also introduced a new feature (/get-reports-url) that automatically generates a secure CDN link for your execution reports—valid for seven days—directly from the command line. 

How will it help?  

These CLI enhancements streamline headless API testing for large-scale engineering teams. 

  • Enterprise-Scale Management: Fetching project data based on Team ID ensures the CLI integrates flawlessly with complex organizational structures and role-based access configurations. 
  • Instant Report Sharing: Automatically generate secure, temporary CDN URLs for your test reports straight from the CLI, making it incredibly simple to share results with your team or attach them to build logs. 
  • Streamlined Automation: With a dedicated CLI plugin type and x-api-key support for URL generation, building secure, automated qAPI testing pipelines into your CI/CD processes is smoother than ever. 

Seamless Navigation: Enhanced Project Listing!

Enhanced Project Listing

The Challenge:  

As enterprise teams scale their API testing footprints, the number of active projects can grow rapidly into the dozens or hundreds. Previously, the qAPI dashboard restricted the project view—only loading the first page of 15 projects and preventing users from scrolling or navigating to see the rest of their portfolio. This forced teams to rely on direct links or search workarounds just to access older or lower-priority projects. 

The Fix:  

We have resolved this limitation by overhauling the data-fetching and pagination logic within the qAPI project dashboard. Following successful validation in our staging environments, the fix is fully deployed, ensuring that your complete catalog of projects now loads fluidly and accurately across all pages. 

How will it help?  

This fix restores complete visibility and smooth navigation to your workspace. 

  • Full Portfolio Visibility: Effortlessly browse through your entire history of API testing projects without arbitrary UI cutoffs or missing entries. 
  • Frictionless Browsing: Experience smooth, reliable page loading as you scroll through large collections of enterprise projects. 
  • Better Team Coordination: Large testing teams can now confidently organize and locate their respective projects from a single, uncompromised dashboard view. 

Enhanced Traceability: Script-Level Xray Visibility within Suites!

The Challenge:  

When managing large API test suites integrated with Jira Xray, it can be difficult to track which individual scripts are properly linked to your test management tools. Since Xray determines suite execution status based on its underlying linked scripts rather than a standalone suite-level configuration, testers previously had to open each script individually to verify its Xray integration details. This lack of centralized visibility made auditing large test suites time-consuming and error-prone. 

The Fix:  

We have enhanced the visibility of Xray integration configurations directly within the qAPI test suite view. While direct suite-level configuration isn’t native to Xray, you can now click the integration icon at the suite level to immediately view a clear breakdown of the linked scripts alongside their respective Xray integration details and script names. 

How will it help?  

This update centralizes your integration tracking, making test management much more transparent. 

  • Centralized Integration Audits: Instantly verify which scripts within a suite are correctly mapped to Xray without toggling back and forth between individual script configurations. 
  • Clear Execution Mapping: Easily understand how your suite-level execution status will flow back to Jira based on a clear visual summary of its underlying scripts. 
  • Streamlined Troubleshooting: Quickly identify unlinked or misconfigured scripts directly from the high-level suite overview, keeping your test management system perfectly synchronized. 

Ready to Leverage May’s Innovations? 

We are committed to providing a unified platform that not only adapts to your evolving needs but also streamlines your critical processes, empowering you to release high-quality software with greater speed and confidence. 

Eager to explore how these advancements can transform your testing efforts? The best way to appreciate the Qyrus difference is to experience these new capabilities directly. 

Ready to dive deeper or get started? 

Book a Personalized Demo

APRIL Release Notes-Featured Image

Welcome to the April update!  

This month, we have delivered major upgrades focused on AI-driven testing, seamless CI/CD automation, and enterprise-scale performance. 

We’ve introduced Semantic LLM Evaluations in qAPI and Test Generator v2 with Memory for Web Testing. The platform can now understand the nuance of dynamic API responses and your application’s history better than ever before. 

Our new dedicated CLI and Azure DevOps plugins, combined with secure API Key authentication, make it effortless to trigger complex test suites directly from your deployment pipelines. 

We also implemented deep architectural upgrades—including Chrome DevTools Protocol (CDP) for web recording, a Java 17 Orchestrator migration, and a modernized Visual Testing v2 backend—ensure your testing is faster, highly secure, and exceptionally stable. 

Our new control features let you take command of your quality engineering with embedded Python scripting for SAP, new loop logic in web orchestrations, and consolidated summary reporting. 

Let’s explore the powerful new capabilities available on the platform this April! 

Web Testing

Context-Aware AI: Introducing Test Generator v2 with Memory! 

Web-Test Generator v2 with Memory

The Challenge:  

While our AI-powered Test Generator excels at translating user stories, Jira tickets, and ADO items into test scenarios, the resulting test steps were previously somewhat generic. Because the AI lacked specific knowledge of your application’s unique DOM and history, it had to “guess” locators and actions. This often meant testers had to spend valuable time manually tweaking the AI-generated steps to make them fully reliable and executable against their specific UI. 

The Fix:  

We are thrilled to launch the next-generation Test Generator v2 (TG V2), now fully integrated with our enhanced AI Memory! By simply providing your application URL, TG V2 taps directly into your project’s testing history. 

  • Smart Step Selection: Instead of guessing, the AI now pulls from previously executed, proven tests in your memory to construct highly accurate workflows (up to 50 steps). 
  • Streaming & Asynchronous UI: Because deep reasoning and memory retrieval take a bit more time, we’ve overhauled the UX. Scenarios stream onto your screen first, followed by sequential step generation. You can navigate away to other tasks, and a toast notification will alert you when generation is complete. You also have the power to stop the generation mid-flight. 
  • Clear Traceability: Each generated step now includes a direct reference back to the original memory step it was based on, ensuring complete transparency. 

How will it help?  

This major upgrade transforms the AI from a generic assistant into a specialized expert on your specific application. 

  • Unmatched Reliability: Tests are built using proven locators and real historical actions, drastically reducing false failures and the need for manual corrections. 
  • Multitasking Freedom: The asynchronous, background-generation design means you are never locked to a loading screen. 
  • Transparent Logic: By showing exactly which past execution the AI referenced, you can easily verify its reasoning and trust the generated scenarios. 

Rock-Solid Recording: CDP Integration for the Web Recorder! 

The Challenge:  

Recording web tests relying solely on standard DOM event listeners can sometimes be brittle. Modern, complex web applications—especially Single Page Applications (SPAs)—have intricate lifecycles, background network requests, and highly dynamic elements. Older recording methods often struggled to capture this underlying activity accurately, leading to flaky locators, missed events during page transitions, and ultimately, recorded tests that failed or stalled during replay. 

The Fix:  

We have fundamentally upgraded the engine behind our Web Recorder extension by integrating the Chrome DevTools Protocol (CDP). Instead of just monitoring the surface of the page, the recorder now communicates directly with the browser’s core architecture to capture events, inspect the DOM, and execute commands. 

How will it help?  

This deep browser integration makes your recorded tests significantly more stable and reliable from the moment you click stop. 

  • Unbreakable Locators: CDP-driven DOM inspection provides a deeper, more accurate understanding of the page structure, resulting in highly robust element identification that resists breaking when the UI changes. 
  • Flawless Event Capture: The recorder is now fully aware of the page’s lifecycle. It accurately captures network activity, reloads, and complex SPA transitions, ensuring your tests interact with the page exactly as a real user would. 
  • Reliable Replay: By utilizing CDP commands for execution, the playback of your recorded steps is incredibly consistent, eliminating the flakiness often associated with frontend-only automation. 
  • Smarter Test Generation: The integration captures richer metadata during your recording sessions, providing our engine with better context to generate and maintain your test scripts. 

Sharper Vision: Upgraded Visual Testing v2 Architecture! 

Web-Upgraded Visual Testing v2 Architecture

The Challenge:  

Visual validation is one of the most resource-intensive aspects of automated testing, requiring pixel-by-pixel comparisons and heavy image processing. As teams scale their visual test coverage across hundreds of pages and devices, legacy endpoints can sometimes become bottlenecks. Furthermore, maintaining enterprise-grade security means the underlying infrastructure must constantly evolve to stay ahead of potential vulnerabilities. 

The Fix:  

We have completely overhauled the engine powering our visual validations, officially upgrading to the Visual Testing v2 endpoint. This under-the-hood enhancement replaces our previous routing with a modernized, highly optimized, and secure backend framework that has been rigorously verified across our environments. 

How will it help?  

While you won’t see a massive change in the UI, you will experience the benefits of a much stronger foundation. 

  • Enhanced Security: The upgraded core architecture ensures that your application screenshots and visual test data are processed utilizing the latest, most stringent security standards. 
  • Rock-Solid Reliability: The v2 endpoint provides a highly stable infrastructure, significantly reducing the risk of processing bottlenecks or timeouts during massive visual regression suites. 
  • Future-Ready Performance: This modernized backend acts as a powerful launchpad, clearing the runway for faster image processing and more advanced visual AI capabilities in upcoming releases. 

Of course, here is the breakdown for this Web Testing automation update. 

Seamless Automation: API Key Authentication for CI/CD! 

The Challenge:  

Integrating automated testing into modern CI/CD pipelines (like Jenkins, GitHub Actions, or Azure Pipelines) requires robust, machine-to-machine communication. Previously, relying on UI-centric authentication models (like standard token exchanges designed for human users) for headless automation workflows often introduced unnecessary complexity. This could lead to brittle connections or token expiration headaches that might unexpectedly break your build pipelines. 

The Fix:  

We have introduced a dedicated, secure API Key architecture specifically designed for plugin executions and CI/CLI workflows. We have fundamentally decoupled machine authentication from user authentication. Moving forward, UI logins remain securely managed by Keycloak, while your automated CI systems will authenticate directly and securely with our backend microservices using robust, dedicated API keys. 

How will it help?  

This architectural upgrade ensures your automation pipelines remain resilient, secure, and incredibly easy to manage. 

  • Rock-Solid Pipelines: Purpose-built API keys eliminate the flakiness of user-session tokens, ensuring your automated tests run continuously and reliably every time your pipeline triggers. 
  • Enhanced Security: Take full control of your automation security with a dedicated lifecycle for API keys—including secure creation, strict validation, easy revocation, and built-in rate limiting. 
  • Streamlined Integrations: Effortlessly connect the platform to Jenkins, GitHub Actions, Azure Pipelines, Bitrise, and other CLI tools with a clean, straightforward authentication method. 

Code Meets Canvas: Execute Python Scripts in Desktop & SAP Tests! 

Desktop-Execute Python Scripts in Desktop

The Challenge:  

Automating legacy desktop applications and complex ERP systems like SAP often requires more than just UI interactions. Sometimes, you need to perform heavy lifting behind the scenes before a test even begins—like querying a local database, decrypting a secure file, generating complex test data, or interacting with a backend API. Previously, bridging the gap between your automated UI steps and these required backend tasks was difficult and often required managing external scripts separately from your main test flow. 

The Fix:  

We have introduced a powerful new “Execute Python Script” action directly within the Desktop Testing workflow builder. This allows you to seamlessly embed custom Python code directly into your test sequence. Notably, this powerful action can now also be utilized as the very first step in your SAP Testing scenarios. 

How will it help?  

This update unlocks limitless flexibility by bringing the full power of the Python ecosystem right into your automation canvas. 

  • Limitless Customization: Leverage Python’s massive library ecosystem to manipulate local files, parse complex data, or communicate with local servers directly within your test flow. 
  • Seamless SAP Kick-Offs: Programmatically prepare your SAP environment—such as triggering a specific BAPI, logging in via secure protocols, or staging data—before the UI automation takes over. 
  • Robust Pre- and Post-Processing: Easily handle complex setup (pre-requisites) and teardown (clean-up) tasks that are too slow or brittle to perform purely through the graphical user interface. 

Automate the Automation: CLI Plugin for Desktop Testing! 

The Challenge:  

Integrating heavy desktop application tests into modern, fast-paced CI/CD pipelines has historically been a headache. Desktop automation often felt siloed, requiring manual triggers via the platform UI or complex, custom-written API scripts to orchestrate. If your team wanted to automatically kick off a desktop regression suite immediately after a new build was deployed, the lack of a native command-line tool created unnecessary friction and delayed feedback loops. 

The Fix:  

We have officially introduced a dedicated CLI Plugin for the Desktop Testing Service. This powerful tool allows you to trigger, manage, and monitor your desktop automated tests directly from your terminal or command line, bypassing the UI entirely. 

How will it help?  

This update bridges the gap between your local desktop environments and your enterprise automation pipelines. 

  • Native CI/CD Integration: Seamlessly bake your desktop tests directly into your Jenkins, GitHub Actions, GitLab, or Azure DevOps pipelines using simple command-line executions. 
  • Unified Workflows: Bring your desktop applications up to speed with your web and API testing, ensuring every part of your ecosystem is automatically tested on every deployment. 
  • Developer-Friendly Execution: Empower developers and SDETs to kick off complex desktop automation suites locally or remotely using the command-line tools they are already comfortable with. 

Streamlined Connections: Unified Integrations Ecosystem!

The Challenge:  

Managing the flow of test data between your API testing environment and your external project tools could often feel disjointed. Previously, configuring integrations for test management systems (like Xray and TestRail) and communication channels (like Slack and Teams) involved navigating entirely different setup flows and interfaces. This fragmented experience made administrative tasks tedious and could lead to inconsistent reporting or missed notifications when critical API pipelines failed. 

The Fix:  

We have completely redesigned and unified the integration architecture for API Testing. The configuration flows for Xray, TestRail, Microsoft Teams, and Slack have been consolidated into a single, cohesive, and highly intuitive user experience. Furthermore, we have built upon our recent Jira updates to enhance the overall Jira integration flow, ensuring a seamless bridge between your API results and your issue tracking. 

 

How will it help?  

This update creates a harmonious workflow between your API test executions and your broader enterprise toolchain. 

  • Effortless Configuration: A standardized user interface means setting up, managing, and troubleshooting your third-party connections is now fast, predictable, and simple across the board. 
  • Synchronized Reporting: Keep your systems of record (Xray, TestRail) perfectly aligned with your API execution results without jumping through administrative hoops. 
  • Instant Alerting: Ensure your development and QA teams are immediately notified in their preferred workspaces (Slack or Teams) the moment API validations fail, accelerating the feedback loop. 

A Modernized View: Refreshed API Enterprise Dashboard!

The Challenge:  

As a platform evolves, maintaining a consistent user experience across all modules is critical for user efficiency. Previously, the API Enterprise dashboard may have felt slightly disconnected from the newer, modernized areas of the platform. For enterprise teams relying on this dashboard to parse massive amounts of complex execution data and metrics, a dated or inconsistent interface could create visual friction and slow down decision-making. 

The Fix:  

We have completely refreshed the API Enterprise dashboard to fully align with our latest platform-wide UI/UX design guidelines. This comprehensive update introduces modernized data visualizations, cleaner typography, streamlined layouts, and a standardized design language. 

How will it help?  

This aesthetic and functional upgrade makes managing enterprise API quality a smoother experience. 

  • Unified Experience: Enjoy a seamless, consistent look and feel as you navigate between API Testing and all other testing services on the platform, reducing cognitive load. 
  • Enhanced Clarity: The modernized visual hierarchy and cleaner layouts make it significantly easier to digest high-level enterprise metrics, success rates, and coverage data at a single glance. 
  • Intuitive Navigation: A standardized, modern interface means less time hunting for specific charts or settings, allowing your team to focus faster on the insights that matter most. 

Future-Proof Foundation: Upgraded Integration & Reporting Frameworks!

The Challenge:  

As enterprise testing operations scale, older (“legacy”) backend frameworks handling third-party connections and massive data aggregation can start to show their age. They might become slower to process requests, harder to maintain, or struggle to handle the sheer volume of execution data generated by large teams, leading to delayed enterprise reports or brittle connections to your external tools. 

The Fix:  

We have executed a massive under-the-hood structural upgrade by completely migrating our legacy integration connections and Enterprise reports onto new, highly robust backend frameworks. This modernization effort replaces older architectural bottlenecks with streamlined, enterprise-grade technology. 

How will it help?  

While this is a behind-the-scenes upgrade, the impact on your daily operations is substantial. 

  • Unshakeable Reliability: Your connections to external project management and communication tools are now significantly more stable, resilient, and less prone to dropping or timing out. 
  • Lightning-Fast Insights: Generate heavy, data-dense enterprise reports much faster, without putting unnecessary strain on the backend system. 
  • Built for the Future: This modern architecture serves as a powerful new foundation, clearing the runway for us to deliver even more advanced analytics and deeper integration capabilities in upcoming releases. 

Handle Heavyweight Apps: Reliable Multipart Uploads!

The Challenge:  

As mobile applications grow in complexity—packing in high-resolution assets, advanced SDKs, and intricate features—their build sizes (APKs, AABs, and IPAs) have skyrocketed. Previously, uploading these massive files in a single, continuous stream was risky. A minor network blip or a server timeout could cause a 2GB upload to fail at 99%, forcing you to start the agonizingly slow upload process all over again just to begin your mobile testing. 

The Fix:  

We have introduced multipart upload support for the Device Farm. This intelligent mechanism automatically breaks your large application files into smaller, manageable chunks. These chunks are uploaded efficiently and reliably to our servers, where they are seamlessly reassembled into the complete build. 

How will it help?  

This underlying infrastructure upgrade removes the friction of managing enterprise-scale mobile apps. 

  • Rock-Solid Reliability: If a network interruption occurs, only the affected chunk needs to be retried, not the entire file, guaranteeing your upload completes successfully. 
  • Support for Massive Builds: Easily bring your largest, most complex applications to the Device Farm without worrying about arbitrary file size limits or connection timeouts. 
  • Faster Time-to-Test: By eliminating the cycle of failed uploads and restarts, your mobile binaries reach the devices faster, allowing your automated and manual testing to begin sooner. 

Uninterrupted Testing: Smarter Session Management!

The Challenge:  

During extended manual testing or deep debugging sessions on real devices, testers often spend several minutes analyzing crash logs, inspecting complex DOM structures, or waiting for specific background events to trigger without actively clicking the screen. Previously, Device Farm’s idle detection could misinterpret these periods of focused analysis as inactivity. This resulted in premature session timeouts, severing the connection, wiping the device state, and forcing users to frustratingly restart their entire setup from scratch. 

The Fix:  

We have completely overhauled our idle session handling logic. The platform now accurately monitors a much broader and smarter array of user interactions—beyond just basic screen taps—to ensure your session stays alive exactly when you need it to, while still securely releasing devices that are genuinely abandoned. 

How will it help?  

This quality-of-life update removes the anxiety of sudden disconnects from your manual testing workflow. 

  • Focus Without Fear: Take the time you need to analyze logs or review network payloads without the system abruptly terminating your device connection. 
  • Preserve Test States: Avoid the massive time sink of having to constantly re-upload apps, re-authenticate, and navigate back to a specific screen state just because of a premature timeout. 
  • Smoother User Experience: Enjoy a more fluid, reliable, and frustration-free debugging environment that respects how testers actually work. 

Streamlined Workspace: Intuitive Navigation & Smart Visibility!

The Challenge:  

Previously, navigating the Device Farm during complex project setups could feel a bit cluttered. Users were often presented with a wide array of tabs, settings, and device lists all at once, some of which might not be relevant to their specific role or current task. This visual friction made configuring new projects, finding specific environments, and managing device allocations slower and less intuitive than it needed to be. 

The Fix:  

We have significantly enhanced the tab navigation and introduced intelligent visibility configurations across the Device Farm interface. The layout is now logically streamlined, providing a much smoother user experience that allows you to easily surface the exact tools, device lists, and project settings you need while keeping unnecessary elements out of the way. 

How will it help?  

This quality-of-life update makes managing your mobile testing infrastructure faster and easier on the eyes. 

  • Faster Project Setup: Spend significantly less time hunting through complex menus and more time quickly configuring your mobile test environments. 
  • Focused Workflows: Improved visibility settings mean your workspace remains clean and relevant to your immediate tasks, reducing cognitive load and administrative mistakes. 
  • Effortless Administration: A more intuitive navigation structure makes it incredibly simple to track, allocate, and manage your device inventory across multiple projects without feeling overwhelmed. 

The Big Picture: Consolidated Summary Reports!

The Challenge:  

When managing massive testing cycles across Mobility and Component services, reviewing the results of dozens of workflow and folder executions was incredibly tedious. Previously, selecting multiple reports for download resulted in a messy, heavy ZIP file containing multiple nested folders and individual report files. Testers and QA managers were forced to open each file separately, making it nearly impossible to quickly gauge aggregated KPIs, overall passing rates, or holistic quality trends across a large batch of executions. 

The Fix:  

We have introduced a powerful new “Download Summary Report” capability within the Reports section. You can now select up to 100 individual workflow and/or folder executions and seamlessly compile them into a single, unified HTML summary report. Furthermore, we’ve added a sleek, queue-style loader UI that tracks the background generation process, allowing you to queue up multiple parallel report requests without freezing your workspace. 

 

How will it help?  

This major reporting enhancement transforms scattered data into immediate, actionable intelligence. 

  • Unified KPIs: Instantly view aggregated quality metrics, filters used, and overall execution statuses compiled neatly into one single, easily shareable HTML document. 
  • Eliminate File Clutter: Say goodbye to extracting messy ZIP files and digging through dozens of individual folders just to find the data you need. 
  • Uninterrupted Workflow: The new queue-style UI allows you to trigger massive report aggregations and monitor their progress while you seamlessly continue working on other tasks within the platform. 

Under the Hood: A Faster, More Secure Orchestrator!

The Challenge:  

Managing test orchestration across massive, enterprise-scale platforms requires an incredibly robust backend infrastructure. As testing volumes grow and technology evolves, remaining on older software frameworks can introduce subtle performance bottlenecks, complicate scaling efforts during peak execution times, and delay access to the latest security protocols. 

The Fix:  

We have completed a comprehensive architectural overhaul of the core Orchestrator framework. This major modernization effort includes a full upgrade to Java 17 and Spring Boot 3.5.10, alongside a complete transition to AWS SDK v2. 

How will it help?  

While this is a strictly backend enhancement, it significantly boosts the reliability and speed of your entire testing operation. 

  • Blazing Performance: The migration to Java 17 and the latest Spring Boot architecture optimizes memory usage and processing speeds, resulting in faster test initializations and smoother orchestration logic. 
  • Enterprise-Grade Security: Running on modernized, actively supported frameworks ensures your orchestration layer is fortified with the most up-to-date security patches and compliance standards. 
  • Highly Scalable Architecture: The transition to AWS SDK v2 provides a highly efficient, non-blocking foundation, perfectly positioning the platform to effortlessly handle massive bursts of concurrent testing load as your organization continues to scale. 

Infinite Iterations: Loop Support & Optimized Canvas for Web Workflows!

TO-Loop Support-Optimized Canvas for Web Workflows

The Challenge:  

Testing complex web applications often requires executing the same sequence of actions multiple times using different sets of data—such as populating multiple rows in a data grid or verifying various user roles. Previously, orchestrating these repetitive iterations within your web workflows was cumbersome, often requiring you to duplicate nodes manually or rely on clunky workarounds. Furthermore, as these workflows grew in size and complexity, the orchestration canvas could occasionally experience performance drag, slowing down your test design process. 

The Fix:  

We have officially implemented comprehensive loop support for web workflows, alongside significant optimizations to the Canvas loading performance. You can now define, execute, and easily manage looped steps directly within your Web nodes. This powerful enhancement includes full support for creating multiple loops, complex nested loops, and seamlessly attaching loop data tables to manage inputs and outputs for every single iteration. 

How will it help?  

This update brings true programming logic and speed directly into your visual workflow builder. 

  • Effortless Data-Driven Testing: Seamlessly create and select loop data tables to feed unique inputs into each iteration, automating repetitive test sequences without cluttering your canvas with duplicated steps. 
  • Handle Complex Logic: Confidently build sophisticated, nested loop structures to accurately mirror the intricate, multi-layered behaviors of your modern web applications. 
  • Clear Visual Tracking: The Test Orchestration (TO) View has been upgraded to accurately reflect your loop structures and execution paths, making it incredibly easy to understand and debug your iterations at a glance. 
  • Snappy Performance: Enjoy a fluid, highly responsive workflow builder that loads instantly and keeps pace with your thought process, even when mapping out massive, highly complex test journeys. 

Pipeline Power: CLI & Azure Plugins for Test Orchestration!

The Challenge:  

As teams mature their continuous integration and continuous deployment (CI/CD) practices, manual testing bottlenecks become a major roadblock. Previously, triggering complex Test Orchestration (TO) workflows often required logging into the platform to initiate runs manually or building out custom, cumbersome API scripts. This created friction for engineering teams trying to achieve true, end-to-end deployment automation where tests run seamlessly alongside code builds. 

The Fix:  

We have officially introduced dedicated CLI and Azure DevOps plugins specifically designed for the Test Orchestrator. These enhancements empower you to trigger, manage, and monitor your comprehensive Qyrus TO workflows directly via command-line interfaces (using our enhanced Node CLI) or natively within your Azure pipelines. 

How will it help?  

This update bridges the gap between your complex test orchestrations and your enterprise deployment pipelines. 

  • Seamless CI/CD Integration: Bake your orchestrated testing directly into your automated pipelines, ensuring your massive, multi-service test suites run automatically with every single code commit or build. 
  • Native Azure Support: For teams heavily utilizing the Microsoft ecosystem, the new Azure plugin provides a frictionless, out-of-the-box connection to execute orchestrated tests directly from Azure DevOps without custom scripting. 
  • Developer-Friendly Execution: Empower developers and automation engineers to kick off complex testing scenarios locally or remotely using the familiar command-line tools they already use every day. 

Secure Pipelines: Token-Based Authentication for qAPI! 

The Challenge:  

Integrating API testing platforms into automated CI/CD pipelines or external developer tools often presents a security and stability challenge. Relying on standard user login sessions for headless automation is brittle, as sessions frequently expire, causing builds to fail unexpectedly. Furthermore, sharing actual user credentials across external third-party tools creates significant security vulnerabilities. 

The Fix:  

We have officially introduced robust User Token and API Key-based authentication across the qAPI platform endpoints. This enterprise-grade security enhancement has been fully verified across all environments and is now successfully deployed to production, ready for immediate use. 

How will it help?  

This update provides a secure, reliable foundation for all your external integrations. 

  • Rock-Solid CI/CD: Utilize dedicated API keys for machine-to-machine communication, ensuring your automated API testing pipelines run flawlessly without breaking due to unexpected UI session timeouts. 
  • Enhanced Security: Safely integrate qAPI with your preferred external tools and scripts without ever exposing actual user passwords or compromising account integrity. 
  • Effortless Automation: Streamline the setup of headless testing workflows with simple, secure token generation, allowing your team to focus on building rather than troubleshooting connections. 

AI Meets API: Introducing Semantic LLM Evaluations!

The Challenge:  

Traditional API testing relies heavily on deterministic assertions—like exact string matching, regex, or static JSON paths. However, as more applications integrate GenAI and natural language processing, APIs are increasingly returning highly dynamic text. When the exact phrasing of a response changes but the underlying meaning remains correct, traditional strict assertions fail. This leads to brittle tests and a high volume of false negatives, forcing QA teams to waste time manually verifying outputs. 

The Fix:  

We have introduced a powerful new “Semantic Evaluation” (LLM-as-a-judge) test type directly within your API Test Cases. This feature allows you to validate API responses based on their actual meaning and context, rather than rigid syntax. You simply provide the context, the expected output, and any optional guardrails. The system then automatically extracts the live execution output (via JSON/XML paths or a manual override) and uses an LLM to evaluate the response against your expectations. 

How will it help?  

This update bridges the gap between traditional testing and modern, dynamic applications. 

  • Test the Untestable: Easily and reliably validate dynamic text, chatbot responses, or AI-generated content without relying on fragile, hard-coded keyword matching. 
  • Deep, Intelligent Feedback: Move beyond basic binary results. Your test executions and preview panels now feature a dedicated Semantic Evaluator tab that provides a nuanced semantic relevance score and a detailed judge summary highlighting the positive and negative aspects of the response. 
  • Customized Thresholds: Maintain strict quality standards by setting configurable thresholds that determine whether the AI judge marks the evaluation as a definitive Pass, Fail, or flags it for manual Review. 
  • Seamless Workflow Integration: Build sophisticated, AI-driven assertions with minimal configuration and save them directly to your existing API test suites. 

Clearer AI Insights: LLM Model Tracking in Reports!

The Challenge:  

With the introduction of Semantic Evaluations, you now have the power to let AI judge your dynamic API responses. However, if you are experimenting with different LLM providers or versions across your test suites, reviewing an execution report without knowing exactly which model evaluated each specific test creates a blind spot. It makes it difficult to audit the AI’s decisions, compare model accuracy, or troubleshoot inconsistent evaluations across large test runs. 

The Fix:  

We have enhanced the qAPI reporting engine to explicitly capture and display the selected LLM model directly within your execution reports. Additionally, we have refined the result output terminology to ensure the AI’s feedback and evaluation status are as clear and intuitive as possible. 

How will it help?  

This update brings essential transparency and clarity to your AI-driven testing. 

  • Complete Traceability: Always know exactly which AI model evaluated your API response, ensuring full transparency and confidence in your test results. 
  • Better Debugging: Easily track down whether a flaky semantic test is due to the prompt, the API’s actual response, or the specific LLM version being utilized as the judge. 
  • Actionable Clarity: The refined terminology means the AI’s evaluation summary, scoring, and pass/fail status are easier to digest at a glance, removing ambiguity from your reporting. 

Engine Upgrade: Smarter Scheduling, Previews, and Wallet Management!

qAPI-Smarter Scheduling-Previews-and Wallet Management

The Challenge:  

As API testing operations scale into the millions of calls, the backend systems that manage execution credits, schedules, and live previews can come under immense pressure. Previously, users might have experienced slight delays when generating live API execution previews for massive payloads, minor latency when automated schedules were triggered during peak hours, or administrative friction when managing their qToken wallets across large teams. 

The Fix:  

We have completely overhauled the core backend logic for three critical qAPI components: qToken wallet management, the execution scheduler, and API execution previews. This massive architectural upgrade replaces older processing methods with highly optimized, modern infrastructure designed specifically for enterprise-grade performance and reliability. 

How will it help?  

This behind-the-scenes upgrade significantly accelerates your day-to-day testing rhythm. 

  • Instant Previews: Experience lightning-fast API execution previews. You can now validate complex payloads, headers, and AI evaluations immediately without waiting on frustrating UI loading screens. 
  • Precision Scheduling: The upgraded scheduler guarantees that your automated API suites trigger exactly on time, every time, completely eliminating backend queuing delays even during the highest volume periods. 
  • Reliable Resource Management: qToken balances and wallet allocations now sync flawlessly and securely in real-time across your entire organization, making administrative oversight completely frictionless. 

Ready to Leverage April’s Innovations? 

We are committed to providing a unified platform that not only adapts to your evolving needs but also streamlines your critical processes, empowering you to release high-quality software with greater speed and confidence. 

Eager to explore how these advancements can transform your testing efforts? The best way to appreciate the Qyrus difference is to experience these new capabilities directly. 

Ready to dive deeper or get started? 

March Release Notes

Welcome to our March update!  

As we move forward into the last month of the fiscal year, our focus at Qyrus is on creating a more connected, insightful, and responsive testing ecosystem. This month, we are breaking down silos between your tests, enhancing your visibility across projects, and giving you absolute control over your test executions. 

In Test Orchestration, we are thrilled to introduce the ability to seamlessly extract and pass data across different platforms—like moving a dynamic variable from a mobile app straight into a web script—unlocking true, uninterrupted end-to-end workflows. We’ve also revamped our Reports page, resolving stability issues and bringing you multi-project filtering for a unified view of your quality metrics. 

For our API Testing users, we’ve fortified the foundation with highly reliable JSON Path extraction for pre-request variables, turbocharged the workflow canvas performance, and added an essential “stop” mechanism to halt live performance tests on demand. Furthermore, we’ve closed the collaboration loop by enabling automated execution report attachments directly within our Jira integration. 

Alongside these major enhancements, we have also deployed a variety of bug fixes and minor improvements across Mobile Testing, Desktop Testing, Device Farm, QloudBridge, our AI algorithms, and other core services to keep your entire testing operation running smoothly. 

Let’s explore the powerful new capabilities available on the Qyrus platform this March! 

Test Orchestration

Bridge the Gap: Seamlessly Pass Extracted Data Across Workflows! 

Extract Word

The Challenge:  

Previously, if you extracted a specific piece of text during a test—like grabbing an order ID or a dynamic OTP from a mobile app screen—that valuable data was trapped within that individual script. If the next step in your Test Orchestration workflow was a web script that needed to input that exact ID for validation, the data couldn’t make the jump. This limitation broke the chain in cross-platform end-to-end testing, forcing users to rely on static data or complicated external workarounds. 

 The Fix:  

We have introduced the ability to extract words from one script and pass them dynamically as inputs to the next node in Test Orchestration. Now, when you use the “Extract word” feature and assign it to a variable (for instance, in a mobile script), you can configure that variable as an Output. You can then seamlessly map it directly to the Input of a dependent node (like a web script) downstream. 

How will it help?  

This update unlocks true, uninterrupted end-to-end testing across different platforms and script types. 

  • True Cross-Platform Flows: Easily create workflows that span platforms, such as generating a code on a mobile device and automatically verifying it on a web portal. 
  • Dynamic Validation: Your tests can now react to and utilize real-time, dynamically generated data on the fly, making your validations much more robust and realistic. 
  • Simplified Orchestration: Eliminate the need for messy API workarounds or external databases just to pass a simple string of text between your testing steps. 

Unified Insights & Stability: Multi-Project Filtering and Smoother Reporting! 

project filter

The Challenge:  

Previously, the Reports page presented two distinct usability hurdles. First, analyzing test results across different projects was a disjointed experience because you could only select one project at a time in the filters, forcing managers to stitch data together manually. Second, managing bulk executions caused platform instability; if you triggered multiple workflows and then attempted to abort them from the Reports page, the UI would continuously fluctuate and refresh erratically, making it incredibly difficult to interact with the system. 

The Fix:  

We have implemented a comprehensive UI/UX overhaul for the Reports page. We added full support for Multi-Project Selection in the filters section, allowing you to view and aggregate data across various projects simultaneously. Furthermore, we completely resolved the UI fluctuation bug, ensuring the page remains rock-solid and responsive even when processing abort commands for massive, multi-workflow executions. 

 How will it help?  

This update transforms how you track, analyze, and manage quality across your organization. 

  • Holistic Visibility: Instantly view aggregated test execution metrics, passing rates, and statuses across your entire portfolio in a single, unified dashboard. 
  • Seamless Interaction: Enjoy a stable, glitch-free reporting interface, allowing you to confidently manage and abort bulk runs without frustrating UI disruptions. 
  • Eliminate Manual Work: Stop wasting time toggling between individual project dashboards or fighting with a jumpy screen to get the insights you need. 

Halt the Load: On-Demand Stop for Performance Tests! 

stop execution
The Challenge:  

Previously, once an API performance test was initiated, it had to run its predetermined course. If you realized moments after clicking “Run” that you were targeting the wrong environment, or if the system under test began failing immediately, you were locked in. The test would continue generating massive, unnecessary load, wasting your execution resources and potentially causing severe disruptions or accidental outages on your backend services. 

The Fix:  

We have introduced a dedicated “STOP Execution” option specifically for active API performance tests, complete with precise state tracking. 

  • Targeted Visibility: The stop option is exclusively visible when the test is actively in the “Running” status. It is hidden during the “Run Initiated” or “Generating Reports” phases to prevent interrupting essential setup or teardown processes. 
  • Clear State Transitions: The moment you click “STOP Execution,” the report status immediately transitions to ABORTING. Once the underlying framework successfully spins down the virtual users and fully halts the process, the final status officially updates to Aborted. 
How will it help?  

This update gives you an essential, transparent emergency brake for your high-volume testing. 

  • Protect Your Systems: Instantly cut off the load if a test starts negatively impacting shared environments, databases, or third-party services. 
  • Save Resources: Stop wasting valuable execution minutes and concurrency slots on tests that are already known to be failing or misconfigured. 
  • Confident Control: The clear UI state changes eliminate guesswork, providing immediate visual confirmation that your stop command was received and successfully executed. 

Closing the Loop: Automated Report Attachments for Jira! 

The Challenge:  

Previously, when an API test failed and a bug was logged in Jira, the resulting ticket often lacked immediate, actionable context. Developers would see that a test failed, but to understand why, they had to leave Jira, log into Qyrus, navigate to the specific project, and dig up the execution report to view the payloads, headers, and error messages. This constant context-switching slowed down the debugging process and created friction between QA and Development teams. 

The Fix:  

We have significantly enhanced our Jira integration to support the automatic attachment of execution reports. Now, when a Jira issue is created directly from a failed API test in Qyrus, the comprehensive test report is automatically generated and attached directly to the Jira ticket. 

How will it help?  

This update centralizes your debugging information where your developers already work. 

  • Context-Rich Tickets: Developers instantly receive all the necessary technical details—requests, responses, and validation failures—attached right to the bug report. 
  • Faster Bug Resolution: By eliminating the need to switch platforms and hunt for test data, your team can start fixing issues immediately. 
  • Streamlined Collaboration: It creates a single, undeniable source of truth within Jira, making communication between testers and developers much more efficient. 

Flawless Data Prep: Reliable JSON Path Extraction for Pre-Requests!

JSON Path Extractor
The Challenge:

Setting up dynamic API tests often requires fetching and defining data before the main request even runs. Previously, when users tried to use the JSON Path extractor to pull specific values into Pre-Request variables, the system would sometimes fail to parse the payload correctly, resulting in an “undefined” value. This broken extraction caused subsequent API calls to fail unexpectedly—such as missing an authentication token or a critical ID—forcing users to spend time debugging test setups instead of the APIs themselves. 

 The Fix:  

We have fully resolved the bug and enhanced the capabilities of the JSON path extractor specifically for Pre-Request variables. The parsing engine has been upgraded to accurately evaluate your JSON paths and correctly capture the intended data, completely eliminating the “undefined” variable issue. 

 How will it help?  

This update ensures your API tests are built on a solid foundation from the very first step. 

  • Reliable Test Setup: Guarantee that your API requests always have the correct prerequisite data before they execute, eliminating false negatives. 
  • Dynamic Workflows: Confidently chain processes together, knowing that data extracted in the pre-request phase will be passed accurately to the main request. 
  • Reduced Troubleshooting: Stop wasting time investigating “undefined” variable errors and focus your energy on actual API validations. 

Ready to Leverage March’s Innovations? 

We are committed to providing a unified platform that not only adapts to your evolving needs but also streamlines your critical processes, empowering you to release high-quality software with greater speed and confidence. 

Eager to explore how these advancements can transform your testing efforts? The best way to appreciate the Qyrus difference is to experience these new capabilities directly. 

Ready to dive deeper or get started? 
Book a personalized demo 

Welcome to our November update! As we approach the end of the year, our mission to simplify and supercharge your testing lifecycle continues with renewed vigor. In November, we’ve focused on removing the friction between your tools and your goals, delivering enhancements that offer greater visibility, deeper ecosystem integration, and a more personalized AI experience.

In November, we are bridging critical gaps in your workflow. We’ve made reporting clearer with context-rich screenshots, streamlined test creation with instant cURL imports, and empowered enterprise teams by unlocking full Test Suite executions directly within Xray. Plus, our AI algorithms are now smarter than ever, capable of leveraging memory to adapt to your specific context. These updates are all about giving you the clarity and control you need to test with confidence.

Let’s dive into the powerful new features available on the Qyrus platform in November!

Web Testing

Context is King: Step Descriptions Now Label Your Screenshots!

The Challenge:

Previously, screenshots in execution reports were labeled with a generic “Screen Shot” tag. This forced users to constantly cross-reference the image with the test log to understand exactly what action was being captured in that specific frame, making the review process slower and less intuitive.

The Fix:

We have updated the reporting engine to replace the generic “Screen Shot” label. Now, the specific step description (e.g., “go to url”) is automatically displayed directly on the top left of every screenshot in the report.

How will it help?

This enhancement provides immediate context for every visual in your report. You can now browse through screenshots and instantly understand the specific test action being depicted without needing to look elsewhere. This significantly improves report readability, reduces cognitive load, and speeds up the debugging and review process.

No More Toggling: View Recorded Locators Instantly on the Step Page!

The Challenge:

Previously, after using the Qyrus Recorder to capture a test flow, the specific locator values (like XPaths or CSS selectors) were not immediately visible on the main test step page. To view or verify these locators, functional testers found it cumbersome to have to re-enter “record mode” via the Encapsulate Chrome extension, disrupting their workflow just to check technical details.

The Fix:

We have updated the Qyrus Recorder with improved locator detection and data handling. Now, after recording a session, all captured locator values are immediately populated and visible directly on the step page within the Qyrus platform.

How will it help?

This update significantly streamlines the script review and validation process. You no longer need to switch back and forth between the platform and the recorder extension just to see how an element is being identified. This gives functional testers and automation engineers instant visibility into their test logic, making it faster and easier to verify scripts and ensure the correct elements are being targeted.

Scale Your Xray Testing: Suite Execution Now Supported!

The Challenge:

Previously, our integration with Xray was limited to triggering single test scripts. This created a workflow bottleneck for teams who needed to execute larger batches of tests or full regression sets, as there was no capability to launch a complete Test Suite directly from the Xray interface.

The Fix:

We have upgraded our Xray integration to fully support Test Suite execution. Users can now trigger the execution of entire suites from within Xray with the same ease and simplicity as running a single script.

How will it help?

This update allows you to significantly scale your testing efforts directly from your test management tool. You are no longer restricted to triggering scripts one by one; instead, you can launch comprehensive test suites in a single action. This streamlines your execution workflow, ensuring that your Xray-driven testing is as efficient and powerful as your needs demand.

Copy, Paste, Done: Import APIs Instantly with cURL!

The Challenge:

Creating API tests manually can be a tedious process of copy-pasting individual components—headers, bodies, URLs, and methods—from your documentation or browser developer tools into the test platform. This manual reconstruction is not only slow but also increases the risk of transcription errors, leading to frustrated testers and broken initial tests.

The Fix:

We have introduced a new “Import via cURL” option in the API creation workflow. You can now simply paste a raw cURL command directly into Qyrus. The system will automatically parse the command and instantly create a fully configured API test with all the correct parameters, headers, and body content mapped for you.

How will it help?

This feature is a massive time-saver that bridges the gap between development and testing. Developers and testers often have cURL commands readily available (from API docs or network logs). By allowing direct import, we eliminate the manual data entry, ensuring your API tests are set up instantly and accurately, exactly as they were defined in your cURL command.

AI That Remembers: Enhanced Algorithms Now Access User Memory!

The Challenge:

Previously, while our AI algorithms were powerful, they often operated in isolation for each interaction. Without access to a persistent memory of past preferences, specific project contexts, or user-defined constraints, the AI could sometimes provide generic suggestions or require users to repeatedly provide the same background information, slowing down the workflow.

The Fix:

We have rolled out significant enhancements to all our AI algorithms. For users who have opted into the memory feature, these algorithms can now securely access and utilize stored context and preferences.

How will it help?

This upgrade makes your AI interactions significantly smarter and more personalized.

  • Reduced Repetition: The AI remembers your specific constraints and preferences, so you don’t have to repeat them.
  • Better Suggestions: Whether generating test data or building scenarios, the AI now understands your unique context, leading to more relevant and accurate results.
  • Seamless Workflow: Experience a more continuous and intelligent partnership with the platform, as the AI learns and adapts to your specific way of working over time.

Ready to Accelerate Your Testing with November Upgrades?

We are dedicated to evolving Qyrus into a platform that not only anticipates your needs but also provides practical, powerful solutions that help you release top-quality software with greater speed and confidence.

Curious to see how these October enhancements can benefit your team? There’s no better way to understand the impact of Qyrus than to see it for yourself.

Ready to dive deeper or get started?

Welcome to our October update! As we move into the final quarter of the year, our focus sharpens on refining the details that make a world of difference in your daily workflows. At Qyrus, we are continually committed to evolving our platform not just with big new features, but with smart enhancements that make your testing processes faster, simpler, and more powerful.

This month, we are excited to roll out a series of updates centered on intelligent workflow automation, enhanced user control, and advanced mobile testing capabilities. We’ve streamlined how you import, export, and manage test assets, unlocked a powerful new way to simulate offline conditions for iOS, and expanded our AI-driven analytics to cover your core API test suites. These improvements are all designed to give you more time back in your day and greater confidence in your results.

Let’s explore the latest enhancements now available on the Qyrus platform!






New Feature

Test Smarter, Not Harder: Impact Analyzer Now Supports Your qAPI Suites!

The Challenge:

Previously, our powerful Java and Python Impact Analyzers were limited in scope and could only analyze tests generated through DeepAPITesting. This meant that users could not leverage this smart, targeted testing capability for their primary, user-created functional test suites within the qAPI Workspace, missing out on the opportunity to optimize their regression cycles.

The Fix:

We have now fully integrated our Impact Analyzers (both Java and Python) with the tests you create and manage in the qAPI Workspace and Test Suites. The analyzer can now scan your codebase for changes and intelligently map those changes to the specific qAPI tests that cover the affected areas.

How will it help?

This integration unlocks a much smarter and more efficient way to run your regression tests. Instead of executing an entire qAPI test suite after every small code change, the Impact Analyzer will now tell you exactly which specific tests you need to run. This enables:

  • Targeted Test Execution: Dramatically reduce the scope of your regression runs.
  • Massive Time & Resource Savings: Get faster feedback by running only the necessary tests.
  • Smarter Regression Analysis: Confidently validate your changes without the overhead of a full regression cycle.

 

Ready to Accelerate Your Testing with October’s Upgrades?

We are dedicated to evolving Qyrus into a platform that not only anticipates your needs but also provides practical, powerful solutions that help you release top-quality software with greater speed and confidence.

Curious to see how these October enhancements can benefit your team? There’s no better way to understand the impact of Qyrus than to see it for yourself.

Ready to dive deeper or get started?


The world of software testing moves fast, and staying ahead requires tools that not only keep pace but actively drive innovation. At Qyrus, we’re relentlessly focused on evolving our platform to empower your teams, streamline your workflows, and make achieving quality more intuitive than ever before. May was a busy month behind the scenes, packed with exciting new features and significant enhancements designed to give you even more power and flexibility in your testing journey.
Get ready to explore the latest advancements we’ve rolled out across the Qyrus platform!

Complex Web Tests, Now Powered by AI Genius!

Manual coding for complex calculations in web tests? Consider it a thing of the past! We’re thrilled to introduce a game-changing AI feature that lets you generate custom Java and JS code using simple, natural language descriptions. Just tell Qyrus what you need the code to do, and our AI gets to work, even understanding the variables you’ve already set up in your test. This AI Text-to-Code conversion is seamlessly integrated with our Execute JS, Execute JavaScript, and Execute Java actions, designed to produce accurate, executable snippets right when you need them. You maintain control, of course – easily review, modify, or copy the generated code before using it.
A quick note: This powerful AI code generation is currently a Beta feature, and we’re actively refining it based on your feedback!

Enhanced Run Visibility for Web Tests

But that’s not all for Web Testing this month. For our valued enterprise clients, managing your test runs just got clearer. You now have enhanced visibility into your test execution queues, allowing you to see detailed information, including the exact position of your test run in the queue. Gain better insight, plan more effectively, and stay informed every step of the way.

Sharper Focus for Your Mobile Visuals

Visual testing on mobile is crucial, but sometimes you need to tell your comparison tools to look past dynamic elements or irrelevant areas. This month, we’ve enhanced our Mobile Testing Mobile Testing capabilities to give you more granular control. You can now easily ignore specific areas within your mobile application screens, excluding those regions entirely from visual comparisons.
Additionally, you can ignore the header or footer of the screen meaning that you can easily compare different execution results and not run into issues due to differences in the notification bar or in a footer.
This means cleaner, more relevant results and less noise when you’re ensuring your app looks exactly as it should across devices. Focus on what truly matters for your app’s user interface integrity.

Device Farm: Smoother Streaming, Better Guidance

We know your time on the Device Farm Device Farm streaming screen is valuable, and a smooth experience is key. This month, we’ve rolled out several user experience improvements to make your interactions even more intuitive. The tour guide text has been refined to be more informative, guiding you clearly through the features.
We’ve also added a Global Navbar directly inside the device streaming page, providing consistent navigation right where you need it. Plus, for those times you’re working with a higher zoom percentage, we’ve included a handy scroll bar to make navigating the page much easier. Small changes, big impact on your workflow!

Desktop Testing: Schedule Your Success

We’re excited to announce that test scheduling is now available in Qyrus Desktop Testing. This highly requested feature, already familiar from other modules, brings a new level of automation to your desktop workflows. It’s particularly powerful for those complex end-to-end test cases that span across different modules, perhaps starting in a web portal, moving through a back office, and ending in servicing.
Now, you can schedule these crucial test flows, ensuring your regression suites run automatically, even aligning with deployment schedules. This means no more worrying about desktop availability at the exact moment of execution – Qyrus handles it for you. With this feature, efficiently managing tests for workflows impacting dozens of test cases becomes significantly simpler.

Smarter AI for Broader Test Coverage

Our commitment to leveraging AI to make testing more intelligent continues this month with key improvements to both TestGenerator and TestGenerator+. We’ve been refining these powerful features under the hood, and the result is simple but significant: you should now see more tests built by the AI compared to previous versions.
Remember, TestGenerator is designed to transform your JIRA tickets directly into actionable test scenarios, bridging the gap between development tasks and testing needs. TestGenerator+ takes it a step further, actively exploring untested areas of your application, intelligently identifying gaps, and helping you increase your overall test coverage. These enhancements mean our AI is working even harder to help you achieve comprehensive and efficient testing with less manual effort.

Ready to Experience the May Power-Ups?

This month’s Qyrus updates are all about putting more power, intelligence, and efficiency directly into your hands. From harnessing AI to generate complex web code to gaining sharper insights from mobile visual tests, scheduling your desktop workflows, and boosting the output of our AI test generators – every enhancement is designed with your success in mind. We’re dedicated to providing a platform that adapts to your needs, streamlines your processes, and helps you deliver quality software faster than ever before.
Excited to see these May power-ups in action? There’s no better way to understand the impact Qyrus can have on your testing journey than by experiencing it firsthand.
Ready to learn more or get started?
And don’t forget to explore our documentation for more details on these new features!

We’re constantly building, innovating, and looking for ways to make your testing life easier. Stay tuned for more exciting updates from Qyrus!

Welcome to our September update! As we continue to evolve the Qyrus platform, our focus remains squarely on enhancing your productivity and empowering your team to achieve more, faster. We believe in removing friction from the testing lifecycle, and this month’s updates are a direct reflection of that commitment.

We are excited to introduce powerful new capabilities centered around dramatic workflow acceleration, intelligent AI-driven assistance, and seamless CI/CD integration. From features that eliminate repetitive tasks to an AI co-pilot that can fix your scripts on the fly, every enhancement is designed to save you valuable time and make your testing efforts more intuitive and powerful.





Ready to Accelerate Your Testing with August’s Upgrades?

We are dedicated to evolving Qyrus into a platform that not only anticipates your needs but also provides practical, powerful solutions that help you release top-quality software with greater speed and confidence.

Curious to see how these August enhancements can benefit your team? There’s no better way to understand the impact of Qyrus than to see it for yourself.

Ready to dive deeper or get started?


Welcome to our August update! At Qyrus, we are driven by the goal of making every aspect of your testing journey more efficient, powerful, and intuitive. This August, we’ve delivered a host of significant upgrades with a special focus on overhauling the entire API testing experience, creating more powerful and resilient test automation, and enhancing overall platform reliability. From simplifying how you create and preview APIs to making your automated tests smarter and more robust, these updates are designed to remove friction and accelerate your path to delivering quality.


Ready to Accelerate Your Testing with August’s Upgrades?

We are dedicated to evolving Qyrus into a platform that not only anticipates your needs but also provides practical, powerful solutions that help you release top-quality software with greater speed and confidence.

Curious to see how these August enhancements can benefit your team? There’s no better way to understand the impact of Qyrus than to see it for yourself.

Ready to dive deeper or get started?