Playwright API Testing Tutorial #5 - POST Request

preview_player
Показать описание
FULL Playwright Course:

Learn an open source testing framework from Microsoft called Playwright. Playwright is a new tool on the test automation market and it is very good alternative to Cypress and Selenium.

Course Content:
- Playwright Fundamentals
- E2E Testing Project
- Page Objects Design Pattern
- Visual Regression Testing
- REST API Testing
- Advanced Tips & Tricks
- BDD With Cucumber & CodeceptJS
and much more!
Рекомендации по теме
Комментарии
Автор

Thank you for this video it helped me refresh my memory so quick and for new API testers this is a gold mine of information.

piotrk
Автор

how to send parameters in post request using playwright, would be very helpful if you can help

ehtekkh
Автор

Thank you for what you doing! Your video helps a lot of people! But I think that better using "const responseBody = await response.json()" instead of "const responseBody = JSON.parse(await response.text())"

РазДва-йд
Автор

thanks for the video. Would you please do one where you have headers and other params?

just-code
Автор

How to set bariar token I have token in response when i write test for get request after auth it throws 401 un authorized how to do authorization

-Lokesh-iwlc
Автор

Can you help with how to expect a particular column in a response through looping where we have n number of list?

MuthukrishnanP-kv