-
How to extract any value from a response argument and write it to external excel/csv file?
Hi Team, Can you please help how to extract values from the response and write it to an external file excel/csv. for example: if am getting a response like below { "status" : "success", "wonum" : "1234567" } Expectation is to extract "wonum" response value in the external file.
-
SOATest Virtualize : How to create a dynamic response xml to send multiple transactions for account
I created a responder to return a response having multiple transactions. I have a table having data with multiple set of rows with transactions to return. Based on the account number in the request I have to return the transactions in the response. Response is parameterized using the table which i created. But when i…
-
Can virtualization response respond back a PDF document
Hi i have a requirement to configure a responder for response content-type = application/octet-stream and response body is the PDF binary. Looking for inputs where i can develop the responder to respond back a PDF document i.e. response status code = 200 Which is application/octet-stream, i.e. binary PDF
-
How to use java in pva project
Hello! I'm new using parasoft but i don't understand very well how i can integrate a java application in the response of one Virtual Asset. I hava a web server that i want to virtualize which sends a xml with several values, as below: REQUEST: < items> < item id="1">5000< /item> < item id="2">4000< /item> < item…
-
does out of sync virtual assets have any impact on performance
Hi Team, I observe when we execute after pointing virtual environment, then some VA is going in to out of sync. does this impact on the functionalities for the respective virtual assets?? should we remove them every time from out-of-sync sections?? Or is there any way we can remove out of sync VAs from out side at once not…
-
Virtual Asset issue The schema of messages includes recursive type definition resulting in a cycle
Hi, While trying to create virtual asset from recording file, I am getting the following error: This happens because the response has some child element same as parent element. For example: { "items": [ { "id": "123", "items": [] } ]} Due to this, I am getting truncated response which does not match the actual recorded…
-
DB Tool Oracle DB Connection Issue
Hi Team, I have added "DB Tool" Output on Incoming Request and have given the "Driver", URL, and UserName and Password. When deployed the Virtual Service to Parasoft server and tested, getting the following error. Please help me with this issue. I have added class path in Parasoft tool in Parasoft-->Preferences-->JDBC…
-
JSON Assertion Handling
Hi, I have added an assertion to Virtual Service and when i deployed and ran a test could notice that Assertion is failing but Virtual Service is responding with a proper response instead of an error response saying Assertion failed. Could someone please help me with this issue, i have gone through the user manual and i…
-
Change host from responder
Hello everyone, I need to change the host from the responders. For example, I have one Virtual Asset with two responders, I want "method 1" goes to a virtual asset and "method 2" goes to the real endpoint. This is customizable by the user. ¿How can I achieve this? I'm trying to do this through CTP (the user chooses the…
-
Using Date Range to retrieve data from excel
Can some help me with the below scenario. I have a responder which sends list of rows having the same account number which was sent in the request. However, I need to send the rows based on the start date and end date range. currently I have setup only account number in data source co-relation to match the account number.…
-
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…
-
How to use multiple traffic files to Create a Virtual Assets ?
Hi All, We have multiple xml files recorded(traffic files) by another team for a services. We need to create a single Virtual assets from those files. When we combine those file with Notepad++ >> Combine tool and tried to create it we are getting 'The file format is invalid for HTTP traffic' Help us to resolve this issue.