Author Archives: Vishal Thakur

Create Tests in Postman

  Postman is an API client that helps to create, share, test, and document APIs.  This is done by allowing users to create and save HTTP requests and their responses. An overview of a simple request in Postman would look something like this Where it has Request URL Parameters Authorization  Request Headers Request Body & Continue Reading »

JMeter-Performance Testing

Apache JMeter is a tool that can be used for load testing to analyse and measure the performance of web applications, mobile applications, HTTP requests, web services, database etc. JMeter simulates the number of users to send requests to the target server and records the stats in various available formats to analyse the performance. Simply Continue Reading »

Testing via Charles proxy

Charles Proxy is a cross-platform HTTP debugging proxy server application written in Java. It acts as a middleman between the local computer and the internet. It enables the user to view HTTP, HTTPS and enabled TCP port traffic accessed via the local computer.  It simply enables the user to view/ monitor network calls and helps Continue Reading »