Tag: api testing

  • Postman vs Thunder Client for VSCode

    One of the common requirements in web application development is testing your API’s. In an era of API first apps , most of the functionalities in a web app are exposed as APIs to the outer world and to test these you need a tool. Postman has been widely used for this purpose. Postman has…