Skip to content

Commit 058ead0

Browse files
committed
readme updated
1 parent 7f0f707 commit 058ead0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This project is the outcome of my self-learning about the API Testing Automation
1919

2020
## :hammer_and_wrench: Talking more about the Scenarios Covered in this project:
2121
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?
2323
- How to write tests for `POST` requests?
2424
- How to write tests for `PUT` requests?
2525
- 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
3535
- How to write end-to-end api tests?
3636
- How to write Happy Path scenarios for the APIs?
3737
- How to write Sad Path scenarios for the APIs?
38+
- How to log the Response ?
3839

3940
## :writing_hand: Blog Links
4041
- [What is API Testing?](https://mfaisalkhatri.github.io/2020/08/08/apitesting/)
4142
- [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)
4243
- [Playwright Java API Testing | How to test POST requests?](https://medium.com/@iamfaisalkhatri/playwright-java-api-testing-how-to-test-post-requests-4c9102d3ab03)
4344
- [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)
4448

4549
## :question: Need Assistance?
4650

0 commit comments

Comments
 (0)