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?
โ06-08-2021 08:55 PM
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.
โ06-09-2021 11:46 PM