Tagged Questions
0
votes
1answer
26 views
Load testing web service with SoapUI to confirm android app's slowness
The AUT is on Android platform which has experienced slowness or long time loading a section's contents (more than 17s).
I can notice the app only has long time loading the first time I enter that ...
2
votes
0answers
91 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
333 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": ...