You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ This project is the outcome of my self-learning about the API Testing Automation
19
19
20
20
## :hammer_and_wrench: Talking more about the Scenarios Covered in this project:
21
21
You will get the answers to the following questions and its respective working code example with [Playwright Java](https://playwright.dev/java/docs/api-testing#writing-api-test) framework in this repository:
22
-
- How to write tests for `Get` requests?
22
+
- How to write tests for `GET` requests?
23
23
- How to write tests for `POST` requests?
24
24
- How to write tests for `PUT` requests?
25
25
- How to write tests for `PATCH` requests?
@@ -35,12 +35,16 @@ You will get the answers to the following questions and its respective working c
35
35
- How to write end-to-end api tests?
36
36
- How to write Happy Path scenarios for the APIs?
37
37
- How to write Sad Path scenarios for the APIs?
38
+
- How to log the Response ?
38
39
39
40
## :writing_hand: Blog Links
40
41
-[What is API Testing?](https://mfaisalkhatri.github.io/2020/08/08/apitesting/)
41
42
-[How to perform End to End API Testing using Playwright with Java and TestNG](https://medium.com/@iamfaisalkhatri/how-to-perform-end-to-end-api-testing-using-playwright-with-java-and-testng-26b318927115)
42
43
-[Playwright Java API Testing | How to test POST requests?](https://medium.com/@iamfaisalkhatri/playwright-java-api-testing-how-to-test-post-requests-4c9102d3ab03)
43
44
-[Playwright Java API Testing | How to test GET requests?](https://medium.com/@iamfaisalkhatri/playwright-java-api-testing-how-to-test-get-requests-c036b984cc6d)
45
+
-[Playwright Java API Testing | How to test PUT requests?](https://medium.com/@iamfaisalkhatri/playwright-java-api-testing-how-to-test-put-requests-d6b1d054d64b)
46
+
-[Playwright Java API Testing | How to test PATCH requests?](https://medium.com/@iamfaisalkhatri/playwright-java-api-testing-how-to-test-patch-requests-f6b0867d91e7)
47
+
-[Playwright Java API Testing | How to test DELETE requests?](https://medium.com/@iamfaisalkhatri/playwright-java-api-testing-how-to-test-delete-requests-2ff77feb0383)
0 commit comments