This section includes 7 InterviewSolutions, each offering curated multiple-choice questions to sharpen your Current Affairs knowledge and support exam preparation. Choose a topic below to get started.
| 2. |
Mention The Steps For Testing Api ? |
|
Answer» API testing steps:
API testing steps: |
|
| 3. |
What Are The Tools Used For Api Test Automation? |
|
Answer» While testing Unit and API testing, both target source code, if an API method is USING code BASED on .NET then the tool which is SUPPORTING should have .NET Automation tools for API testing can be USED are:
While testing Unit and API testing, both target source code, if an API method is using code based on .NET then the tool which is supporting should have .NET Automation tools for API testing can be used are: |
|
| 4. |
What Are The Types Of Bugs Will Api Testing Finds? |
|
Answer» The types of Bugs, API will find:
The types of Bugs, API will find: |
|
| 5. |
Explain What Are The Principles Of Api Test Design? |
|
Answer» The principle for API test design are: Setup : Create objects, start SERVICES, INITIALIZE data etc Execution: Steps to exercise API or scenario, also LOGGING Verification: Oracles to evaluate execution outcome Reporting: PASS, failed or blocked Clean up: Pre-test STATE The principle for API test design are: Setup : Create objects, start services, initialize data etc Execution: Steps to exercise API or scenario, also logging Verification: Oracles to evaluate execution outcome Reporting: Pass, failed or blocked Clean up: Pre-test state |
|
| 6. |
What Is Api Testing With Runscope ? |
|
Answer» RUNSCOPE is a web APPLICATION that provides backend services and EASY to USE interface for testing APIs. Runscope is a web application that provides backend services and easy to use interface for testing APIs. |
|
| 7. |
What Are The Main Challenges Of Api Testing? |
|
Answer» The main challenges in API testing is:
The main challenges in API testing is: |
|
| 8. |
What Is Input Injection And What Are Different Ways Of Doing It ? |
|
Answer» INPUT Injection: It is the ACT of simulating user input, in several ways you can simulate user input.
Input Injection: It is the act of simulating user input, in several ways you can simulate user input. |
|
| 9. |
Explain What Is Testapi ? |
|
Answer» TESTAPI is a library of utility and test APIs that enables TESTERS and developers to CREATE testing tools and automated tests for .NET and Win32 application. It provides a set of common test BUILDING blocks, TYPES, data-structure and algorithms. TestApi is a library of utility and test APIs that enables testers and developers to create testing tools and automated tests for .NET and Win32 application. It provides a set of common test building blocks, types, data-structure and algorithms. |
|
| 10. |
How Does The Api Builder Work? |
|
Answer» API BUILDER is a PLSQL program consists of four SQL files:
API Builder is a PLSQL program consists of four SQL files: |
|
| 11. |
Explain Api Framework? |
|
Answer» API FRAMEWORK is self-explanatory. Values for test run and for HOLDING the configurable parts, config file is used. AUTOMATED test cases MUST represent in “ parse-table” format within config file. When TESTING API, it is not necessary to test each API so the config file have some section whose all API are activated for that specific run. API framework is self-explanatory. Values for test run and for holding the configurable parts, config file is used. Automated test cases must represent in “ parse-table” format within config file. When testing API, it is not necessary to test each API so the config file have some section whose all API are activated for that specific run. |
|
| 12. |
In Api Document Explain How To Document Each Function ?what Are The Tools Used For Documentation? |
|
Answer» Description: Small description about what a function does Syntax: Syntax about the parameter of the code, the sequence in which they OCCUR, required and optional elements ETC. Parameters: Functions parameters Error MESSAGES: Syntax of error messages EXAMPLE Code: Small snippet of code Related Links: Related functions POPULAR tools used for API documentations are JavaDoc (for Java code ) Doxygen (for .Net code) Description: Small description about what a function does Syntax: Syntax about the parameter of the code, the sequence in which they occur, required and optional elements etc. Parameters: Functions parameters Error Messages: Syntax of error messages Example Code: Small snippet of code Related Links: Related functions Popular tools used for API documentations are JavaDoc (for Java code ) Doxygen (for .Net code) |
|
| 13. |
Mention What The Main Areas To Be Taken In Consideration While Writing Api Document ? |
|
Answer» The key area to be CONSIDERED when WRITING API documents are:
The key area to be considered when writing API documents are: |
|
| 14. |
How To Test Api’s ? |
|
Answer» To test the API’s you should follow the following steps:
To test the API’s you should follow the following steps: |
|
| 15. |
Difference Between Api And Unit Testing? |
|
Answer» API TESTING:
UNIT testing:
API testing: UNIT testing:
|
|
| 16. |
Explain What Is Rest Api? |
|
Answer» It is a set of functions to which the developers performs requests and receive responses. In REST API interaction is made via HTTP protocol REST – STANDS for Representational State Transfer, it is quickly BECOMING DEFACTO standard for API creation. It is a set of functions to which the developers performs requests and receive responses. In REST API interaction is made via HTTP protocol REST – stands for Representational State Transfer, it is quickly becoming defacto standard for API creation. |
|
| 17. |
Explain What Is Soap? |
|
Answer» SOAP-stands for SIMPLE Object Access CONTROL, and it is an XML based protocol for EXCHANGING INFORMATION between computers. SOAP-stands for Simple Object Access Control, and it is an XML based protocol for exchanging information between computers. |
|
| 18. |
Mention The Key Difference Between Ui Level Testing And Api Testing? |
|
Answer» UI ( User Interface) REFERS to testing graphical interface such as how user interacts with the applications, testing application elements like fonts, images, layouts ETC. UI testing basically focuses on look and feel of an application. While, API enables communication between two separate software SYSTEMS. A software system implementing an API contains FUNCTIONS or sub-routines that can be EXECUTED by another software system. UI ( User Interface) refers to testing graphical interface such as how user interacts with the applications, testing application elements like fonts, images, layouts etc. UI testing basically focuses on look and feel of an application. While, API enables communication between two separate software systems. A software system implementing an API contains functions or sub-routines that can be executed by another software system. |
|
| 19. |
What Are The Common Tests Performed On Api’s? |
|
Answer» The common tests performed on API’s:
The common tests performed on API’s: |
|
| 20. |
What Are The Tools Used For Api Testing? |
|
Answer» The tools used for various API TESTING are:
The tools used for various API testing are: |
|
| 21. |
What Is Api Testing? |
|
Answer» API (APPLICATION PROGRAMMING Interface) SPECIFIES how some software COMPONENTS should interact with other, in other words it’s a set of functions and PROCEDURES that allows the creation of applications which access the features or data of an application or operating system. Testing of these functions is known as API testing. API (Application Programming Interface) specifies how some software components should interact with other, in other words it’s a set of functions and procedures that allows the creation of applications which access the features or data of an application or operating system. Testing of these functions is known as API testing. |
|