V3 Spring '26 Release 1 (3.0.5)
Executive Summary
We’re thrilled to announce Provar Automation V3 (Version 3.0.5) release, which strengthens Provar’s foundation across security, governance, usability, and modern web support, while continuing to improve automation reliability and developer productivity. This release introduces tighter administrative controls, enhanced license enforcement, and stronger protection for sensitive credentials helping organizations adopt new capabilities with confidence and compliance.
This release also delivers meaningful functional enhancements, including secure GitHub project import via SSH, improved Page Object modeling with hierarchical page structures, and more robust locator support for React applications. Together, these improvements streamline project setup, improve test stability across modern UI frameworks, and ensure consistent execution across both UI and CLI workflows, reinforcing Provar’s readiness for enterprise-scale automation. You can download and install this release from the Provar Success Portal directly.
Key Highlights
- UI-based Admin Control for AI Feature Enablement: AI-powered features in V3 can now be enabled or disabled through an admin-only UI toggle under Settings, replacing .INI file configuration and disabled by default ensuring a controlled rollout, stronger security oversight, and full visibility through logging and instrumentation.
- Execution License Usage Enforcement: Execution licenses are now restricted to CLI usage only, blocking access to the Provar UI while maintaining backward compatibility and supporting smooth activation and execution via the command line.
- GitHub project import via SSH is now supported: Enabling secure, SSH-based authentication for cloning repositories on both macOS and Windows.
- Expanded support for encrypted password variables in Expression Editors: Securely reuse encrypted credentials across all expression editors without exposing sensitive data or limiting API request configurations.
- Enhanced ProvarX locators for React-based applications: Enabling reliable identification of React components using a new react: namespace with no impact on performance.
- Added hierarchical page structure support for Page Objects: Improving interaction with tab- and accordion-based layouts through a refreshed mapping UI, cleaner terminology, and full support for execution, waits, auto-retry, and ANT runs without impacting legacy behavior
Essential Upgrade Instructions
We highly recommend upgrading to the latest release to benefit from the new capabilities, latest enhancements, optimal performance, and uninterrupted support.
To ensure a clean setup and avoid compatibility issues, follow the instructions given below:
- Import your projects into a new workspace
Avoid reusing your previous workspace to ensure compatibility with new configurations. - Remove old configuration folders
Delete previous configuration directories from:{UserHome}\Provar\.configuration\{versioned config folders} - Delete your existing Chrome profile folder
{UserHome}\Provar\.chromeProfile
Spring ‘26 Compatibility
| Change Area | Impact Summary |
| Secondary Tabs Navigation – DOM Class Change | In Spring ’26, Salesforce updated the DOM class for secondary tab navigation. The element class changed from slds-tabs–default__nav to slds-tabs_default__nav. This caused failures where the “Secondary Tab” value was not populating. Provar handles this change, and existing scripts continue to work without additional effort. Custom implementations for tab switching that rely on hardcoded DOM classes may require review and updates. |
| Checkbox Rendering on New/View/Edit/Inline Edit Screens | Spring ’26 introduced a structural change in checkbox rendering across New, View, Edit, and Inline Edit screens. The traditional tag has been replaced with lightning-primitive-input-checkbox. This resulted in execution failures for checkbox interactions. Provar support aligns with the new Lightning primitive; custom scripts or locators relying on direct tags may require updates. |
| FieldServiceSettings Query Exception | In Spring ’26 jar is introducing a new element ‘enableServiceAppointmentLifecycle’, leading to an exception: “Exception while querying FieldServiceSettings: unable to find end tag”. This is a tooling-level issue and will be resolved once the underlying jars are upgraded to API version 66. For now exception has been absorved, and hence no script-level changes are required. |
| FSL Product Request – Related Object API Name Change | In Spring ’26, the Product Request reference API name is appearing as Parent__c, whereas earlier it appeared as ProductRequestId. This has impacted navigation from Detail pages to Related Lists in Field Service Lightning. This behavior may be addressed in future Salesforce patches, otherwise, affected steps may need to be recreated using the updated API name. |
| Advanced Search – Object Mapping Issue | In Spring ’26, the Advanced Search window mapping behavior changed due to the removal of the targetApiName property from the lightning-modal DOM, which was previously used to resolve the object API name. Provar handles this change in this release, and existing scripts continue to work without disruption. |
| Global Advanced Search – Default UI Behavior Change | In Spring ’26, the Global Search default view behavior has changed. The Search Filter panel is no longer visible by default and is now available only after clicking into the search bar. This may impact automation flows where the first interaction targets the Search Filter, and test steps may need adjustment to explicitly activate the search bar before applying filters. |
Spring ’26 – CPQ
Provar is now compatible with the latest CPQ package version 260.3 introduced in the Salesforce Spring ’26 release. This compatibility ensures that existing Provar test cases will continue to run without interruption. No updates are required for the existing Provar test cases.
Provar Automation Features and Enhancements
User-friendly AI Enablement in UI (Admin only)
This release adds an admin-managed setting that allows organizations to enable or disable AI features as needed, helping build confidence during early adoption and supporting security review requirements.A new toggle is available under Settings > Preferences, accessible only to users with System Admin privileges. When enabled, all AI-powered features become available to end users; when disabled, AI functionality is fully hidden and blocked across both the UI and backend. Changes to this setting are logged for auditability and instrumentation analytics. With this update, AI enablement is no longer controlled through the provar.ini file and old entries will be ignored.

