ContributionsMost RecentMost LikesSolutionsRepresentations missing when using Swagger Plugin Icreated a REST project from an API defenition in Swagger. Unfortunately only representations for status code 200 are present after import. When importing the same resources by URL, no problem, repesentations for all status codes are present. Without these representations I'm not able to get an indication of the coverage of my tests. Re: Unable to Transfer property from response to testcase level property Thank you so far. I changed the select language to JSonPath and it's working fine now. I found out that selecting ResponseAsXml for the source property also works fine. Re: Unable to Transfer property from response to testcase level property What in your reply attracts my attention is that the Icon to select a node from the respons is enabled in your case (at least is partly green). In my case this possibility is disabled so I had to write this XPath expression myself. I doubt if this has something to do with my problem. It's not possible for me to send you the rest project becaus it's an internal project. By the way, the same option to select from the response works fine for assertions. Re: Unable to Transfer property from response to testcase level property This is the response: <Response> <e> <id>9090</id> <benchmarkId>1</benchmarkId> <calculationId>146</calculationId> <showTop3>false</showTop3> <order>0</order> <name>Benchmark Nederland</name> <groupName>Commonly used benchmarks</groupName> <calculationName>Calculation #146</calculationName> <calculatedOn>2018-02-28T00:00:00+00:00</calculatedOn> </e> </Response> I know that you can pass property values direct into a request but I would expect the posibilities of defining an Xpath etc. to be disabled after selecting a Custom property as target. Unable to Transfer property from response to testcase level property I want to transfer a property from an existing Response to a property named 'BenchmarkId' defined at the TestCase level. This gives an error 'Unexpected element CDATA'. See attachment. I'm also wondering why after selecting a testcase property as the target property for a transfer it's still possible to select a Path languageon the target side. SolvedNo condition true for current response I'm trying to define a straightforward conditional goto step. I just want to test that a node is present in the response. The XPath expression is generated by SoapUI Pro from the existing response of the previous step. Ionly modified it to make itreturning true or false. I expected to return true but no matter what I do it returns 'No condition true for current response in'. See attachment. Solved