Home » REST API Testing
โ๏ธ๐๐ฌ๐ฌ๐๐ง๐ญ๐ข๐๐ฅ ๐๐๐๐ ๐ฆ๐๐ญ๐ก๐จ๐๐ฌ-E๐ฏ๐๐ซ๐ฒ ๐๐๐ ๐ญ๐๐ฌ๐ญ๐๐ซ ๐ฌ๐ก๐จ๐ฎ๐ฅ๐ ๐ค๐ง๐จ๐ฐ!

1. GET Purpose: Retrieve data from the server. Example: GET /users/1 โ Fetch details of user with ID = 1. Test focus: Ensure correct data is returned, no modification happens. 2. POST Purpose: Create a new resource. Example:…
Read More »Postman-API Testing for beginners

What is client: A client is a piece of computer hardware or software that accesses a service made available by a server as part of the clientโserver model of computer networks. The server is often (but not always)…
Read More »Rest API Response Codes

Here are some sample Response Codes which we will normally see while performing REST API testing through any REST API client. #1) 100 SeriesThese are temporary informational Responses 100 -Continue 101 -Switching Protocols 102 -Processing #2) 200 SeriesThe…
Read More »