Answers for "What is Backend-API?"

0

What is Backend-API?

● It is where application logic code is. Your conditions etc.
● How to test?
1) Manually → Using tools like Postman etc. 
By sending requests and verifying responses.
2) Automation → Java + RestAssured Library
Posted by: Guest on June-21-2021

Browse Popular Code Answers by Language