- API testing will not include UI as regular testing have
- API testing requires basic networking knowledge such as what is the use of GET, POST, PUT, etc commands used.
- API testing includes having knowledge of how various html elements work. For example, If I press a button, what will be the next function call. We need to know how 'button' element works
- In API only API functions are tested, but in regular testing all the elements are tested
- There are different tools used in API testing. POSTMAN is one of them
manpreet
Best Answer
2 years ago
I don't know about testing but I would like to have a clear picture on how is API testing different from other testing methods.