Create and organize collections in Postman workspace
Preconditions (2)
Step 1: Open Postman and navigate to the workspace dashboard
Step 2: Create a new workspace named 'API Testing Workspace'
Step 3: Within the workspace, create a new collection named 'User API Tests'
Step 4: Add a GET request to 'https://jsonplaceholder.typicode.com/users' in the collection
Step 5: Save the request with the name 'Get Users'
Step 6: Create another collection named 'Post API Tests'
Step 7: Add a POST request to 'https://jsonplaceholder.typicode.com/posts' with a JSON body in the collection
Step 8: Save the request with the name 'Create Post'
Step 9: Verify that both collections appear under the 'API Testing Workspace'
Step 10: Switch between collections and verify requests are organized correctly
✅ Expected Result: The workspace 'API Testing Workspace' contains two collections named 'User API Tests' and 'Post API Tests'. Each collection contains the correct saved requests. The workspace and collections are organized and accessible.