Friday, June 28, 2019

API Testing 02: What is API testing?

What is API Testing?

Testing the functionality of the APIs, which are developed as part of application development is called API testing.

In API testing an API will be invoked using  a "URL and set of parameters" and result/response will be validated against expected behavior. In an application APIs are tested as part of integration testing at various levels such as Functionality, System Integration, Performance and Security.

DevOps 01: What is DevOps and How it benefits organizations?

DevOps is a culture in an organization, where the development team and operations team help each other by sharing information, process and t...