Schema inference is definitely a good way to auto resolve schema conflicts if there are one or two test cases for which a schema change will affect. But if there are say some 600 test cases on a single Rest URI then it's pretty hard to go to each test case and then click on "Resolve all conflict". So if we have this option at the menu/context menu level we can achieve auto schema resolve at all points(like Project level, Test Suite level, Test case level or Test Step level). Also a reverting option of what has been done would also be a great value add.
... View more
Most of the APIs are now secured by SSL/TLS. Development or test servers sometimes use self-signed certificates or certificates which do not match the server's DNS name. When I try to connect to such server with SoapUI I get an error, which is fine, but I have no way to go on with the tests. I woud appreciate having in SoapUI SSL preferences a new option "Do not check certificate", which I could switch on or off. Some other HTTP tools have an option to ignore server's SSL certificate issues: wget: --no-check-certificate option curl: -k or --insecure option Best regards, Karel
... 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
Status:
New Idea
Submitted on
08-12-2016
01:41 AM
Submitted by
BhuvanShanmugam
on
08-12-2016
01:41 AM
It would be great to have facility to clone assertions to multiple TestCases in one go. Current support is to target only one test case in a test suite. The same idea can be extended to choose multiple target TestSuites and in each Suite select all/specific TestCases to copy assertions to. Thanks for considering.
... View more
The responsiveness of a system under test may vary widely depending on the environment. Tests that worked in one run may fail in the next run if the system took longer than expected to respond, then pass again in another run. Such variable responsiveness may be acceptable, depending on product requirements. Idea: Enhance restrequest steps to support retries. Let the test developer specify the max # attempts as well as the delay between attempts (e.g. millisecond). Enhance logging to record the #attempts required until test completion (e.g. test step completed after 3 attempts and 3984 milliseconds delay) or similar. Set default max #attempts=1, with default delay blank or some value that is grayed out when max #attempts=1. Enable setting of the delay when the user sets max #attempts > 1. Benefits: provide some resilience to functional tests so they continue to succed (from a functional perspective) even when system responsiveness varies provide logging information that lets other tools track the evolution of system responsiveness allows tests to simulate how real components in a loosely-coupled system would interact with each other (i.e. with retries) Other thoughts The "number of retries" can be confused with the "number of attempts", the latter being one more than the former. So the name for such a capability would have to be chosen and documented carefully. Creating a separate step type would avoid modifying the existing restrequest type (less change to existing step). However the existing restrequest type could be enhanced in a backwards compatible way and avoids having to explain when to use the old restrequest step and when to use the new one (more transparent).
... View more
Let's say I make a call to a rest api and the response is json. When the SOAPUI REST call has completed, it will still default to XML as the default response type (assumedly because SoapUI is very XML centric due to it's Soap connection). You should spy the resulting content using response header or content. Or maybe it is not working because my particular content-type is using charset=UTF-8. Content-Type application/json;charset=UTF-8
... View more
The load test feature in Soapui is great and simple. Jmeter has one key feature - to be able to replay an access log from apache and turn it into a load test. Can soapUI do that?
... View more
If you need to add two or more WSDLs from your file system, every file you add starts the "browse" dialog from SoapUI's instalation folder. It would help a lot if the last path is remebered, so no need to navigate to the directory every time. Thanks again. Best regards, Federico.
... 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
Hello, At this point only the editor font size is customizable, Could you do the same for the navigator? Regards, Christophe
... View more
when update soapUI (i.e. from 5.7.1 to 5.7.2) it creates a new application in macOS so now we have an app called soapUI 5.7.1 and other with 5.7.2, is it possible just to update the existing one? or at least delete the other one in the update process?
... View more
Hi Community, I'm trying to add a security header to a soap-message via C# like SOAPUI it does. Is there a tutorial describing this? Her is the setup I'm using for request by soapui. I've found a topic https://community.smartbear.com/t5/SoapUI-Open-Source-Questions/How-does-SOAPUI-calculate-the-SignatureValue-for-a-SignedInfo/td-p/174176 where a similar problem is mentioned. I've copied code from this thread. I also have different hash values for BinarySecurityToken generated once by soapui and another generated by C#. BinarySecurityToken is a constant value that I could insert hard coded. But the signature value depends on the definition of the body and will change every request. Many thanks for your help. Kind regard, navguru
... View more
Hello: I have been using SoapUI long since Eviware era (2008). In the past, I never had any issue to import projects from SoapUI Pro. I used to use a licensed version of SoapUI Pro for my development and then deploy those developed projects in different machines where the free version SoapUI used to run. As a test developer, I would like to see that feature of importing projects from Pro (ReadyAPI) to Free (SoapUI). But alas! recently that feature was taken away and just today I discovered that I am no more able to import projects in SoapUI which was developed on ReadyAPI. As a long time patron of SoapUI and ReadyAPI, I would request to restore back that convenience. /jamil.
... View more
See more ideas labeled with:
Hi, I am trying to create tests for the endpoint which ends like this: /account/id where id can have different values. In SOAP UI I want to test whether the correct value return 200, and other incorrect values return 400, so I would like to have tests: 1. /account/1234 - correct 2. /account/abc - incorrect However I am unable to change the values of the resource in Test Cases in SOAP UI as it is hardcoded: Is there any way I can change resource depending on the test?
... View more
See more ideas labeled with:
It would be awesome if you could get the authentication with smartcard working for SoapUI. See https://community.smartbear.com/t5/SoapUI-Open-Source-Questions/Using-Windows-MY-Keystore-for-authentication-with-smartcard/m-p/225566#M32664
... View more
See more ideas labeled with:
Hi, I'm sending a POST request using SOAPUI free version and, I don't know why, in the request I see header's parameters duplicate. This cause of course a bad request response. I tried to close the application and I reboot my pc but It didn't work. Anybody has some suggestion? Thanks
... View more
How can encrypt the value of <Created> element? Ex: <Created>2022-11-04T02:51:47.797Z</Created>
... View more