-
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…
-
DTP 2022.2 PRODUCT RELEASE ANNOUNCEMENT
Parasoft is pleased to announce the release of DTP 2022.2. This update is available at no cost to customers on an active subscription or maintenance contract. Version 2022.2 of DTP delivers key enhancements for scalability, security, usability, and ease of deployment. Scalability improvements • For customers running lots…
-
How should regex suppresion be used?
The C/C++Test Parasoft tool gives various ways of suppressing alerts. One of them is to define a regex pattern, which is matched on every analyzed code line. Unfortunately I have trouble using this functionality. I want to supress alerts produced by some macro: define FOO syslog ... I included following lines in my…
-
SOAtest, Virtualize, CTP 2024.2 Product Release Announcement
Parasoft’s latest 2024.2 release for SOAtest, Virtualize, and CTP is packed with powerful new features designed to enhance productivity, improve team collaboration, and streamline testing processes. Here’s a quick look at what’s new: AI Assistant: Accelerate Learning and Troubleshooting A new AI Assistant is now available…
-
SOAtest, Virtualize, CTP 2024.2 Product Release Announcement
Parasoft’s latest 2024.2 release for SOAtest, Virtualize, and CTP is packed with powerful new features designed to enhance productivity, improve team collaboration, and streamline testing processes. Here’s a quick look at what’s new: AI Assistant: Accelerate Learning and Troubleshooting A new AI Assistant is now available…
-
SOAtest, Virtualize, CTP 2024.2 Product Release Announcement
Parasoft’s latest 2024.2 release for SOAtest, Virtualize, and CTP is packed with powerful new features designed to enhance productivity, improve team collaboration, and streamline testing processes. Here’s a quick look at what’s new: AI Assistant: Accelerate Learning and Troubleshooting A new AI Assistant is now available…
-
soatest variables
Hi, When generating report, i want to default the filename to [test suite tst name]_[yyyyMMddhhmmss].html. Where can i find all variables available in SOAtest? i.e.1 ${dtp_project} is "Default Project" i.e.2 ${time} is 2024-10-17 but i want 20241017175000 Thank you.
-
soatest report "Failed Tests" incorrect
Hi newbie question... I have a test suite which reads an xlsx with 10 test cases. Of the 10 test cases, only the 3rd one failed. I would expect the report should show 9 successful and 1 failed. But instead, it shows 2 successful, 8 failed. It seems like any test cases executed after the failed one will be counted as…
-
soatest report name
Hi all, When generating a report in soatest, the default filename will be "report_7133304098122952237.html". Is there a way to customize the report name i.e. the test suite name + timestamp.html? Many thanks.
-
binary data coming back in response too large and it shows null
I have a test which is getting a response with some binary data. The binary data is too large and the traffic viewer response is showing null. When i manually run CURL, i see the binary data is coming back. Do you have cases where large data not showing properly in soa and how to fix it? Appreciate your help. Thanks.
-
String Comparison in XML aseertor
I have to validate a set of currency fields which should not be available in the output message, can i simply select from Value assertion->String comparison assertion and give as below ? String -> must not equal -> and in the "Fixed" drop down -> simple type as ‘XAG’, ‘XAU’, ‘XBA’, ‘XBB’, ‘XBC’, ‘XBD’, ‘XEU’, ‘XFU’, ‘XPD’,…
-
soatest db tool to connect ms sqlserver
Hi newbie here... I am trying to configure soatest db tool to connect to sql server. My ssms is working fine but when use the same info to configure db tool, it is giving me error. I downloaded the latest microsoft jdbc driver for sql server and placed it in the workspace folder and added parasoft>preference>JDBC drivers…