Bird
0
0

Which of the following is the correct way to add a new folder inside a Postman collection?

easy📝 Syntax Q12 of 15
Rest API - API Testing and Monitoring
Which of the following is the correct way to add a new folder inside a Postman collection?
AClick the 'New Request' button directly
BRight-click the collection and select 'Add Folder'
CEdit the collection JSON manually to add a folder
DDrag and drop requests into the collection
Step-by-Step Solution
Solution:
  1. Step 1: Recall Postman UI actions for folder creation

    In Postman, you add folders by right-clicking the collection and choosing 'Add Folder'.
  2. Step 2: Eliminate incorrect options

    'New Request' adds a request, not a folder; editing JSON is advanced and not typical; drag and drop moves requests but doesn't create folders.
  3. Final Answer:

    Right-click the collection and select 'Add Folder' -> Option B
  4. Quick Check:

    Add folder via right-click = A [OK]
Quick Trick: Right-click collection to add folder quickly [OK]
Common Mistakes:
MISTAKES
  • Clicking 'New Request' to add a folder
  • Trying to drag requests to create folders
  • Editing JSON instead of using UI

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Rest API Quizzes