Tag: Rama Anem

  • Useful tips for API Tests with Postman

    Postman is powerful tool to work with Rest APIs. It allows to test APIs manually. It allows creation of automated/randomised tests using request scripts and tests option. Postman collections can be executed outside of postman app using newman JS package, which is handy for automated test executions in Jenkins. Below you will find helpful information […]