Tagged Questions
0
votes
0answers
8 views
Parametrize load test duration in SoapUI
I am currently using SoapUI for load testing my web service. Typical test case includes few load tests. These test are part of integration testing. I have managed how to call this tests from java ...
1
vote
0answers
28 views
Why do I get such different times in SoapUI and Visual Studio load tests?
We have been running some load tests using SoapUI and getting some 'strange' results.
We call a service which does nothing except generate a guid and returns and finding that this sometimes takes ...
0
votes
1answer
97 views
limited threads in soapUI free version
We have been using soapUI free version (4.5.1) for a long time in our project to test our web services. We mostly used simple strategy along with different thread counts to check the load of our ...
2
votes
1answer
199 views
SoapUI load test, calculate cnt in variance strategy
I work with SoapUI project and I have one question. In following example I've got 505 requests in 5 seconds with thread count =5. I would like to understand how count has been calculated in this ...
0
votes
0answers
112 views
load test suite for creating concurrency scenario in soap UI
I need to create concurrency scenario in SOAP UI by calling multiple same request at same instant. What i need is that after one iteration i need the parameteres passed to change dynamically. I am ...
0
votes
2answers
643 views
Load testing with SOAP UI
I have a SOAP UI 4.5.1, I have made a load test, it is working fine. My problem is that I run the same request every time and I need to change the values of the soap request I am sending.
For e.g. I ...
2
votes
2answers
845 views
Load UI Vs Visual Studio 2010 for WCF Load testing [closed]
We want to do load testing for our wcf services and we are considering LOAD UI from www.soapui.org and Load testing support in Visual Studio 2010 Ultimate. I want to know what you guys think of them, ...
1
vote
1answer
1k views
Using script to run other test cases
I'm load testing with SoapUI and within Test Case A i have a (groovy) script that is calling to run Test Case B using:
import com.eviware.soapui.model.testsuite.TestRunner.Status
def tc = def tc = ...
0
votes
1answer
925 views
Importing .csv or excel testcases 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": ...
1
vote
1answer
206 views
Running stored procedure and populating values in SOAPUI
I have a load test that needs to send a unique value Id for sending request and then waiting for response against that Id. I want to execute database procedure to generate new Id everytime and ...
1
vote
2answers
154 views
Load testing tools with dynamic input support
I'm trying to find a suitable load testing tool for my web application that invokes the web methods defined in a WSDL file.
I tried using soapUI, which is a great tool. I was able to accomplish most ...
2
votes
1answer
453 views
Getting AddressFilter mismatch at the EndpointDispatcher in SOAPUI request
My service is running fine If I use it via my client application. I am using same wsdl to load in SOAPUI. It has successfully created sample tests for each method. I want to send a request and it ...
0
votes
2answers
4k views
SoapUI request returns HTTP/1.1 400 Bad Request
I'm using SoapUI to load test one of our .net webservices.
I'm new to SoapUI, so I've run through the "getting started", using a publicly available service, and had no problems. But when I try to ...
