2
votes
0answers
57 views

How to deserialize and correlate Binary Large Objects in Load Runner 11.5 Web Custom Request?

I'm working on a Silverlight based application. We've recorded the scripts using Load Runner 11.5 and while replaying to find dynamic values for correlation, we found out that the entire data in a ...
2
votes
1answer
314 views

Can testcases in .csv or excel format be imported in SOAP UI?

I am using SOAP UI to test our RESTful search service. The search request is of the form : { "className": "Pets", "searchType": "SearchResult", "query": ...