Note: For AI Services Enablement, Windows and macOS users need to launch Provar as Admin users.
- macOS users should have permission to update the files under Applications following these steps to ensure the correct permissions.
- Windows users should run Provar as Administrator following the Windows steps
For more information, see Enable or Disable AI Features
Execution License Usage Enforcement in Provar UI
With this release, we are introducing clearer usage boundaries for Execution licenses, aligning them specifically with CLI-based execution rather than launching or using the Provar UI.
If an Execution license is used in the UI, it will show a clear error message, while CLI execution will continue to work as expected.
Execution licenses remain fully supported for CLI execution, and Developer (Floating) licenses continue to support both UI and CLI usage.
For more information, see License Usage Enforcement in Provar UI
Note: Please reach out to your Customer Success representative if you encounter any challenges.
Encrypted Password Variables in Expression Editors
Password variables can now be securely used across all Expression Editors, including Web Services, Custom APIs, Page Operations, and Custom Test Steps. This enables encrypted credentials such as Client ID and Client Secret or any other global password variable to be safely used into request bodies (including JSON) for both REST and SOAP calls.
The enhancement ensures that sensitive values remain fully encrypted meeting best security practices while continuing to work seamlessly with encrypted projects and environments.

For more information, see Encrypted Password Variables in Expression Editor
GitHub Project Import via SSH (V3)
Provar V3 now supports importing and cloning projects from GitHub using SSH keys, enabling secure and seamless SSH-based authentication during project setup. Project import now allows selecting HTTPS or SSH from a drop-down, with validation to ensure the URL matches the chosen protocol. This enhancement brings V3 in line with standard Git workflows and allows teams to use existing SSH keys for project import on both macOS and Windows.

Hierarchical Page Structure Support for Page Objects
This release introduces support for hierarchical page structures in Page Objects, making navigation easier and improving interaction with elements, especially on pages that use tabs and accordion-based layouts that require activation.
The Page Object mapping experience has been updated to visually reflect these page hierarchies and provide more context-aware behavior. With this enhancement, users can easily navigate standard components built using tabs and accordions. Previously, users needed to explicitly add steps to activate these components before interacting with elements.
With hierarchical support, those extra steps are no longer required, Provar now handles the navigation of these standard components automatically in a single step. This is particularly useful for applications such as Experience Cloud, which are commonly built using Salesforce LWC components.

Edit Web Components in Test Builder
To keep the Test Builder edit functionality aligned with Web Elements, this release adds support for editing Web Components as well.
Users can now edit a Web Component to update its locators, modify interactions, or refresh the Web Component directly from the page. This ensures greater flexibility and consistency when maintaining tests.

Enhanced ProvarX Locators for React-based websites
React is one of the most widely used technologies for building modern web applications and components. As part of strengthening our locator engine, Provar now provides enhanced support for React-based applications by extending ProvarX locators to reliably identify React components using their properties through a new react: namespace.
The Test Builder intelligently detects React components, suggests optimal locators, and allows customization using the existing locator editors.
These enhancements ensure consistent and reliable element identification during test execution through automatic, intelligent locator selection.

