Teja chowdary
API :: Testing
Select the Below Options
API testing, or application programming interface testing, is a type of software testing that focuses on the testing of individual API methods and the interactions between different APIs.
This type of testing is typically performed at the integration level, after unit testing is completed, and before user interface testing begins.
It is used to validate that the API behaves correctly and that it meets the requirements of the system.
API testing can be performe manually or using Automatic !
Using Manual Option to you can give the Specific Test-Scenarios Manually and Run the Automation for perticular Usecases Only !.
Using Automatic Option to you can Run the Automation with all Possible Test-Scenarios
Using TestRuns Option to you can give the Specific Test-Scenarios Manually and Run the Automation with all Possible Test-Scenarios and also We are able to Validate the TestCases PASS/FAIL.
Using Multiple keys Option to you can give the Multiple keys in One Specific Test-Scenario and Run the Automation with all Possible Test-Scenarios and also We are able to Validate the TestCases PASS/FAIL.