soapUI is the desktop application for inspecting, invoking, monitoring, and simulating/mocking as well as testing of REST/WADL and SOAP/WSDL-based Web Services.
8
votes
3answers
408 views
Data generation for QA tests
This question is kind of general and not very specific.
We have a Java project that uses Oracle database. We are currently using SoapUI tool for the QA tests. Each test needs some data to exist on the ...
3
votes
1answer
50 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 ...
3
votes
1answer
556 views
Problem in First soapUI Project
I have download SoapUI trial from SoapUI site,
went go to following page:
http://www.soapui.org/Getting-Started/your-first-soapui-project.html
created a soapUI project;
added following WSDL:
...
2
votes
2answers
679 views
Is there a way to use variables in SoapUI?
I am trying to use SOAPUI to send to a REST API. Is there a way to use variables.
E.g if the post request has
{
"eventType": "check",
"emailAddress": "email@emailtesting.com",
"source": ...
2
votes
1answer
311 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": ...
2
votes
0answers
54 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 ...