-
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…
-
Update Cookie Data using SOAtest Extension Tool
Would it be possible to use an extension tool to update the "domain" attribute of an HTTP cookie in a test? As an example, if the cookie was set with a Domain value of "foo.bar.com" is there a way to update that to make the Domain value "foo.bar.net" ?
-
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…
-
Upload of a Local File using soavirt API
Can you provide the json request payload and headers to upload a .csv from my local environment to the Virtualize server? Assume my file is located c:/files/accounts.csv and I want to place it in /VirtualAssets/files Thanks JT
-
SOAtest, Virtualize, CTP 2025.1 Product Release Announcement
Smarter Testing with Expanded AI and Workflow Optimization The 2025.1 release of Parasoft SOAtest, Virtualize, and CTP is here—and it's loaded with exciting updates designed to take your testing capabilities to the next level. From more powerful AI-assisted workflows to smarter ways to manage dependencies and optimization…
-
SOAtest, Virtualize, CTP 2025.1 Product Release Announcement
Smarter Testing with Expanded AI and Workflow Optimization The 2025.1 release of Parasoft SOAtest, Virtualize, and CTP is here—and it's loaded with exciting updates designed to take your testing capabilities to the next level. From more powerful AI-assisted workflows to smarter ways to manage dependencies and optimization…
-
SOAtest, Virtualize, CTP 2025.1 Product Release Announcement
Smarter Testing with Expanded AI and Workflow Optimization The 2025.1 release of Parasoft SOAtest, Virtualize, and CTP is here—and it's loaded with exciting updates designed to take your testing capabilities to the next level. From more powerful AI-assisted workflows to smarter ways to manage dependencies and optimization…
-
REST Response code
2024.2 --I have a REST call and I want to use the script on the misc tab of the rest url to check the response header code to pass the test or to fail it instead of hardcoding the code. I need conditions based off of environments. Does anyone have a simple script to do this?
-
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…
-
Filtering for Unnecessary Parasoft Suppressions
Is there a tool or setting to enable that will report whether previously existing parasoft suppressions are still necessary to have? This would be checked after code changes have been applied to lines of code that were being suppressed before.
-
Regression Control
I am retrieving a JSON message from database that has a variable contained within it and Parasoft does not like the $ symbol: Error(Found the following error in the control text: Unrecognized token '$') Here is the value in message ( "clientId" : ${resp_clientid}). I am assuming there is some kind of escaping that has to…