Skip to main content

Posts

Showing posts with the label Testing

API testing MCQ

Question : What does API stand for? Application Programming Interface Application Protocol Integration Application Program Interface Advanced Protocol Integration Application Programming Interface Question : Which HTTP method is used to retrieve data from the server? POST GET DELETE PUT GET Question : What HTTP status code indicates a successful API request? 200 400 500 201 200 Question : Which type of API does not require constant internet connectivity? SOAP API RESTful API GraphQL API WebSocket API SOAP API Question : In API testing, what is the purpose of a ''mock server''? To simulate the behavior of an actual server To secure the API from unauthorized access To store API documentation To optimize API performance To simulate the behavior of an actual server Question : Which format is commonly used for data exchange in RESTful APIs? JSON XML HTML YAML JSON Question : Which authentication method allows sending credentials with each API request? OAuth JWT Basic Authent...

Selenium MC interview questions

Question :Selenium tests _____________. DOS applications Browser-based applications GUI applications None of the above Correct Answer : Browser-based applications Question :What is called that scale for large test suites or test suites that must be run in multiple environments? Selenium-Grid Selenium RC Selenium Web driver Selenium NG Correct Answer : Selenium-Grid Question :What does the term DOM refers to ? Dynamic Object Model Document Object Model Data Object Model Document Flow Object Model Correct Answer : Document Object Model Question :What is a test suite made of ? Test packs Tests Test blocks Test pattern Correct Answer : Tests Question :Select the component which is NOT part of Selenium suite. Selenium IDE Selenium RC SeleniumGrid Selenium Web Correct Answer :  Selenium Web Question :Select the Browser which is supported by Selenium IDE Google chrome Opera mini Mozilla Firefox Internet Explorer Correct Answer :  Mozilla Firefox Question :Select the operating sy...