Browser Compatibility Updates
Browser and Driver Combinations Recommended for Provar Automation v3.0.5
For a comprehensive guide, please refer to Browser and Driver Recommendations.
Security Improvements
This release includes ongoing security and compliance improvements validated through Provar’s internal and third-party review processes. These updates reinforce Provar’s commitment to delivering a secure, enterprise-grade platform aligned with modern security standards and best practices.
This release includes ongoing security and compliance improvements validated through Provar’s internal and third-party review processes. These updates reinforce Provar’s commitment to delivering a secure, enterprise-grade platform aligned with modern security standards and best practices.
A JFrog Xray Scan Report has been reviewed to confirm component integrity and compliance.
Known Issues
- In NitroX, Test Builder may get stuck when editing a previously mapped checkbox Group field.
- When working with Hybrid mappings, users may experience repeated “Evaluating XPath…” popups while accessing Component Locator settings or toggling qualifiers, causing noticeable delays. Performance optimization is planned in an upcoming release.
- In Provar V3, the application may become unstable or crash when adding more than ~46 connection overrides to a single connection. Additionally, projects migrated from V2 with a large number of existing overrides may cause Provar V3 to crash when selecting the Test Connection under View/Edit Test Connection. A fix is under investigation.
Provar Quality Hub
Provar Quality Hub 3.23.0 introduces several enhancements across AI integration, GitHub connectivity, dashboard performance, and platform stability. This release adds support for custom OpenAI API hostnames, with Remote Site Settings automatically configured when enabled. GitHub Enterprise support is extended to allow connections using the standard api.github.com domain, along with an SSL toggle for added flexibility. The Executive Dashboard has been significantly enhanced with improved metric tier calculations, faster load times, smarter caching, clearer UI/UX updates, and proper scalability to support up to 50 million records asynchronously. Refresh capabilities have also been improved to reliably update pages and individual KPIs. Remote Site Settings management has been refined so API toggles now deactivate rather than delete settings, ensuring they are preserved when re-enabled, across services including Azure DevOps, Bitbucket, GitHub, GitLab, Slack, and OpenAI. Additionally, an issue with Provar Grid videos prompting login pop-ups has been resolved.
For more information, see Provar Quality Hub 3.23.0 Release Notes
Upcoming Webinars
Our upcoming Salesforce Spring ’26 Release: Impacts & Provar Enhancements webinar on January 13, 2026 focuses on Salesforce Spring ’26 Updates and Provar Readiness. Register now on this exclusive webinar to explore the impact on your test automation strategy.
Join our upcoming V3 Migration Webinar on January 21, 2026, to learn about migrating from Provar V2 to V3 and discover enhanced features for Salesforce testing. This webinar aims to help customers leverage Provar V3 capabilities and ensure a smooth transition from V2 to V3 in 2026.
Customer Support
We’re always here to support you. If you have questions or need assistance at any time, just log in to the Provar Success Portal and select ‘Raise a Case’, or reach out directly to your dedicated Customer Success Specialist. We’re happy to help!
Provar Community Forum
Learn from other customers, provide feedback, and get support with V3 changes and features in the forum in the V3 category. Join the Provar Community Forum!
- Home
- Get Started with V3
- AI with Provar Automation V3
- Automation V3: Understanding Provar’s Use of AI Service for Test Automation
- Automation V3: Enable or Disable AI Features in Provar
- Automation V3: Provar Assistant
- Automation V3: Image Validator
- Automation V3: Intent Validator
- Automation V3: Test Data Generation
- Automation V3: Test Step Generation
- Automation V3: Utterance Generator
- Automation V3: Using Standardized Test Agent APIs
- Using Provar Automation V3
- Automation V3: Content Synchronization
- Automation V3: Feature-by-Feature Guide
- Automation V3: Provar Automation
- Automation V3: Creating a New Test Project
- Automation V3: Import Test Project from a File
- Automation V3: Import Test Project from a Remote Repository
- Automation V3: Import Test Project from Local Repository
- Automation V3: Commit a Local Test Project to Source Control
- Automation V3: Salesforce API Testing
- Automation V3: Behavior-Driven Development
- Automation V3: Consolidating Multiple Test Execution Reports
- Automation V3: Creating Test Cases
- Custom Table Mapping in V3
- Functions in V3
- Automation V3: Using Functions
- Automation V3: Count
- Automation V3: DateAdd
- Automation V3: DateFormat
- Automation V3: DateParse
- Automation V3: GetEnvironmentVariable
- Automation V3: GetSelectedEnvironment
- Automation V3: IsSorted
- Automation V3: Not
- Automation V3: NumberFormat
- Automation V3: Round
- Automation V3: StringNormalize
- Automation V3: StringReplace
- Automation V3: StringTrim
- Automation V3: TestCaseErrors
- Automation V3: TestCaseName
- Automation V3: TestCaseOutCome
- Automation V3: TestCasePath
- Automation V3: TestCaseSuccessful
- Automation V3: TestRunErrors
- Automation V3: UniqueId
- Automation V3: Debugging Tests
- Automation V3: Creating Custom Test Steps
- Automation V3: Defining Proxy Settings
- Automation V3: Environment Management
- Automation V3: Exporting Test Projects
- Automation V3: Japanese Language Support
- Automation V3: Customize Browser Driver Location
- Automation V3: Managing Test Steps
- NitroX in V3
- Automation V3: Provar Test Builder
- ProvarDX in V3
- Automation V3: Refresh and Recompile
- Automation V3: Reintroduction of CLI license Check
- Automation V3: Reload Org Cache
- Automation V3: Reporting
- Automation V3: Running Tests
- Automation V3: Searching Provar with Find Usages
- Automation V3: Secrets Management and Encryption
- Automation V3: Setup and Teardown Test Cases
- Automation V3: Tags and Service Level Agreements (SLAs)
- Test Cycles in V3
- Automation V3: Test Plans
- Automation V3: Testing Browser – Chrome Headless
- Automation V3: Testing Browser Options
- Automation V3: Tooltip Testing
- Using Custom APIs in V3
- Callable Tests in V3
- Data-Driven Testing in V3
- Page Objects in V3
- Automation V3: Introduction to XPaths
- Automation V3: Creating an XPath
- Automation V3: JavaScript Locator Support
- Automation V3: Maintaining Page Objects
- Automation V3: Refactoring Page Objects
- Automation V3: Mapping Non-Salesforce Fields
- Automation V3: ProvarX™
- Automation V3: Refresh and Reselect Field Locators in Test Builder
- Automation V3: Create different page objects for different pages
- Applications Testing in V3
- Automation V3: Database Connections
- Automation V3: PDF Testing
- Automation V3: Email Testing in Automation
- Automation V3: Email Testing Examples
- Automation V3: Gmail Connection in Automation with App Password
- Automation V3: App Configuration for Microsoft Connection in MS Portal for OAuth 2.0
- Automation V3: OAuth 2.0 Microsoft Exchange Email Connection
- Automation V3: Support for Existing MS OAuth Email Connection
- Automation V3: OAuth 2.0 MS Graph Email Connection
- Automation V3: Create a Connection for Office 365 GCC High
- Automation V3: Mobile Emulation (Salesforce Mobile)
- Automation V3: Using Provar with Amazon Web Services (AWS) Device Farm
- Automation V3: Web Services
- Automation V3: Integrating with Jira
- Automation V3: Provar Feature Flags and Properties Configuration
- Automation V3: Using Java Method Annotations for Custom Objects
- Automation V3: Test Palette Introduction
- Automation V3: Apex Bulk
- Automation V3: Apex Execute
- Automation V3: Assert Test Step
- Automation V3: Assert Salesforce Layout
- Automation V3: Break Test Step
- Automation V3: Extract Salesforce Layout
- Automation V3: Fail Test Step
- Automation V3: Finally Test Step
- Automation V3: For Each Test Step
- Automation V3: Generate Test Case
- Automation V3: Group Steps Test Step
- Automation V3: If Test Step
- Automation V3: List Compare
- Automation V3: Page Object Cleaner
- Automation V3: Read Test Step
- Automation V3: Set Values Test Step
- Automation V3: Set Values
- Automation V3: Sleep Test Step
- Automation V3: String Test Steps
- Automation V3: Switch Test Step
- Automation V3: UI Action
- Automation V3: UI Assert
- Automation V3: UI Connect
- Automation V3: UI Fill
- Automation V3: UI Handle Alert
- Automation V3: UI Navigate
- Automation V3: UI On Screen
- Automation V3: UI With Row
- Automation V3: Wait For Test Step
- Automation V3: While Test Step
- Automation V3: Override Auto-Retry for Test Step
- Automation V3: Using Encrypted Password Variables in Expression Editors
- DevOps with V3
- Automation V3: Introduction to Provar DevOps
- Automation V3: Introduction to Test Scheduling
- Automation V3: Setting Java Development Kit (JDK) Environment Variables
- Automation V3: Configuration on Jenkins
- Automation V3: Version Control and DevOps
- Automation V3: Setting up Continuous Integration
- Automation V3: Execution Environment Security Configuration
- Automation V3: Bitbucket Pipelines
- Automation V3: Perfecto Mobile
- Automation V3: ANT Task Parameters
- Automation V3: Provar Jenkins Plugin
- Automation V3: Running Automation Tests on Jenkins
- Automation V3: Configuring the Automation Secrets Password in Microsoft Azure Pipelines
- Automation V3: Parallel Execution in Microsoft Azure Pipelines using Test Plans
- Automation V3: Parallel Execution in Microsoft Azure Pipelines using Targets
- Automation V3: Parallel Execution in Microsoft Azure Pipelines using Multiple build.xml Files
- Automation V3: Parallel Execution in GitHub Actions using Test Plan
- Automation V3: Running Provar on Linux
- Automation V3: CircleCI Orbs
- Automation V3: CircleCI Common Build Errors
- Automation V3: CircleCI via Docker
- Automation V3: Copado Integration Introduction
- Automation V3: Copado Configuration
- Automation V3: Copado Architecture Overview
- Automation V3: Docker Runner
- Automation V3: Running Provar Tests on Docker using Docker File
- Automation V3: Docker Continuous Integration
- Automation V3: Setting up Continuous Integration with Jenkins for Docker
- Automation V3: Generating the build.xml File for Docker
- Automation V3: Flosum Configuration
- Automation V3: Flosum Integration Introduction
- Automation V3: Flosum Architecture Overview
- Automation V3: Parallel Execution in GitHub Actions using Multiple build.xml Files
- Automation V3: Parallel Execution in GitHub Actions using Targets
- Automation V3: Remote Trigger in GitHub Actions
- Automation V3: Parallel Execution in GitHub Actions using Job Matrix
- Automation V3: Gearset DevOps CI/CD via Jenkins
- Automation V3: GitLab Continuous Integration
- Automation V3: GitHub Desktop – Creating a Git Repository for Automation Projects
- Automation V3: Integrating GitHub Actions CI to Run Automation CI Task
- Automation V3: Provar Test Results Package
- Automation V3: Running a Provar CI Task in Azure DevOps Pipelines
- Automation V3: Amazon Web Service (AWS) & Jenkins Configuration
- Automation V3: ANT: Generating ANT Build File
- Automation V3: ANT Licensing
- Automation V3: Reading Data from Excel
- Automation V3: Configuration on other CI tools
- Automation V3: Setting Apache Ant Environment Variables
- Automation V3: BrowserStack Desktop
- Automation V3: Integrating with LambdaTest
- Automation V3: Sauce Labs Desktop
- Automation V3: AutoRABIT Salesforce DevOps in Provar Test
- Automation V3: Selenium Grid
- Automation V3: Working with Git
- Automation V3: Configuration for Sending Emails via the Automation Command Line Interface
- Automation V3: Parameterization using Environment Variables in GitHub Actions
- Automation V3: Slack Integration with Automation
- Automation V3: Zephyr Cloud and Server
- Automation V3: Adding a Salesforce Communities Connection
- Automation V3: Integrating with Sauce Labs Real Device
- Automation V3: Travis CI
- Automation V3: Salesforce DX Integration
- Automation V3: Variable Set Syntax
- Automation V3: Visualforce Testing
- Automation V3: List and Table Testing
- Automation V3: Salesforce Lightning Web Component (LWC) Locator Support
- Automation V3: Salesforce Console Testing
- Recommended Practices with V3
- Automation V3: Provar Naming Standards
- Automation V3: Object Mapping Between Provar Automation and Provar Manager
- Salesforce API Access Control Security Update – Impact on Provar Connections
- Automation V3: Salesforce Connection Best Practices
- Automation V3: Automation Planning
- Automation V3: Supported Testing Phases
- Automation V3: Best practices for the .provarCaches folder
- Automation V3: Best practices for .pageObject files
- Automation V3: Avoid Metadata performance issues
- Automation V3: The Best Ways to Change Callable Test Case Locations
- Automation V3: Improve Your Metadata Performance
- Automation V3: Abort Unused Test Sessions/Runs
- Automation V3: Create Records via API
- Automation V3: Test Case Design
- Automation V3: Increase auto-retry waits for steps using a global variable
- Troubleshooting with V3
- Automation V3: How to Use Keytool Command for Importing Certificates
- Automation V3: Resolving High Memory Usage
- Automation V3: Refresh Org Cache Manually
- Automation V3: Show Hidden Provar Files on Mac
- Automation V3: Add Permissions to Edit Provar.ini File
- Automation V3: Test Builder Does Not Launch
- Automation V3: Provar License Issue Solution
- Automation V3: How to Configure a Single Sign-On Connection
- Automation V3: Out of Memory Error During CI Execution
- Automation V3: Add Gmail Firewall Exception
- Automation V3: Add a License Firewall Exception
- Automation V3: Resolving Jenkins License Missing Error
- Automation V3: Increase System Memory for Provar
- Automation V3: Resolving Metadata Timeout Errors
- Automation V3: Java Version Mismatch Error
- Automation V3: Provar Manager 3.0 Install Error Resolution
- Automation V3: Test Case Does Not Run on IE Browser
- Automation V3: Test Builder Not Working Correctly
- Automation V3: Internationalization Support
- Automation V3: Salesforce Release Updates
- V3 Release Notes