-
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…
-
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…
-
The Saxon DOM implementation cannot be updated
I see this error doing below steps : 1. Run query, extract the content of XML , save it as XML, allow altercations from data source to update few values in this extracted XML and use it in subsequent tests . Error : Error Message: DataSource: TC1 (row 1): The Saxon DOM implementation cannot be updated Additional Details:…
-
How to Assert Service Response Values against a Database
How to Assert Service Response Values against a Database Description: The following workflow will demonstrate a method to validate the data from a Service Response against the data stored in a Database. I will be using the database and Service Response from our Parabank 2.0 Application as an example. If you wish to learn…
-
How to use csv, excel, xml data source in subsequent SOA test while allow altercation in XML
* I have to run query against a data base and fetch a top 1 XML and save it locally * Few fields inside that XML [saved in local ] will need to be changed [ basically parameterized] so that a new xml with new values will be generated for further validation * Now i took a random top1 XML based on query criteria, when i used…
-
Problem Running Command Line
My department is slowly migrating from SOATest 2021 to SOATest 2024 but still have a significant number of tests running 2024. Recently one of the projects running on our build, deployment, and test server started throwing this error after running fine for a long time: [echo]…
-
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…
-
Connect DB Tool to Azure Database
I have to use a bearer token with Micorosoft Entra Integrated to connect to database. Other than the mssql driver(com.microsoft.sqlserver.jdbc.SQLServerDriver) is there anything else special I need to add. What would the connection string be? I am using the following for url:…
-
Testcase iteration for assertion validation
Hi all, Using scripting how to iterate the testcase for performing validations for Assertion for error codes , my requirement is I would be creating a custom assertion code using groovy where it will be fetching the errors codes from writable datasource ( where we will be storing 10-20 api error codes) . Now once the rest…
-
How to handle exceptions for each test steps under test suites
Hi, How can we handle exceptions for each test steps for the below .tst file. for example : the first step datasource if it doesn't have any data to extract should give an error that should send directly to the last messaging client step ( that has SMTP configured to notify users on status of the workflow) expectation is…
-
Refactor Tests using Change Template - New Operations Added
I was able to run change impact analysis, and it picked up changes to some operations, as well as that some operations were deleted. However, it didn't pick up that new operations were added. When I added new change template, I can see new operations under "unmatched", but even if I'd mark them as Reviewed, refactoring the…
-
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" ?