Online Exam Quiz

questionQuestion  1 to 30

How do you set up test iterations in Postman?

  • Cookie Manager
  • Tests Tab
  • Collection Runner with data file
  • Monitor Tab
Mark for review

What does pm.expect(jsonData.name).to.eql("John"); validate?

  • Response headers
  • Environment variable
  • JSON body
  • Token
Mark for review

How do you run a collection of API requests in Postman?

  • Collection Runner
  • Monitor
  • Pre-request Script
  • Test Script
Mark for review

Which method is typically used to send data to the server?

  • GET
  • POST
  • OPTIONS
  • DELETE
Mark for review

What is Postman primarily used for?

  • Designing websites
  • Writing backend code
  • Testing APIs
  • Creating CI/CD pipelines
Mark for review

What tab shows test results for assertions?

  • Runner
  • Body
  • Tests
  • Headers
Mark for review

How do you handle bearer tokens in Postman?

  • Tests Tab
  • Headers Tab
  • Authorization Tab
  • Body Tab
Mark for review

How can you send data in a POST request using Postman?

  • Console tab
  • In URL
  • Test tab
  • Body tab
Mark for review

Which option is available in the Body tab for JSON input?

  • xml
  • raw
  • None
  • Form-data
Mark for review

What?s the correct data format for importing environments?

  • JSON
  • TXT
  • CSV
  • XML
Mark for review

What is the correct method to assert status code is 200?

  • pm.test(?code?, () => pm.response.code === 200)
  • pm.expect(200)
  • pm.test("Status", function () { pm.response.to.have.status(200); });
  • expect(response).toEqual(200)
Mark for review

What does pm.globals.get() do?

  • Sends header
  • Accesses global variable
  • Returns environment
  • Executes code
Mark for review

How can you save a request in Postman?

  • Click Send
  • Use Console
  • Add to Collection
  • Auto Save
Mark for review

Which option lets you reuse requests with different data sets in Postman?

  • Import
  • Pre-request Tab
  • Runner with CSV/JSON
  • Fork
Mark for review

Which HTTP method is selected by default in Postman?

  • POST
  • PATCH
  • PUT
  • GET
Mark for review

Which status code represents unauthorized access?

  • 500
  • 201
  • 200
  • 401
Mark for review

What is the use of pm.expect in Postman tests?

  • Writing assertions
  • Configuring proxies
  • Setting headers
  • Running performance test
Mark for review

How do you import Swagger/OpenAPI specs into Postman?

  • Text area
  • Run tab
  • Import button
  • Cookie editor
Mark for review

What is the role of the Postman console?

  • Capture screenshots
  • Log debugging messages
  • Display API payload
  • Show Java stack trace
Mark for review

What does the Tests section output display?

  • Token validity
  • Assertion results
  • Schema output
  • Collection reports
Mark for review

How can you test APIs without UI interaction in Postman?

  • Console
  • Runner
  • Fork
  • Import
Mark for review

Which tab in Postman allows you to write tests?

  • Tests
  • Body
  • Pre-request Script
  • Auth
Mark for review

How do you change request headers in Postman?

  • Environment tab
  • Tests tab
  • Headers tab
  • Console tab
Mark for review

What does the ?Send? button in Postman do?

  • Runs all scripts
  • Executes the request
  • Runs entire collection
  • Resets token
Mark for review

Which role can fork a collection in Postman team workspace?

  • Viewer
  • Editor
  • Guest
  • Reader
Mark for review

What format does Postman use for test scripting?

  • Bash
  • JavaScript
  • Python
  • Groovy
Mark for review

What is the "console.log()" function used for in Postman?

  • Debug scripts
  • Run assertions
  • To modify JSON
  • Set headers
Mark for review

What kind of token does OAuth 2.0 use?

  • JWT
  • API Key
  • Access Token
  • Session ID
Mark for review

How are cookies visible in Postman?

  • Header tab
  • Cookie manager
  • Footer
  • Console log
Mark for review

What?s Newman?

  • IDE
  • UI framework
  • Postman Plugin
  • Command-line tool for Postman
Mark for review

blinkerOnline

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • Answered
  • Not Answered
  • Marked for Review