-
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…
-
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…
-
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…
-
How to get text/plain type while reading the message in Parasoft.
Hi, I am using parasoft soatest. I'm trying to write a message with MIME type as text/plain with the input contains tag, I want to read the message in text format. But I can able to read message only xml format. Parasoft is formatting what is being read from queue. The attributes given in the input get altered while…
-
Traffic stream object response has alphanumeric characters.
I am using parasoft soatest. While hitting test case, I am saving the traffic stream into a .txt file in my local. I amm getting url, header params, request, response params and response. But at some places in the response, few alphanumeric characters are getting printed. Especially at the beginning of node. If the save…
-
How to send a file as an attachment using SMTP
I have a requirement to construct a output file and send it over mail, could anyone please help on the step to achieve this scenario using SOA test. Thanks, Sheeraz
-
/v6/testExecutions - Location of Test Configuration Files
I'm getting a 404 error when trying to execute a SOAtest via the API. /v6/testExecutions I have been testing with the SOAtest Example Configuration config in the IDE and it works fine. In the JSON request body I tried using "user://Example Configuration" to no avail. The error message seems like the configuration file…
-
How to handle a ZipCode element with masking in Browserplayback
In my Browser playback, i have an element Employer Zip code and the format in html is as below When it was recorded, it recorded as below. When playing back its able to find the element but doesn't type anything in the text box. I even tried to parameterized the field, added additional wait time. Still its unable to type…
-
Error In Database Tool SQL
I have a rather messy SQL Server query that runs fine in MicrsoftSQL Server Management Studio but in SOATest's DB Tool it is throwing this error at runtime: SELECT failed because the following SET options have incorrect settings: 'CONCAT_NULL_YIELDS_NULL'. Verify that SET options are correct for use with indexed views…
-
Soatest Server api'S
I want to be able to use the ../V6/testExecutions api (POST) to execute the test at the scenario level. I am able to do at tst level. I have a test.tst with two scenarios, each with a rest API. Scenario1 and scenario2. Is it possible and what do I put in the "payload' to run just Scenario1? Here is my payload to run at tst…
-
SOATest License Activation Failed
SOATest is running in command line mode on our build and deployment server and is kicked off by an Ant script. When SOATest starts up it gives an error about the license not being active. Despite this error, the tests are executed anyway. I am able to run SOATest 2024 without problems on my local computer and when I log…
-
Running SOATest With IBM Message Broker
I recently upgraded from SOATest 2021.2 (10.5) to 2024.2 (10.7) and am having trouble running some of the tests created in 2021.2. These tests involve dropping and retrieving IBM Message Queue XML messages to and from the message queues. This was done with a shared JMS connection property. In version 2021.2 we added 2 jars…