Verify usage of environment variables in Postman request
Preconditions (2)
Step 1: Select the environment 'TestEnv' in Postman
Step 2: Create a new GET request with URL '{{baseUrl}}/posts/1'
Step 3: Send the request
Step 4: Observe the response status code and body
✅ Expected Result: The request is sent to 'https://jsonplaceholder.typicode.com/posts/1' and the response status code is 200 with a valid JSON body containing post details