1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-27 02:54:27 +02:00

Added REST Assured Tutorial (#2886)

This commit is contained in:
ChuckD3ath
2022-11-07 09:12:37 +01:00
committed by GitHub
parent b7ae990a05
commit b1e588c4b2

View File

@@ -1,6 +1,7 @@
# Rest-assured
# REST Assured
Rest-assured helps developers and test engineers to test REST APIs in Java ease by using techniques used in dynamic languages such as Groovy and Ruby.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://rest-assured.io'>REST-assured Website</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.guru99.com/rest-assured.html'>REST Assured Tutorial: How to test API with Example</BadgeLink>