- What is Postman?
- Why should we use Postman?
- How can you set headers for all the requests that are in a particular Postman collection?
- What’s the use of Workspaces in Postman?
- Can you tell alternates of Postman?
- How can Postman collections run through the command line?
- What are the drawbacks of Postman?
- How can you generate HTML-based reports running tests through the Postman?
- How can we use Postman history and save requests from the Postman history to the existing or new collections?
- How can you import requests in formats other than cURL into Postman?
- Is it possible to Log Requests and Responses in Postman?
- What is Mocking in Postman?
- How can Postman be used to create Mock Servers?
- How can we use Custom Javascript Libraries with Postman Pre-request Scripts or Tests?
- What are some of the JS libraries available in Postman?
- What are Postman Monitors?
- What are the different types of variable scopes available in Postman?.
- How can you log the variable value in Postman?
- What is a dynamic variable and how can you use it in Postman?
- What are the different authorization options available in Postman?
- How to import requests from dev tools to Postman?
- What type of Authentication supports Postman?
- How can you reuse your authentication token for different requests?
- What are the types of API Requests which is supported by Postman?
- What is the difference between Query Params and Path Variables?
- Can you test the SOAP request with POSTMAN?
- What is a Collection in Postman?
- Write test code to check whether the response status is 200 or not?
- In which type of encoding does the postman accept authorization credentials?
- What is a workspace in Postman?
- How many types of workspaces are present in Postman?
- Can we import local variation in Postman Monitors?
- What is binary in Post method in Postman?
- What are the two types of scripts in Postman?
- How can Postman collections run through the command line?
- Which one will be preferred in postman- a global variable or a local variable?
- What is a Collection Runner?
- How can you monitor APIs in Postman?
- Which BDD library is used to assert values inside Postman tests?
- What is a Pre-Request script?
- How to add Headers in POSTMAN?
- What are content-type Headers and How to use them in Postman?
- How to add Cookies in Postman?
- How to export the Postman request as Code?
- How to Add test case verification in Postman?
- How to send the raw, binary, x-www-form-urlencoded, form data in a POST request in Postman?
- How to use GraphQL in postman?
- How to add Proxy to Postman?
- How to enable SSL Verification in Postman?
- What is the environment and How export it?
- What is the use of Postman cloud when we are working in a company?
- What is the procedure to remove local variables?