Status:
New Idea
Submitted on
04-17-2019
02:48 AM
Submitted by
MartinSpamer
on
04-17-2019
02:48 AM
When copying the test steps from the test runner the paste buffer contains the object references not the labels.
com.eviware.soapui.impl.wsdl.teststeps.WsdlGroovyScriptTestStep@2a804b01
com.eviware.soapui.impl.wsdl.teststeps.RestTestRequestStep@56573528
com.eviware.soapui.impl.wsdl.teststeps.WsdlGroovyScriptTestStep@54e712b8
When copying the test steps from the navigator with (ctrl+c) the paste buffer contains the correct text.
Results in the following useful content for transfer to documentation.
Create admin
Test Steps (3)
Given json content for the create admin request
When /admins is Created
Then the response is as expected
... View more
Status:
New Idea
Submitted on
04-03-2019
07:38 AM
Submitted by
MartinSpamer
on
04-03-2019
07:38 AM
Given the following interface
When the Generate TestSuite menu option is used
Then the Request are numbered with sequence numbers.
However the request will actually be unique if the HTTP method is used for the label and clarity would be enhance with multiple of single requests. e.g.
... View more
Status:
New Idea
Submitted on
04-02-2019
02:05 AM
Submitted by
MartinSpamer
on
04-02-2019
02:05 AM
Outline: The Project's properties are not visible (or initialised) before project "Load script" is executed.
Actual Behaviour
Given a new Project with a Name and Description.
When the following code in added to Project's 'Load Script'
// Sanity check that script is actually run
log.info Runtime.class.getPackage().getSpecificationVersion();
// ... and the the script is actually expected project.
log.info project.getClass().getName()
// These properties should be defined already.
log.info project.getProperties()
log.info project.getProperty("Name")
log.info project.getPropertyValue("Name")
log.info project.getPropertyValue("Description")
Then the script log shows the following
Tue Apr 02 09:51:29 BST 2019:INFO:1.8
Tue Apr 02 09:51:29 BST 2019:INFO:1.8.0_181
Tue Apr 02 09:51:29 BST 2019:INFO:com.eviware.soapui.impl.wsdl.WsdlProject
Tue Apr 02 09:51:29 BST 2019:INFO:{}
Tue Apr 02 09:51:29 BST 2019:INFO:null
Tue Apr 02 09:51:29 BST 2019:INFO:null
Tue Apr 02 09:51:29 BST 2019:INFO:null
Expected behaviour
The log should include the values shown to befined in screenshot.
Inference
The Project's 'Load Script' is being run before the project is fully loaded/initialised.
... View more
Dear all,
I have a SoapUI project and am not able to add a WSDL in the following circumstances.
Problem description
I have a SoapUI project (in SoapUI version 5.4.0):
one of the WSDL interfaces is called "bindingServiceName".
I have a completely different WSDL/service, which contains a binding with the same name "bindingServiceName" and which I need to import to the project as well.
When I try to add the second WSDL to SoapUI project I get a dialogue:
Interface [bindingServiceName] already exists in project, update instead? Yes No Cancel
Apparently "Yes" is not an option as these services are completely different and I need them both.
When I choose "No", no interface is added to the project.
It seems this is an old issue, known in 2009 already.
Proposal
I suggest that in such a situation SoapUI would:
warn that the WSDL contains the same binding name as already exists within the project and
offer an input to get a different (unique) name for the imported binding
I would be helpful if this gets resolved. Currently, we need to do an unpleasant workaround.
... View more
This file is missing in the SmartBear maven repository http://smartbearsoftware.com/repository/maven2/com/smartbear/soapui/soapui-project/5.4.0/soapui-project-5.4.0.pom It is referenced from http://smartbearsoftware.com/repository/maven2/com/smartbear/soapui/soapui/5.4.0/soapui-5.4.0.pom Can someone please publish it?
... View more
It would be very convenient to work with several windows if they were organized as tabs, as in modern browsers. Now, to quickly switch between windows, you have to reduce their size and change the position of each other so that one window looks out from under the other. See attached screenshot.
... View more
Since it is possible to configure multiple endpoints on a soapcall I think it would be a nice feature to be able to assign a name or description to each endpoint. For instance, in a situation where you can only use IP adresses it would be nice to set the hostname in the description. Another usecase would be a 'production', 'test', 'accept' tag in the description etc.
... View more
Hi, Please resolve bug Null pointer exception with HTTP Monitor. Http Monitor + create test case from selected request would be a very useful feature, but as far as I can see (in version 5.3.0) this is currently completely unusable. Its working in Pro version, so I guess a fix wouldn't be very difficult to implement? Kind Regards, Paul Igoe
... View more
Hello, I've been using the mock functionality and I have a feature request to make. In Home / Documentation / SOAP Mocking / MockOperations and Responses: https://www.soapui.org/soap-mocking/mockoperations-and-responses.html Section MockOperation Dispatching: SEQUENCE: this is the simplest dispatch method; responses are selected and returned in the order they have been added to the MockOperation. If you are setting up a mock service with a bunch of fake responses and you need to change their order, it can become quite cumbersome since you would need to recreate them or swap their contents around. I wish there was a better way to reorder the responses, preferable by dragging them, without having to use a QUERY-MATCH MockOperation dispatcher, which would involve more complexity. cheers
... View more
It would be helpful if a user was able to choose whether or not they wish to have Logs scroll as they populate or not. Each log (Error, HTTP, Script, etc) should have their own setting and not have one setting to rule them all. I have created several scripted assertions with a great bit of detail. I have to wait until the test is finished running before I can describe or research the error I am receiving. This is not very efficient when I have individuals assisting with debugging of an application. Heather A.
... View more
When making calls to Amazon's S3 and similar services a "signature" value needs to be generated. http://docs.aws.amazon.com/AmazonS3/latest/API/Welcome.html The details of the signing required are documented here http://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-auth-using-authorization-header.html Currently this can only be accomplished with a convoluted mechanism of groovy scripts. It would be very useful if (upon entering the relevant credentials) SoapUI could generate the signature value and populate the relevant header.
... View more
Purpose When the Groovy Script test step fails, its star icon turns red and I can see the step has failed. When the step succeeds, the icon is still blue, i.e. has the same color as before its execution. Can you please make it green in case of test step success, as is e.g. in case of SOAP Request test step? Description When I run a Groovy script test step with a script: assert false The icon gets red: However if the script is: assert true The icon remains blue, i.e. the same as before step execution: It is a small change but it would help to recognize the test result. Karel
... View more
The navigation tree for SOAP services/requests was sorted alfabetically by name. When one has many requests below the same Project it is possible to manually group them by adding prefixes in the description and hence keeping then "organised". In the navigation tree for JSON on the other side there seem to be a fixed sorting by creation time: the last created/or duplicated request is put at the end of the list. When there are many requests it bekomes a caotic list. It would have been better to keep the functionality of the navigation and editor pane (e.g. editable, searchable) like it was for SOAP and just treat JSON content as an other type of content. I hope there is a chance to geht this right and more confortable in a next release. Anybody else with the same experience using SOAPUI for JSON?
... View more
See more ideas labeled with:
Status:
New Idea
Submitted on
02-06-2017
11:14 AM
Submitted by
samuel_perez
on
02-06-2017
11:14 AM
Description: Need the ability to deploy the mock via a command line vs the UI. Business need: the ability to integrate the Mock test cases along with Continuous Integration automated test. As part of CI build need the ability to deploy the SoapUI Mock upon check in. Once checked in the mock can be packaged as a war and then deployed to a Apache or TC container for use with automated regression suite.
... View more
Status:
Implemented
Submitted on
02-01-2017
02:08 AM
Submitted by
KarelHusa
on
02-01-2017
02:08 AM
Configuration to allow loading unsigned plugins Description Currently SoapUI-5.3.0 allows to load only the plugins which are signed by Smartbear, for security reasons. This precaution prevents to develop, test and use the plugins which are not signed by Smartbear. Asking Smartbear to sign every JAR we need to test is not feasible. The enforcement of signing the plugins is contrary to open source principles. Proposal Introduce a configuration item in SoapUI properties, which allows loading unsigned plugins. The item can be set to false by default, but the user will be able to allow it at his own risk. There can be a short notice about potential risks. Benefits The implementation would allow more freedom and flexibility to both SoapUI contributors and users and encourage people to develop new/custom plugins.
... View more
You may want to provide a corresponding hint in the check-box's text (or at least its hover-text), because that's not exactly intuitive. Without the reg-exp checkbox being ticket one needs to provide a substring only that has to be contained somewhere in the response. With the check box ticked, it needs to match the entire response. Please make that difference more explicit! Background here: Re: Contains assertion with option "Use Token as regular expression" not working
... View more
I worked many years with SOAP UI for SOAP/XML . Useful was the feature that the REsponse windows is actually an editor window where I could directly modify the response text (insert new lines, ) search for keywords,..etc... Now we are moving to JSON and the Reponse window for JSON doesn't allow editing, neither CTRL+F (Find) The only operation that seem work ist CTRL+A and then CTRL+C for copy. Hence a separate editor is needed... I am using SOAPUI 5.2.1 It shouldn't be a big change to allow editing in that windows as well, since you already allow editin in the SOAP response window. Most probably some detail in the configuration of the windows object for editor window called. OR the problem is that that window doesn't get the focus when pointed & click by the mouse. Hence the CTRL etc are sent to the neavigation pane. It would be good to have this fixed in a next release. Thank you! Adrian
... View more
Find/Replace is available for SOAP request bodies and responses. The same feature would be nice for REST.
... View more
Every time I launch SoapUI (5.3.0, but the same was in 5.2.1) I get an error: Thu Jan 26 18:42:52 CET 2017:INFO:Adding plugin from [C:\Users\Karel\.soapuios\plugins\soapui-swagger-plugin-2.2-dist.jar] Thu Jan 26 18:42:53 CET 2017:ERROR:An error occurred [com.eviware.soapui.plugins.auto.factories.AutoImportMethodFactory], see error log for details Can you please resolve this issue and advice a temporary workaround? The plugins actually work, but every time I launch SoapUI (either GUI or programatically) I get an error and need to check whether it's this known error or some other issue with my projects. The only advice I have seen to resolve this is to remove the .soapuios directory, which is actually a workaround, not a solution, as long as we want to use the plugins.
... View more
Soap UI 5.x versions are currently unusable from the last 2.x versions of selenium up to version 3.X. This is due to dependency mismatches in the http client which prevent inter-operability in the same JVM. Soap UI is a viable solutions for web testing with Selenium, we used it for many years in the past. Currently it is unusable. This is a very nice way to do web testing when it works, and many folks have asked about this.
... View more