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.
Regression Control

reactancexl
Posts: 190 ✭
in SOAtest
I am retrieving a JSON message from database that has a variable contained within it and Parasoft does not like the $ symbol: Error(Found the following error in the control text: Unrecognized token '$') Here is the value in message ( "clientId" : ${resp_clientid}). I am assuming there is some kind of escaping that has to be done within the DB? Not sure what soatest is expecting.
Tagged:
0
Comments
-
i figured it out. Using the beautify was making it error out as the data in the DB is not "Beautified" no escaping needed.
0