Service Virtualization

return response after custom test step execution

  • 1.  return response after custom test step execution

    Posted Apr 20, 2018 09:37 AM

    Hi Team,

     

    I have created a custom java test step using Lisa sdk to unzip the zipped file. The custom jar is running fine but I would like to know how can I return the unzipped file contents in the custom java test step response (I want to display the unzip XML in the response) so that filters and assertions can be applied on the unzipped xml.

     

    I tried returning filestream object but it didn't returned the xml. please let me know how can i do that ?

     

    p.s - zipped file contains only 1 xml.