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 language on the target side.Solved3.2KViews0likes7CommentsHow to transfer property from response when contains only values ?
I have API call like below with response of HeartBeat (LocalDateTime) . How can I transfer value and which type to select for transfer ? GET /v1.0/Wallet/Heartbeat Response Body "2017-05-16T18:41:06.0755223Z" Response Code 200 Response Headers { "content-type": "application/json; charset=utf-8" }3.8KViews0likes9CommentsREST API Test: Property Transfer Problem
HI Guys, I actually evaluating Soap NG for testing a Rest API. I am not very familar with these sort of projects (so sorry for a may be stupid question), The API test requires a two step test. First step is generating a search key, the second step than the search with the search key. I added the REST Endpoint and the correct ressources and filled the first Request with data from some xls files. That is working fine and the searchkey generation works. Than i tried to safe the searchkey and the engine id with the transferproperty Option and put them into the second rest request. But this isn't working. The second correct request looks like: Get http://endpoint/resource/engineid/searchkey But actually i found no Options to Transfer the engineid/searchkey to the Request. Does have anybody a hint for me? Thanks! Regards Timo626Views0likes0CommentsProblem with Propertytransfersetting: Ingnore empty/missing values (SoapUI 5.1.3)
Hello, I'm wondering if I am the only one with this problem but I think there is probably a bug within SoapUI 5.1.2. The initial situation: In my testproject i'm looping through a soap-request which receives different answers. Within the loop there is also a propertytransfer that extracts some infos from the response into variables set in the testcase. With SoapUI 4.5.2 i had no problem but after switching to 5.1.3. an error occured. I could reproduce the problem with another small project. I've created a propertytransfer in which I try to copy an unknown sourceelement to a variable set in the testsuite. Also I checked the box "Ignore empty/missing values" and unchecked the box "Set null on missing source" the content of the variable was overwritten with '' So I checked the manual and it says: if the Ignore box is checked no empty or missing values will be transfered. But it does!!!! Do I have a faulty reasoning or is this a bug in the soapui? Attached you find a screenshot with the result of my test... Cheers, Chris814Views0likes1Comment