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 :The test language usually used in Selenium is ________________. PHP Python JavaScript None of the above Correct Answer :  JavaScript Question :The term AJAX expands to ________. Asynchronous Java and XML Asynchronous JavaScript and XML Accumulated Java and XML None of the above Correct Answer : Asynchronous JavaScript and XML Question :The term JSON refers to ______________. JavaScript Object Notation Java Object Notation Java Object Naming None of the above Correct Answer : JavaScript Object Notation Question :Selenium tests _____________. DOS applications Browser-based applications GUI applications None of the above Correct Answer : Browser-based applications Question :What is Selenium IDE ? Windows Software Firefox Plug-in Java Software Flash Plug-in Correct Answer : Firefox Plug-in 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 : Se