Tagged Questions
3
votes
1answer
53 views
Testing EJB based web service - Java vs .NET vs SoapUI
I am testing a workflow application that takes the user step by step through each task. The inputs in each task are basically just barcodes or some numerical values. Fortunately, each task has an EJB ...
2
votes
0answers
55 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": ...