SOAPUI returns <not-xml/> in Request and Response
Hello,
Last week, I got a new computer from work and had to migrate my data from my old one. I had to reinstall all my programs, including ReadyAPI. I imported the SOAP-projects from my old PC on to the new one. I encountered follow problem:
For some reason, whenever I execute a TestCase, both the Response and Request have a value of <not-xml/>. See screenshot attached.
I already viewed the forum and "Discard Succesful Results" under "Default Test Case Options" is unchecked in my Preferences.
Can anyone help me with this problem?
Thanks in advance.
Hello,
With the help of the SmartBear support, I found a solution to my problem today.
My TestCases are mostly request within a data-driven loop. In ReadyAPI Version 2.3.0, a new option was introduced to reduce the memory consumption during data-driven testing.
In the configuration of the DataSource Loop, there is an option "Discard PASS Results with Loop".
See following screenshot:
This option needs to be unchecked, because it basically does the same thing as the "Discard Succesful Result" under the "Default Test Case Options" in the general Preferences.
I hope this helps anyone who has a similar problem.