From 8beb534a79242e5ac551cbb504eba6df1c9c49c0 Mon Sep 17 00:00:00 2001 From: optimist2309 Date: Sun, 29 Aug 2021 21:10:32 +0530 Subject: [PATCH 1/2] Postman Youtube playlist added --- docs/tech/backend.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/tech/backend.md b/docs/tech/backend.md index 946dec1..cc10e43 100644 --- a/docs/tech/backend.md +++ b/docs/tech/backend.md @@ -6,4 +6,6 @@ Here are some resources to start learning about API testing and automation - [Exploring Service APIs through Test Automation - Course on TAU by Amber Race](https://testautomationu.applitools.com/exploring-service-apis-through-test-automation/) - [What is REST?](https://developer.mozilla.org/en-US/docs/Glossary/REST) -- [Rest API Quick Tips](https://www.restapitutorial.com/lessons/restquicktips.html) \ No newline at end of file +- [Rest API Quick Tips](https://www.restapitutorial.com/lessons/restquicktips.html) +- [Post Man Tutorial ](https://youtube.com/playlist?list=PL6iUkDSEH9SvsgM4zyFrTnaewN65NZHAG) + From a10eb2c912fa086ebe286ff450cf0042a24d44f5 Mon Sep 17 00:00:00 2001 From: optimist2309 Date: Mon, 4 Oct 2021 17:04:24 +0530 Subject: [PATCH 2/2] Python api testing tutorial --- docs/tech/backend.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tech/backend.md b/docs/tech/backend.md index cc10e43..17b4d70 100644 --- a/docs/tech/backend.md +++ b/docs/tech/backend.md @@ -8,4 +8,5 @@ Here are some resources to start learning about API testing and automation - [What is REST?](https://developer.mozilla.org/en-US/docs/Glossary/REST) - [Rest API Quick Tips](https://www.restapitutorial.com/lessons/restquicktips.html) - [Post Man Tutorial ](https://youtube.com/playlist?list=PL6iUkDSEH9SvsgM4zyFrTnaewN65NZHAG) +- [Api Testing With Python](https://www.youtube.com/watch?v=YeAWDfxqD7g)