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.Solved3.2KViews0likes7CommentsREST 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 testrequires 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 Endpointand 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 correctrequest 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 Timo618Views0likes0Comments