-
SOAtest, Virtualize, CTP 2025.2 Product Release Announcement
The 2025.2 release of Parasoft SOAtest, Virtualize, and CTP introduces powerful new AI capabilities to make service virtualization and advanced test creation faster and more approachable for QA teams. Whether you’re testing traditional systems or the next generation of AI-driven applications, this release helps you reduce…
-
Windows blue screen crash when using Parasoft products after a recent Windows 11 update
Several users have reported a Windows crash with error UNEXPECTED_KERNEL_MODE_TRAP when using Parasoft tools after applying a recent Windows 11 update. It appears that different sets of actions can trigger the issue, but some known cases include closing a responder editor in Parasoft Virtualize or closing the test…
-
Import Postman Collections to SOAtest
Hi Everyone! I am pleased to inform you that we have created a tool that will allow users to convert Postman Collections for use in SOAtest. This tool is to be used to move much of the information contained in the Postman tool to be used in SOAtest. Using this, you will be able to bring over connection information (URL),…
-
Handling Authentication Tokens
Handling Authentication Tokens In this forum post I will go over the steps and tools needed to quickly and easily handle Authentication Tokens. We will look at what tools to use when handling authentication tokens returned as a header value and authentication tokens returned in the payload of a response. So first, a look…
-
Enabling TLSv1.2 in SOAtest/Virtualize
Parasoft: Enabling TLSv1.2 in SOAtest/Virtualize: Description: SOA/Virt 9.10 and up now comes prepackaged with Java1.8 which has TLSv1.2 enabled by default. The Java version that comes with all the previous SOA/Virt versions does not. If you are using SOA/Virt 9.9.5 and below, there are two methods to enable TLSv1.2.…
-
[Updated] Regarding log4j CVE-2021-44228 with SOAtest
NIST recently released several Apache's log4j Zero-Day vulnerability cases, a very popular Java library to log messages in Java Applications. * CVE-2021-44228 (https://nvd.nist.gov/vuln/detail/CVE-2021-44228) * Parasoft products released this year (2021) include log4j 2.14.0 library. Parasoft confirms that these releases…
-
SOAtest - Can an expected difference in a field be ignored dynamically using the Diff tool?
Using SOAtest, our team has used Regression Control and Suppress Task using the Diff tool to pass a test by ignoring differences where an expected difference shows up in the comparison. However, we would like to dynamically ignore differences in a comparison for an expected field, as there are many different messages to be…
-
Report failure if both previous tests fail, otherwise report success
Testing a simple search API with same endpoint different parameters - the first search pulls back "fast results" based on keyword search, the second search pulls back "AI results". I want to create a test that only fails if neither the "fast search" or the "AI search" returned the correct link (href) as the first link in…
-
GraphQL SDL tips
The SOAtest GraphQL Client has a Form GraphQL view that can be constrained to the fields defined in a GraphQL Schema Definition Language (SDL) document. This simplifies building queries, where the Form GraphQL view is populated with controls to select and configure the available fields, arguments, etc. A GraphQL SDL may be…
-
Loop Break
Hi Dears, I have a question. How can I break test execution loop? for example I create a loop on suit A, and I write a script in Suite A, when I meet exit condition I want to break Loop.
-
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" ?
-
Remote execution for SOAtest Server script
The Parasoft Marketplace now has a bash script for running tests on a remote SOAtest server. Visit the marketplace then look for Remote execution for SOAtest Server script for download link and details. You can invoke this script directly from a bash prompt or from another bash script. This script can also be invoked from…
-
Extension tool script failing
Newbie please bear with me. I have a working groovy script import groovy.json.* def jsonFile = new File('C:\location\serviceresponse.json') def jsonContent = new JsonSlurper().parseText(jsonFile.text) jsonContent.someobject.each { tb -> println "${targetObejct} } My goal was to do the same thing in SOATest. In the case of…
-
How to Force SOATest to Start Edge in InPrivate Mode
I have a large number of tests that run in Microsoft Edge (the browser we must use here) and I need to run it in InPrivate mode because of mandated multi-factor authentication. I do have InPrivate mode working in the Selenic tests but am not sure how to implement this in SOATest. Searches for this in the Forum did not…
-
Web Scenario Testing - How to set browser executable path on Linux/Tomcat .war install
I have some web scenario tests created and deployed to a Linux instance of SOAtest (on Tomcat). Tests fail because the browser executable path is not set. I am familiar with setting this value on the Parasoft client, however not so much on a server installation. Can you provide details or a link to the doc? Thanks, JT
-
Automating UI Flow Test
Hello, Is there a way to automate UI flow test (web scenario) test? I mean for a user to use the Parasoft Recorder to record web actions, and then have the automatically executed and reporting made available via CTP/DTP? In other words, is there a way to automatically deploy test asset associated with the recording to CTP…