-
SOAtest, Virtualize, CTP 2025.3 Product Release Announcement
We’re excited to share that Parasoft SOAtest, Virtualize, and CTP 2025.3 are now here! This release is all about helping your team test smarter, move faster, and feel confident about every release. Here’s what’s new and why it matters to you: Automatic Identification of Impacted Manual Tests Now you can see exactly which…
-
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…
-
Currently, what version of Tomcat are you using with Parasoft?
-
Resolving Community License Error
Resolving Community License Error Description: When activating your Community License for the first time, you may run into the following: Community License is not currently available. Please try again later and contact Parasoft if you are still unable to access Community License. This error can occur when the license…
-
[Updated] Regarding log4j CVE-2021-44228 with Virtualize
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…
-
IBM MQ Responder
Hello, Can you please write a step by step procedure on how to create an IBM MQ responder? (i.e., a responder to replace an actual service that communicates via MQ) Also, clarify my doubt: is the MQ manager re-created in Virtualize or are we connecting to an outside MQ manager? Thank you.
-
How to build a Responder that fetches record count and all records in Data Repo as Json Array
we are building a CRUD base virtual asset, we are able to create POST, PATCH and DELETE successfully. we create a unique id for each row inserted into Data Repo and we use that to operate. but the GET Operation needs to fetch all the records or some records based on search criteria in the Data Repo along with the Count of…
-
GraphQL SDL tips
The Virtualize Message Responder has a Form JSON view that can be constrained to the JSON Schema types defined in a service definition document. This simplifies configuring the response, where the Form JSON view is populated with controls to select and configure the available JSON properties, array items, etc. What if you…
-
Mongo DB
If I create a virtual asset via traffic file witch has 10 records which get stored in the Data Repository. With the responder setups, does the value have to exist in one of columns identified from the Data Store to return corresponding data?
-
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…
-
How do I retrieve the MQRH2 header from the read function
Can anyone help my with the below. I am trying to retrieve a specific MQRFH2 header (Application (usr) Defined Properties). I tried using 'Extract' tab from 'Header Data Bank' but I am only receiving request header values. I am expecting Application (usr) Defined Properties. Would someone help with retrieving the RFH2…
-
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…
-
API to build a virtual asset from component virtual assets
Hello, I would like to build a virtual asset using APIs from two or more component virtual assets. Please advise. Thanks.
-
Moved: How to handle exceptions for each test steps under test suites
This discussion has been moved.
-
How to iterate individual test step multiple times
Hi, I want to iterate the individual test step from the test suite till test 1 is success. If the test 1 is in RUNNING state it should iterate.