cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

What are the biggest things one should know about REST API testing to be good at it ?

I'd like to get a good understanding from a QA perspective what skills and concepts one should know to successfully test apis both with automated tests and manual tests. I know that rest assured is a very popular java-based tool that you can use to automate endpoint testing. do any of you have some course suggestions on rest API testing and in addition a list of concepts that one should understand before delving into the world the rest API testing?

MarnelKelis
Member
1 REPLY 1

Great REST APIs are all around recorded and solid. use HTTP action words as Fielding initially characterized. support X-HTTP-METHOD-Override to oblige exacting intermediaries.

shawn765
Member