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
Create XML File With Variable Information
I have a SOATest test suite with a test will drop an XML message on a message queue. The processing of this message is what the test suite will be testing. The issue is that I need to replace one of the elements in the XML message with a value that is generated at run time earlier in the test suite. That value is stored in…
Inserting values in DB from the transformed response
Hi, I'm using style sheet to transform my response into something I care about from the fields standpoint. What I want to do is extract the values from the transformed response and insert that in the DB My transformed xml is looking like this 2017-10-17T13:45:00.61-04:00 9476102124 HIGH_SPEED_DATA 1 choice WiFi Business…
How to ignore XML Special/Reserved characters in XML Response
Lets take an example where xml response is retrieved from a table. When data is retrieved from table, it used to be adding xml reserved characters. usually it will have < as "<" and > as ">". You cant perform assertion or extracting the value is difficult. We have to use "Transform XML" to the node where we get the data…