-
dotTEST 2024.2 Product Release Announcement
We are pleased to announce a feature-rich update to Parasoft dotTEST, designed to amplify your development experience and boost productivity. This latest release brings an array of enhancements, including expanded support for language model (LLM) providers, advanced AI integration functionalities, live static analysis, and…
-
dotTEST 2024.1 Product Release Announcement
dotTEST 2024.1 Release Announcement We're excited to announce the newest version of Parasoft dotTEST, focused on increasing developer efficiency and productivity. This release introduces enhancements to our optional OpenAI and Azure OpenAI integration for static analysis, increased precision with test impact analysis,…
-
DTP 2024.1 Product Release Announcement
Parasoft is pleased to announce the release of DTP 2024.1. This update is available at no cost to customers on an active subscription or maintenance contract. Enhancements: * License Server Administration * You can add a descriptive tag to a license, making it easier to identify and differentiate one license from another.…
-
dotTEST 2023.2 Product Release Announcement
Parasoft dotTEST 2023.2 is now available! New Features OpenAI integration dotTEST integrates with OpenAI, enabling you to generate recommended fixes for static analysis violations, enhancing issue resolution efficiency. Support for .NET 8 Support for .NET 8 has been added. Support for C# 12 dotTEST can now analyze code…
-
Announcing Parasoft Jtest 2023.1
Parasoft Jtest 2023.1 is now available! New Features Support for Visual Studio Code VS Code users can now leverage static analysis and coverage display capabilities of the Parasoft Jtest. The Jtest extension is available at the Visual Studio Code Marketplace. Streamline Coverage Workflows with jtestcov Introducing…
-
Announcing Parasoft dotTEST 2023.1
Parasoft dotTEST 2023.1 is now available! New Features Enhanced Coverage Visualization in Visual Studio Code The dotTEST extension for Visual Studio Code now supports importing coverage results from popular CI/CD pipelines like GitHub, GitLab, and Azure DevOps. It provides an automatic refresh of coverage markers and…
-
Announcing Parasoft Selenic 2022.2
The latest release of Parasoft Selenic (2022.2) is now available. Parasoft continues to focus on providing support for industry leading tools and technologies to enable users to identify and address testing issues within their environment. Parasoft Selenic now supports the following: * Recommendations and self-healing for…
-
Announcing Parasoft Selenic 2022.2
The latest release of Parasoft Selenic (2022.2) is now available. Parasoft continues to focus on providing support for industry leading tools and technologies to enable users to identify and address testing issues within their environment. Parasoft Selenic now supports the following: * Recommendations and self-healing for…
-
Announcing Parasoft dotTEST 2022.2
dotTEST (2022.1) is now available! Support for .NET 7 Support for .NET 7 has been added. See Supported Frameworks. Support for C# 11 dotTEST can now analyze code written in C# 11. IDE Integration Support for visualizing code coverage in VSCode dotTEST extension has been added. Setup problems can now be displayed in the…
-
Announcing Parasoft Jtest 2022.2
The latest release of Parasoft Jtest (2022.2) is now available. In this release, we focused on the following areas: Android Support * Support has been added for running static analysis for Gradle Android builds from CI/CD and CLI for Java language. * Experimental support has been added for unit test execution, monitoring…
-
Failed to respond to incoming message using data source row correlation
I have a request i.e. "crn":"234567890123456","amount":"200","settlementDate":"20091224", and a responder using a data source correlation of several response. And the response is to send the responseCode by validating the "amount" [<250] or [>250]. When I send a request via a Parasoft Virtualize .pva file the event…
-
Re-Deploy VA Not Working
I am finding that the REST API call to re-deploy a virtual asset is not working for me. I have some fairly sophisticated scripts running against the API to generate virtual assets and responders, so I am fairly certain my process is not the problem. I am making a POST request to /soavirt/api/v6/virtualAssets/redeployments…
-
SOATest Not Working Properly on Wndows 11
I created a number of small SOATest regression tests to automate the process to verify our Java WebSphere applications are not broken after a major deployment of updates to these applications. These are used by our QA team with SOATest 2021.2 running on Windows 10 laptops. I created these on a Windows 10 virtual desktop…
-
Running Multiple Scenario's Concurrently using Parasoft SOAtest
Do we have an option to push different scenario at the same instance? I am trying to push multiple interfaces concurrently to the queue manager, by choosing the below setting * Execution mode -> Tests run concurrently * Tests run as group/Tests run all sub-groups as part of this group But still this is pushing the request…
-
Zip File Responder
Hello, I am looking for REST API to create a message responder whose endpoint returns a zip file hosted in a virtualize server. Thank you!
-
Parasoft DTP fails to connect to Postgres by hem chart
Hey, In values.yaml db: # Type must be one of: "mysql" | "oracle" | "postgresql" type: "postgresql" # Correct JDBC URL for PostgreSQL url: "jdbc:postgresql://parasoft-devex-postgres.postgres.database.azure.com:5432/DTP?sslmode=require" # Download URL for the JDBC driver jdbcDriverUrl:…
-
Failure to execute make through cpptesttrace, wrong path to make
Hi, We have two environments in which the builds run, one is on an integration server, but also, the builds can be executed locally. Locally, the parasoft version is 2024.1, and on the server, it is 2023.2.0 (10.6.3.20231201B4159). The server is linux, the local is windows. In the first case, we can wrap ${MAKE} with…
-
Rest API to List All Virtual Assets in A Server at a given Path
Hello, I am looking for a REST API which lists all the virtual assets in a given virtualize server at a given path. Thank you!
-
JSON Databank Xpath
I am trying to get a value from xpath and when I "Evaluate XPath" I get the correct value. When I execute at runtime the value = null on the console. If I hard code the value(position) it writes to console. Here is my xpath: /root/addressRelations/item[id/addressTypeId/text()='PR']/address[1]/city/text() I am using 2024.1…
-
Migration of Parasoft DTP DB from MySQL to Postgres
I have to migrate the Parasoft DTP DB from on-prem MySQL to Postgres on Azure. Are the step by step instructions? I'm trying: pgloader --type mysql "mysql://root:@uc-tlv-prod-pstdb-01:3306/DTP" "postgresql://psqladmin:@parasoft-devex-postgres.postgres.database.azure.com/DTP" getting the error:…