JOBSEEKERS
Login
Sign Up
Jobseeker
Employer
Staffing Firm
Direct Client
API Testing interview questions
API Testing interview questions
Back
Take as many assements as you can to improve your validate your skill rating
Total Questions: 5
1. Postman is:
A. Chrome Extension
B. Web Application
C.
D.
Show Correct Answer
Correct Answer is :
Chrome Extension
2. How would you use Postman Chrome app to read and write cookies?
A. There is no way to read and write cookies using Postman Chrome app
B. Chrome app is not equipped to handle cookies by itself
C. Utilize Postman Interceptor extension to read and write cookies
D. Both b and c are true
Show Correct Answer
Correct Answer is :
Both b and c are true
3. How would you access the value of the variables from a data file inside prerequisite and test scripts?
A. data.username
B. data[‘username’]
C. Both a and b
D. Data file variables cannot be accessed in prerequisite and test scripts
Show Correct Answer
Correct Answer is :
Both a and b
4. Which is the correct form to insert an environment variable into a script in tests tab?
A. {{Variable_Name}}
B. postman.setEnvironmentVariable("Variable_Name")
C. environment["Variable_Name"]
D. EnvironmentVariable.Variable_Name
Show Correct Answer
Correct Answer is :
EnvironmentVariable.Variable_Name
5. How would you get a Response Header message?
A. postman.getResponseHeaderMessage;
B. postman.getResponseHeader(message);
C. postman.getResponseHeader.Message;
D. responseHeaders.Message;
Show Correct Answer
Correct Answer is :
responseHeaders.Message;
Similar Interview Questions
Search for latest jobs
Find Jobs