Playwright API Testing | Playwright Tutorial - Part 61

preview_player
Показать описание
Now you can test your server API

Useful Resources:

What is API?

Chapters:
0:00 API Testing
0:41 Service now
3:06 Update Playwright
4:40 Send a Post Request
12:00 Authorization
14:50 Send a Get Request
15:50 How to add params?
18:40 Use Response
21:50 Verify Response
24:00 Verify Response as XML/JSON
24:40 Set Headers
26:10 Send a PUT Request
34:00 Send a Delete Request
35:30 What's new in v1.16?
37:00 Thanks for watching!

--------------------------Thank you---------------------------

Thanks for watching, if you like the video, give it a thumbs up 👆.
Sharing is caring, kindly share the video with your friends and colleagues.
Don't forget to subscribe and hit the bell 🔔 notification.

--------------------------------SOCIAL--------------------------------

Join our WhatsApp group (Only for Channel Members)

#letcode #playwright
Рекомендации по теме
Комментарии
Автор

Nice job on the video. Your videos have helped me so much in understanding playwright and applying that knowledge to what I'm doing at work right now. Much appreciated. Thank you

CodeFreak
Автор

As expected your videos are quick like Api Response 😁.

akshaypramodpai
Автор

Really helpful video, Koushik. Appreciate the effort put into making it👍🏻.

dedearyeh
Автор

Nice video. You posted it at the right time. We were searching for node libraries to integrate api testing with playwright. Now we don't have to use external libraries. Thanks a lot Koushik. Keep doing the great work 👍.

prasadverma
Автор

These videos are really good !! Have been able to ramp-up and get quickly to using playwright for API testing

rashmilobo
Автор

Thank you! Great presentation. Well done!!!

audacious
Автор

Thanks for this video tutorial! Could you please share, how to assert on specific nested objects in response? Thanks!

amitrawat
Автор

Thank you, It's really helpful.!!

SaikrishnaPulupudi
Автор

Hi Koushik..your tutorials are really helpful, really appreciate what you are doing for the testing community. I just have one request, can you make a video on File upload API calls with mutlipart/formdata using playwright.. coz am stuck at a point, where I am trying to upload a file using multipart/form data but unable to do so..

mouthecutest
Автор

10:30 underscore doesnt make your variable more private, where did you hear that lol. thats just a naming preference some devs like to use to visually differ private variables in code. Access modifiers is what makes variables private or public

dejo
Автор

Hi, Your videos are really crystal clear, Can you explore on test containers topic

RaveeMullaguri
Автор

hi @Koushik, I have created the service now account but cannot get through to service management page where you are creating the incident. Please could you guide me or provide steps to get through to the page where you can create that incident and then follow the playwright code writing . thanks Kumar

soniluv
Автор

Thank you for creating these tutorials.
Appreciate your efforts.

Do we have any video tutorials, where we have integrated Playwright with Browserstack/Saucelabs?

rajatt
Автор

Thanks for the video. This is really helpful. Can you also see if you can make one video on playwright with selenium grid

elumalaikumar
Автор

Hi Koushik,

How to use Postman API Body form-data parameters(key& value) in Playwright for Post request

saivamshikrishnapeddammala
Автор

Hi Koushik,
Kindly make a video on send payload as xml body and get the response in xml too once we get the response in xml show us that how to validate the xml response by using typescript.
Thank you !

harishk
Автор

Hi Koushik, Thanks for the video. is there any possibility to log the requests with body and url, if we use existing request fixture or even with custom fixture?

onkardeshpande
Автор

Koushik I assume we can do API testing with Playwright using Java too. Eagerly waiting for the playwright java series.

krishanuchakraborty
Автор

how we can use API requests during UI test running, I mean run e2e test and then get the orders for example from API call?
I receive the error "apiRequest.newContext: storageState.cookies: expected array, got undefined" I don't know how to resolve it

oleh
Автор

Nice Video, thanks for always updating the videos as the release go out.

Do you know of away to print out the request

I want see what request data is

Thanks

herrownice