Testing Tools: How do you rate SoapUI?

Home Forums Software Testing Discussions Testing Tools: How do you rate SoapUI?

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #11655
    Daragh
    Participant
    @daraghm

    How do you rate the tool? Are you a fan?

    #11831
    Anurag khode
    Participant
    @anurag-khode

    Not really tried but heard a lot about it

    #11866
    John
    Participant
    @jstodd25

    I use Soap to test interfaces. At first i found it pretty daunting to look at but I quite enjoy using it so send XML requests through our databases and confirming front end results / push messages generated from it.

    Have seen it used for performance testing & data loops once and looked to be a good tool for that but we don’t really do any performance tests so haven’t had any experience in using this myself.

    #12154
    Erica
    Participant
    @ericalouise

    I use zipBoard for testing.
    Firstly, it’s really easy to use, I can add all my team members and we test it collaboratively which helps a lot and saves my time. Till date, there’s no bad experience.

    #12285
    Alin
    Participant
    @groza-alin88

    Hi Daragh,

    I am a fan of SoapUI for API testing and I consider it a very good tool for API. It can be used to test anything related to REST and SOAP calls as well as database queries. I have used it while working on a project where there was no UI to test, only API; many tests have been created to cover complex scenarios. It runs fast and it is easy to use especially for creating new requests and asserting responses.

    The tool has also a good flexibility; tests can run partially (there is a “Run from here” option which is perfect for debugging purposes) and they can run on different environments by using various sets of properties. SoapUI is also good for performing load tests.

    The only drawback is the lack of a proper IDE interface for coding but you can write any code you want using the groovy script option.

    Regards,
    Alin

    #12347
    Erik Haartmans
    Participant
    @erik-haartmans

    I’m a fan too.
    You can do a lot even with the free version, such as database queries and using your own java libraries.
    I made a java class (jar) which was used in groovy and also in XML’s.
    With the combination of using database queries, calling API’s, using groovy, your own java classes, it is possible to make complex test cases.

    #12402
    Julia Frohwein
    Participant
    @julia-frohwein

    You can find real user reviews of SoapUI on IT Central Station. Users looking at SoapUI also consider CA SV for SOA testing.

    This Software QA Engineer writes: “We were using SoapUI, but Service Virtualization provides a different world of opportunities in SOA testing, which helps us to provide a better SOA solution to clients.” See the full review here: https://goo.gl/uFhnUu..

    Hope this helps.

    #12480
    Jinxu
    Participant
    @bigyellow

    I recently started testing WebAPI, and I tried SoapUI. At beginning my plan was to use SoapUI for the whole project, but later I decided to only use SoapUI to do Load Test (Maybe also security test if needed), because they have good predefined load patterns. I use unit test framework to execute functional test instead.

    It is take long time to create all the requests in SoapUI, Then, when you do the assertion, you can either insert one by one in UI, which is slow and difficult to maintain afterwards, or you can also create programmed assertions in Grovvy. But the library are not really well documented. I spent many time to figure out how the write a good assertion in Grovvy.

    For an experience tester, who can program themselves, it is much easier to create and maintain their own test application in codes. for exaple, I use XUnit. It is much easier and faster.

    #12482
    Roman
    Participant
    @rpwheeler

    One my colleague used it a lot, I used it just a bit as I had no projects which required big work with requests.
    In my opinion it is “not bad”, but my personal experience is too small to have well-founded opinion,

    #12808
    Daragh
    Participant
    @daraghm

    Plenty of responses there, mostly good

    #13350
    Constantin
    Participant
    @csuiu

    I used it a bit..but Postman comes closed to me due to it’s simple UI. I believe the structure that SOAP UI provides in their projects is too complex, and needs to be simplified. Also, one thing I noticed is that it does exponential rounding for big numbers, and could not find a setting to not have it do that.

    Other than that the tool is quite good.

    #13445
    Jan D. Wegmann
    Participant
    @joanis2k3

    I like it.

    when it comes to webservices, it is my favorite. I like the ‘cleverness’
    it uses to derive and generate stuff (xml) I had to figure out and type
    manually otherwise. For more or less simpler testing I use poster – a firefox plugin

    #13728
    Jan
    Participant
    @testsson

    We used SoapUI for automated checking of API’s but found it to be a lot of work when it came to maintenance.
    We have since then built our own framework in .NET next to the code to be tested, Made it a lot easier to be able to code, edit and run tests from within Visual Studio.
    Still use SoapUI for quick tests, alongside WCF TestClient.

    #14069
    Archana
    Participant
    @archana

    I had to use SoapUI for one of my projects. I found it easy to learn and use. It has a lot of good features that solved our purpose. And also the support we recieved from them was also very good. So, yes definitely a fan

    #14351
    Amit Kumar
    Participant
    @amit-kumar

    I used SOAPUI for the service testing.The service endpoint was supposed to be called using SAP.SOAPUI is a great tool to test services for SAP integration.Also I have used SOAP UI to baseline the response time of services.enterprise version of the tool is really great.In Evaluation version we need to be aware of the enevelope creation process which can be easily created using Enterprise version.

    #14539
    Yuriy Babay
    Participant
    @yuriy-babay

    Just try Blisk browser. It’s very useful tool for mobile testers

    #14715
    Uma
    Participant
    @uma-s

    Hi  John ( @jstodd25 ),

    I am searching for a way to generate push message using SOAP UI. From your answer i guess you have done that. could you please share me the steps to generate push messages?

    Thanks

    #14860
    Ronan Healy
    Keymaster
    @ronan

    If you have not come across it, a How To guide with posts on different aspects of using SOAP UI has started on Huddle. You can read the latest post by @brendanconnolly on using REST with WADL with SOAP UI here

Viewing 18 posts - 1 through 18 (of 18 total)
  • You must be logged in to reply to this topic.