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
This file is missing in the SmartBear maven repository http://smartbearsoftware.com/repository/maven2/com/smartbear/soapui/soapui-project/5.2.1/soapui-project-5.2.1.pom It is referenced from http://smartbearsoftware.com/repository/maven2/com/smartbear/soapui/soapui/5.2.1/soapui-5.2.1.pom
... View more
As suggested creating a 'New Idea' of my forum post 1. TestStep expansion It is currently possible to use this property expansion ${#TestCase#MyTestCaseValue} but this one is not possible yet: ${#TestStep#MyCurrentTestStepValue} 2. TestStep expansion by name change Let's assume my TestStep is called: Step1 It has a parameter with name: Value1 So to access it, I currently use: ${#Step1#Value1} Now, when renaming a teststep or cloning it (and giving it a new name), all existing property expansions should also be renamed to reference the new name (In HTTP TestStep for example it should check the endpointURL, the content, the assertions).
... View more
Hawk is a relatively new technology, crafted by one of the original OAuth specification authors, that intends to replace the 2-legged OAuth authentication scheme using a simpler approach. It is an authentication scheme for HTTP, built around HMAC digests of requests and responses. I recent SOAPUI build, this type authentication is not supported. It would be nice if we can support this.
... View more
In custom properties at project level I observed that when I provide the value for the Password as a variable, it shows as hidden (****) However when I run the request using the variable I could clearly see the password value in the RAW Request. This sometimes makes me feel hesitant when I am wrapping the project and sending it to someone else to run it or creating regression which everyone can see. I expect that if user intetionally pick to encrypt or hide the password, it should not be visible anywhere. Not even from the raw request. Let me know what you think or if there is any better way to hide it.
... View more
There should be the possibility to run testcases from testsuites of foreign projects. Cool sideeffect will be that project files could be smal and straightforward and could be separarted for a single service (wsdl) of distributed software environment. The maintenance effort could also be reduced to a minimum, when WSDL/API of one service changed it's just necessary to update the main testcase and all linked 'run testcases' were automatically updated. kind regards, Gerhard
... View more
Status:
Accepted for Discussion
Submitted on
04-14-2015
11:21 PM
Submitted by
singhonsoap
on
04-14-2015
11:21 PM
Hi All, Is there any assertion in Soapui Pro, that can be used to assert the response XML partially using regex pattern. For Eg : Lets assume the response XML is something like this below: <root> <a1>This is a1 test</a1> <a2>adding a2 text</a2> <a3> <b1>Some random text</b1> <c1>hello</c1> </a3> </root> And i want to assert this xml partially using some regex. Lets say like this below: Contains Assertion: <root> <a1>This is a1 test</a1> *.* </a3> </root> ----------------------------------- When i actually try to do this, it's not working. Can some suggest me the actual regex pattern that can be applied on the above XML to assert its response body. (Note : I am making use of 'contains' assertion) Kindly let me know, if this feature exists (if yes, plz suggest regex for above & if NO, can we add this feature in next release of soapui pro). Thanks Singh
... View more