Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
Discussion List
Configuring multiple responders: capturing data and responding conditionally
Hi, Parasoft community, I’m facing an issue with the configuration of multiple responders in Parasoft Virtualize 2022.1. Here’s the scenario: * Capture the value of a header in the first responder and store it in a variable for later use. * Disable the response of the first responder, so that it only acts as a data…
XML Request Body Correlation
Getting 404 Not found error with Information: "Unable to parse message" when soap xml having 2 nodes: <?xml version="1.0" encoding="UTF-8"?> in soap envelope and internal request body xml. How can I use request body correlation in that case?
Correlation / Extract Element Regardless of Order in the Request
Is it possible to do a responder correlation based on a particular element and its value, regardless of its position in the Request body? The case I am working with is where the user sends a request with the same elements, however the order randomizes each time. For example, if I am checking for the value of "Status" which…
Virtualize : Forward Traffic on condition
I have a responder where it forward the incoming request through an internal routing to another responder. But I wanted to forward traffic only when specific criteria matches. I used Data source correlation and also tried using responder correlation but no luck. It just ignores the condition and forwarding the incoming…
Trailing white spaces are being removed from the request body.
Hi, I have a request body with trailing white spaces which are removed when the test is run. The response received for this request is successful. When i use the same recorded file to create virtual asset and run my tests through SOAtest, it works fine. However, when the same test is run through CTP using this virtual…
Data Source Correlation - Request Body
I am trying to use the Data Source Correlation Request body but the documentation in the help is limited and doesn't have any examples. Are there any examples on how I set up the xpath correctly for the JSON Request Body that the service is receiving? In my request I have three elements and I want to match on one of them…
DB Datasource is not getting refreshed
I'm using MySQL DB as the datasource and doing Data Source Correlation on it. When new data is getting inserted in the DB it does not do correlation properly until you open the data source and do show column. Is there a setting or something that needs to be turned on so it always pulls latest info from the DB?
Are wildcard parameters supported in a Data Source?
I have a responder that matches on the first column in a Data Source. Is there a way to create a default response with data from the Data Source? I thought putting a "*" as a value, but doesn't seem to work.