Tool for testing API

Home Forums Software Testing Discussions Tool for testing API

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #18927
    Magnus
    Participant
    @mange-pettersson

    I work with a system that has a lot of API. I would like to find a tool that lets me automate testing of these API as easy as possible. Any suggestions? We are currently using postman for testing but I would like to set up all the calls and then have them crawled through automatically.

    #18941
    Jack
    Participant
    @jackdev

    I like SoapUI created by Smartbear. You can do all your functional load, security and compliance tests on your API.

    #19084
    Darwin
    Participant
    @darwin

    @Magnus, I think Postman is a good choice and it does have the option of running collections, just like we run test suites in any automation framework. Once we start running the collection through “Collection Runner”, it makes all the calls automatically one by one and generates a pretty report.

    #19088
    Andreas
    Participant
    @bygones

    I dont know whether this meets your requirements and knowledge, but I really enjoy using http://www.citrusframework.org

    Automated integration tests for message protocols and data formats!

    HTTP REST, JMS, TCP/IP, SOAP, FTP, SSH, XML, JSON and more!

    #19551
    Darwin
    Participant
    @darwin

    There are few more tools I came across worth looking at!

     

    #24158
    Jahnvi
    Participant
    @gosaijahnvi

    Best tool for test web API

    soapUI

    Postman

    katalon Studio

    Swagger

    Apache JMeter

    ASP.Net Software Development

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