This release includes the following enhancements. 
Release date: April 29, 2024 This version contains some updates that you should be aware of before you upgrade. See Breaking Changes for more information. |
Natural Language Test Scenario Creation in the AI AssistantThe chat-based AI Assistant can now analyze OpenAPI/Swagger service definitions and automatically create SOAtest test scenarios and data sources for you based on your natural language instructions. Using an agentic workflow, it can suggest multiple test scenarios, parameterize payloads based on your direction, create data sources, and automatically populate payload data for you. Over the course of your conversation with the AI Assistant, you can fine tune your test scenarios and data sources to get exactly the results you want. See Creating Tests with the AI Assistant for more information. Code Coverage and Test Impact Analysis for Manual TestsThe new Manual Testing module in CTP allows you to easily collect code coverage data as you execute your manual tests and, when combined with Parasoft DTP, to reduce manual testing efforts by identifying an optimized subset of manual tests that need to be rerun to validate recent application changes (test impact analysis). When manual testing coverage data is combined with unit and functional testing coverage data in DTP, you will see a more complete picture of your testing efforts. An easy-to-use web interface lets you import test information from your test management system using CSV. Once you have imported your tests, it's a simple matter to start your coverage agents before conducting your manual tests to capture that data and publish it to DTP for reporting and test impact analysis workflows. Java and .NET applications are supported, including applications with microservice backends. Automatically Transfer Dependencies when Uploading Virtual Assets to a Remote ServerThis feature streamlines the process of transferring virtual assets from a local server to a remote server by automatically managing and uploading their associated dependencies. When a virtual asset is copied from a local server, it often relies on various external files or resources, such as data sources, scripts, request/response files, or configuration settings. Traditionally, users would need to manually identify and upload each of these dependencies to ensure the asset functions correctly on the remote server. With this feature, when an asset is copied to a remote server, the local server automatically detects and uploads all associated dependencies to the remote server alongside the asset. This automation saves time and minimizes the risk of missing dependencies, ensuring the asset works correctly on the remote server. Using Secrets in Kubernetes DeploymentsAs part of configuring the soavirt-server in your Kubernetes deployment, you can choose to set up a secret for the server. See Deploying SOAtest and Virtualize in Kubernetes for more information. gRPC Client ImprovementsThe gRPC client features two significant improvements. First, you can now send custom headers in metadata so your gRPC server can trace and correlate events. In addition, it now supports calls requiring token-based authentication. See gRPC Transport for more information. OAuth 2.0 Authorization Code Flow Configuration ImprovementsYou can now record the browser login steps for your web applications that use an external OAuth 2.0 authorization server and SOAtest will automatically generate an OAuth 2.0 authorization code flow reference test suite for you. See OAuth Authentication for more information. Additional Updates- SOAtest and Virtualize now ship with Eclipse 2025-03.
- Support for Windows Server 2025 has been added and support for Windows 10 has been deprecated.
- Support for the Java Virtualization Agent marketplace extension is deprecated and will be removed in a future release.
- Support for Oracle 18c & 21c, MariaDB 10.5 & 10.8, and MySQL 5.7 in CTP has ended.
- Support for Java 11 has ended.
- The AI Assistant has been enhanced to produce more consistent responses from a wider set of LLMs. To support this, the configured LLM must now support structured outputs.
- CTP environment diagrams now show the state of configured coverage agents.
- The Parasoft marketplace now contains a VAPI script to easily integrate with OpenText ALM/Quality Center.
- The SOAtest Maven plugin can now pass or fail a build based on SOAtest test results.
The following enhancements have been made for the Protobuf marketplace extension: - CTP's licensing tiers for coverage agents has changed. All users now have access to up to five coverage agents, with seven new tiers allowing access to between 25 and 500 coverage agents.
- API security testing is now enabled by default for the Professional Desktop, Automation, and Server license editions.
- The CTP Asset Utilization Report now includes coverage agents.
Explicit support for Parlay / Parlay-X has been removed. If needed, it can still be achieved by using custom XPath correlations in the Call Back tool. - CTP now supports Oracle RAC Fast Application Notification (FAN) events for Fast Connection Failover when the Oracle database connection is configured using a JDBC URL. Be aware that you will need to supply the following three jars and all three must be from the same version and provider source: ojdbc17.jar, ons.jar and ucp17.jar.
- Several new configuration options are available for the SOAtest and Virtualize WAR server deployment, letting you manage your service deployment routes to avoid conflicts. These configuration options let you specify what paths can be used, what paths are blocked, and whether or not unique base paths are required. Deploying on the base path is now blocked by default. See Server Deployment Path Settings for more information about these configuration options.
- The
misc.hide.masked.variables setting has been changed to mask.sensitive.data and now also hides authorization request headers in displayed traffic and, in SOAtest, password input fields in HTML browser contents. This option can also be set in the UI by enabling Mask sensitive data in displayed traffic in the Miscellaneous Settings. See Additional Preference Settings. -loadtestserver command line option for Load Test is now -agent . See Load Test Command Line Interface.
- You can now configure how many days CTP retains Virtualize hit summary data to prevent your database from growing out of control while still providing useful information for actions like determining your current Virtualize Hits/day licenses needs.
- MTOM payloads larger than 2GB are now supported.
Breaking Changes- The Parasoft JDBC driver now supports applications compiled against Java 11 or later. It will no longer support older Java versions.
- The Attachment Handler will now pass a DataHandler input to Extension Tools instead of a String. See Attachment Handler for more information.
Resolved PRs and FRs
ID | Description |
---|
CTP-9745 | Add port names and https port spec to k8s deployment definition | LT-1591 | Lack of difference in Test Suite Profiles: End to Begin and Begin to Begin when used in LT | PT-2870 | Datasouce is reading csv files in SHIFT-JIS despite setting UTF-8 | SOA-18026 | StringIndexOutOfBoundsException when creating Smart API test when request contains nameless query parameter | SOA-18080 | SSL Socket Factory should not be reused between HTTP 1.0 and 1.1 transports with different client certificates | SOA-18162 | License Server Standalone gives out license tokens even when 'Enable license' is unchecked in SOAtest & Virtualize | SOA-18228 | StackOverflowError generating Form Input from anonymous recursive complex type | VIRT-7515 | Groovy script type error when using JsonSlurper | VIRT-7518 | Environment variable for docker container to set CTP and LS username and password | VIRT-7547 | SMTP extension error when message body is empty | VIRT-7556 | SMTP Listener array index error on empty data header | VIRT-7558 | MQ error:2 RC:2009 with MQ after network disconnect | VIRT-7561 | File Paths in Tools Are Broken When Copying a Suite | VIRT-7563 | REST API fields filter location returning empty JSON Object for messageProxies GET | VIRT-7582 | MQ Messaging Client leaking connections when keep-alive | VIRT-7585 | Generate Data Repository Data Source infinite loop when using customer wsdl | VIRT-7647 | Saxon excessive logging in console | VIRT-7654 | Console Error Message from Custom Correlation Should Include Responder Name |
|