-
SOAtest, Virtualize, CTP 2024.1 Product Release Announcement
We're excited to announce the newest version of Parasoft SOAtest, Virtualize, and CTP, focused on enhancing your software quality practices with leading-edge innovative test automation solutions. This release introduces enhancements to our optional OpenAI and Azure OpenAI integration for API test generation, enhanced…
-
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…
-
Virtualize - MQ Setup using Different Queue Managers for Request and Reply
Hi Team, I'm new to Parasoft and trying to create a virtual service using MQ. My requirement is that Message Broker writes the request to queue (it is defined on Mainframe MQ) Details are: Host: <hostname>Port: <portChannel: AXP.CHANNEL.02Queue Manager: MQN3Queue: AXP.BRKR01.SYDID.Q00459.03 Request MQ Header contains below…
-
adding JDBC Driver jar file in system_jars folder
I have a pva using a "Database Correlation" as a data source. I have added the jar file in the system_jars folder and rebooted/refreshed the service. Still not working. Do we have to add something else, like the "sqljdbc_auth.dll" or update the properties file? this is on linux server. version 2023.2
-
Need help with URL tags or parameters
Hi There, Hope you are doing well.. I am developing a virtual service in Parasoft. I have a requirement to use URL tags or parameters and build the response based the values in the tag values. Sample URL is…
-
How to fetch multiple values from request and update to DB
Hi All, We have a request with multiple sections which has different id's and username as below shown in the sample request. Currently we are using JSON data bank to extract the values from id and username and in the next step using DB tool updating these values in to the DB table. However, it is only fetching the first…
-
Need Help with Handling Request XML Data
Hi There, Hope you are doing well. I am developing a virtual service in Parasoft and the sample Request XML is below <?xml version="1.0" encoding="UTF-8"?> <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Header> </s:Header> <s:Body> <WorkItem> <IncomingData> <Enquiry> <EnquiryUId>3</EnquiryUId>…
-
Need Help with Data Generator Tool Script & Custom Conditions for Multiple Responses
Hi All, Hope you are doing well. I am creating a virtual service using Plain XML Message Responder with Multiple Responses. Below is the snippet. I have added temporary "Conditions" for my testing purpose. Arg1 and Arg2 input request elements are required for my validation logic so I have extracted them into DOB and CODE…
-
Need help with Partial Value checking in Conditions on Multiple Responses XML Msg Responder
Hi There, I am new to Parasoft virtualization, I am creating a virtual service using "Plain XML Message Responder" with Multiple Responses. I wanted to check the "param1" value (from Request Body) of first two characters only to match the request under "Conditions" as shown in the attached picture. Can I use wildcard…
-
Virtualize - MQ details configuration
Hi, I'm new to Parasoft and trying to create a Plain XML Message Responder. I've details like MQ Channel, host name, port, Queue Manager, Request and Reply Queue. But i see SubIdentity, SubPoint, SubName, SubUserData in TransportHeader->MQ->Publish/Subscribe Command. How do i map these values to the fields? Can someone…
-
How to fetch datasource values to xml payload
Hi, We have a xml payload as below, would need to add the values to the payload from datasource. currently it is just fetching first row's data and adding same value in 3 different name field, instead of that it should get the value from 2nd row for 2nd value and so on. sample payload : <Meter> <Names> <name>${name}</name>…
-
How to retrieve the data from 2 different datasource and write it to a file
Hi, We have a requirement to retrieve the Peak and PeakTime from db2 for the meter numbers retrieved from another db called db1. there was already a logic to fetch all the active meters data for a day from db1 and write it to a file, now we need to append the values for Peak and PeakTime to the meters which need to…