Best of TestingMay 2022

  1. 1
    Article
    Avatar of hackernoonHacker Noon·4y

    API Testing Without Postman?

    Hoppscotch is a lightweight, web-based API development suite. It was built from the ground up with ease of use and accessibility in mind. It is free to use and as an added perk completely Open Source. But if you will try to use it some restrictions could be found.

  2. 2
    Article
    Avatar of btrprogBetter Programming·4y

    How Programmers Waste Money

    People usually think that programmers spend more time writing. With testing, thinking takes more of the time, but it also accelerates the overall speed. Agile methodologies require constant change and updates of the code. The programmer cannot future-proof the code because it infringes on the simplicity principle.

  3. 3
    Article
    Avatar of circleCircleCI·4y

    Making HTTP requests with Axios

    Axios is a promise-based HTTP library that lets developers make requests to a server to fetch data. It offers different ways of making requests such as GET , POST , PUT/PATCH , and DELETE. In this tutorial, I will explain how Axios interacts with applications and describe the structure of Axios requests and responses. I will also show you how to make requests with Axios and observe concurrent requests.

  4. 4
    Article
    Avatar of hashnodeHashnode·4y

    Introduction to CI

    Continuous Delivery is a software development practice that uses automation to speed the release of new code. CI/CD involves testing, staging and deployment of code/application. There are 4 main stages: Source, Build, Packaging, Testing, Deployment. The pipeline can get triggered by making any change in the code or the program and can even be done manually.

  5. 5
    Article
    Avatar of phProduct Hunt·4y

    Fetch Client - REST client extension for VS code, alternative to Postman

    Fetch Client is Visual Studio Code extension which is used to test the Rest API. "Don't leave from VSCode, Stay with it - For Rest API testing" is the motto of Fetch Client. It's used to create test cases without any script/code. It is also a way to test your HTTP/s requests.