- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
โ06-08-2021 08:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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