Session 2: API Testing | RestAssured | Creating Post Request Payloads in Multiple Ways

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ม.ค. 2023
  • #apitesting #restassured #sdet
    Topics Covered:
    How many ways we can create request body
    1) using HashMap
    2) using Org.json
    3) using POJO (Plain Old Java Object)
    4) using external json file
    @0:46 Ways to create request body
    @3:20 Start local API
    @5:24 Create package and class in Eclipse
    @6:09 Increase font size in Eclipse
    @7:20 Import static packages
    @8:23 Creating a test
    DECLARE REQUEST BODY USING HASHMAP
    @9:13 Declaring input data in Hashmap
    @12:11 Declaring input data in Array
    @13:02 Combining Hashmap and Array
    @14:14 Declaring input type and referring input data in Given()
    @14:48 Create POST request with url in When()
    @15:21 Validate status code and JSON response in Then()
    @17:37 Validate array in JSON response in Then() (correction @21:10)
    @19:18 Validate header in JSON response in Then()
    @20:29 Print JSON response in console
    @22:43 Create a method
    @23:34 Create DELETE request for specific ID (here student)
    @24:49 Validate status code in Then()
    @25:40 Execute the test case according to priority
    DECLARE REQUEST BODY USING ORG.JSON
    @27:38 Add org.json dependency in pom.xml
    @28:35 Declaring input data in JSONObject class
    @36:50 Converting input data in JSONObject into String format in Given()
    @37:47 Execute the test case according to priority
    DECLARE REQUEST BODY USING POJO (PLAIN OLD JAVA OBJECT)
    @40:00 Create a another class for getter and setter methods
    @42:48 In actual class, call setter methods from another class to declare input data
    @44:40 Using setter methods from another class, declaring input data in Array
    @46:23 Referring input data in Given()
    @47:05 Execute the test case according to priority
    DECLARE REQUEST BODY USING EXTERNAL JSON FILE
    @48:21 Create a JSON file under project to store input data
    @50:18 Referring the JSON file into actual class as input data and declare it as JSONObject
    @56:00 Converting input data in JSONObject into String format in Given()
    @56:57 Execute the test case according to priority
    @57:29 Final note
    ########################
    Udemy Courses:
    ########################
    Manual Testing+Agile with Jira Tool
    ***
    ► lnkd.in/gNqhEq9K
    Selenium with Java+Cucumber
    ***
    ► lnkd.in/g5YcAQyR
    Selenium with Python & PyTest
    ***
    ► lnkd.in/gvrpyYan
    Selenium with python using Robot framework
    ***
    ► lnkd.in/gxsDf8zR
    API Testing(Postman, RestAssured & SoapUI)
    ***
    ► lnkd.in/gHKQ2v2e
    Web & API Automation using Cypress with Javascript
    ***
    ► lnkd.in/gcZz5Psx
    Playwright with Javascript
    ***
    ► lnkd.in/g-ePPav6
    Jmeter-Performance Testing
    ***
    ► lnkd.in/gA3eiZPY
    SDET Essencials(Full Stack QA)
    ***
    ► lnkd.in/gmBc4-wD
    Appium-Mobile Automation Testing
    ***
    ► lnkd.in/gi_UiRTA
    Java Collections
    ***
    ► lnkd.in/gZftiiEn
    Python Programming
    ***
    ► lnkd.in/ghP6WHQz
    Cucumber BDD Framework
    ***
    ► bit.ly/3F7d69r
    Protractor with Javascript
    ***
    ► lnkd.in/gZnJ2qsS
    #############
    TH-cam Playlists:
    #############
    Manual Testing & Agile
    ***
    ► bit.ly/3ujvaYa
    ► bit.ly/3OYzxQj
    SQL
    ***
    ► bit.ly/3R6XjeG
    ► bit.ly/3nE0a1s
    ► bit.ly/3IeKuuJ
    linux & Shell Scripting
    ***
    ► bit.ly/3up1Z6a
    ► bit.ly/3nzvGxx
    Java
    ***
    ► bit.ly/3R9QfOs
    ► bit.ly/3AoRMKM
    ► bit.ly/3IbTTDn
    ► bit.ly/3ybXInv
    ► bit.ly/3yCoHdw
    Selenium With Java+Cucumber
    ***
    ► bit.ly/3P2FMm4
    ► bit.ly/3yhiIt4
    ► bit.ly/3uokzet
    ► bit.ly/3a7XIND
    ► bit.ly/3umN2S9
    ► bit.ly/3aar7GW
    ► bit.ly/3y9kD2S
    ► bit.ly/3uhLskn
    Python
    ***
    ► bit.ly/3agNgU0
    ► bit.ly/3NJNnoy
    ► bit.ly/2CTQ4mR
    ► bit.ly/3OIYWh1
    Selenium With Python,Pytest&Behave
    ***
    ► bit.ly/3OHHoC9
    ► bit.ly/3IeNLdv
    ► bit.ly/2J4tPeT
    ► bit.ly/3ydSkAq
    Selenium With Python Using Robert Framework
    (Web&API Testing)
    ***
    ► bit.ly/3nUvlpr
    ► bit.ly/3nUvE3z
    API Testing (Postman,SoapUi,&Rest Assured)
    ***
    ► bit.ly/3OXacWY
    ► bit.ly/3yh0UhE
    ► bit.ly/3nC9DWQ
    ► bit.ly/3yGfhNS
    ► bit.ly/3OJa11H
    ► bit.ly/3P2slCC
    Mobile App Testing Appium
    ***
    ► bit.ly/3Al49HG
    Performance Testing Jmeter
    ***
    ► bit.ly/3nz4fE7
    Maven,Jenkins,Git,Github,CI/CD
    ***
    ► bit.ly/3P16HPj
    ► bit.ly/3yhlUVA
    ► bit.ly/3afYfwT
    ► bit.ly/3yGzweG
    ► bit.ly/3yF73Ws
    ► bit.ly/3NCOmH7
    SQL,DB Testing&ETL,Bigdata
    ***
    ► bit.ly/3NKOcNY
    ► bit.ly/3OVpDyI
    ► bit.ly/3NEvUy0
    ► bit.ly/3IryxlT
    ► bit.ly/3RkWBLh
    JavaScript Based Automation Tools
    ***
    ► bit.ly/3nUx51X
    ► bit.ly/3AqI6Q0
    ► bit.ly/3yeurbT
    ► bit.ly/3ujzpTK
    Selector Hub Tools
    ***
    ► lnkd.in/gfqbR5TC
    GraphQL
    ***

    Cypress API Testing
    ***

    Cypress Web Testing
    ***
    ► lnkd.in/gW8SgMna
    Playwright with Javascipt
    ***
    ► lnkd.in/gQZwaaVD

ความคิดเห็น • 130

  • @pepsi744
    @pepsi744 ปีที่แล้ว +9

    sir, you are best teacher.Thanks a lot for giving so much knowledge on you tube for free.This is worth gold.

  • @iteeyadav
    @iteeyadav ปีที่แล้ว +3

    By far the best explanation on handling JSON payloads for POST requests. Thanks a lot for the effort.

  • @user-nd8cx7sy8e
    @user-nd8cx7sy8e 7 หลายเดือนก่อน +5

    Excellent teaching. Very useful videos for the entire testers community.

    • @sdetpavan
      @sdetpavan  7 หลายเดือนก่อน

      My pleasure

    • @user-nd8cx7sy8e
      @user-nd8cx7sy8e 7 หลายเดือนก่อน

      @@sdetpavan Brother pavan, It will be better to post the videos abt webdriverio with appium.

  • @tomidor4779
    @tomidor4779 6 หลายเดือนก่อน

    I just discovered this channel and I loved it, I will do all the courses

  • @aminjonhasanov5245
    @aminjonhasanov5245 ปีที่แล้ว +8

    Sir, wish you all the best! Please keep up!!! We are benefiting from your beautiful tutorials immensely.

  • @riteshmansukhani3727
    @riteshmansukhani3727 ปีที่แล้ว +9

    I cannt explain how much thankful I am. This course is curated so nicely. I am going one by one from your playlist along with parallel practice. Thank you sir

    • @sdetpavan
      @sdetpavan  ปีที่แล้ว +1

      You're very welcome!

    • @kubanychtashbaev4898
      @kubanychtashbaev4898 9 หลายเดือนก่อน +2

      Good day! I' ve just joined to this course and I don't understand from where were downloaded Json files that showed in this course. Can anybody help me please?

    • @keerthanag5827
      @keerthanag5827 9 หลายเดือนก่อน

      what postman tutorial
      @@kubanychtashbaev4898

  • @cannot8878
    @cannot8878 10 หลายเดือนก่อน +1

    I am from Vietnam, and thank you so much from bottom of my heart, sir!

    • @sdetpavan
      @sdetpavan  10 หลายเดือนก่อน

      Welcome

  • @tulidutta2083
    @tulidutta2083 ปีที่แล้ว +3

    sir thanks for describing and sharing your valuable knowledge through this step-by-step process-oriented videos. Really appreciate your effort

    • @sdetpavan
      @sdetpavan  ปีที่แล้ว +1

      You are most welcome

  • @1911garima
    @1911garima ปีที่แล้ว +1

    Thank you :) Appreciate all the efforts you are putting in. I am a great admirer of you. :)

  • @it.garage
    @it.garage ปีที่แล้ว +1

    Best in the industry, thank you for all of your videos

  • @TheComradez
    @TheComradez 3 หลายเดือนก่อน +1

    Greater clarity of thoughts, well explained Pavan. Easy to understand, replicate and practice. Thankyou

    • @sdetpavan
      @sdetpavan  3 หลายเดือนก่อน

      Welcome

  • @kumarraj989
    @kumarraj989 ปีที่แล้ว +1

    Most clear explanation. Hat off for effort to create this.

  • @prasadchavakula8451
    @prasadchavakula8451 ปีที่แล้ว +1

    Thanks alot sir, indetailed explanation and easy to understand

    • @sdetpavan
      @sdetpavan  ปีที่แล้ว

      You are most welcome

  • @xXMrThomasXx
    @xXMrThomasXx หลายเดือนก่อน +1

    Thx for session 2. It was very helpful :)

    • @sdetpavan
      @sdetpavan  หลายเดือนก่อน

      Glad it was helpful!

  • @andyselvam9809
    @andyselvam9809 ปีที่แล้ว +1

    😊Thanks a lot for Taking the Session Pavan Sir, Thank you so much.😍Waiting for the Next session✌✌

  • @pragatitate6215
    @pragatitate6215 ปีที่แล้ว +1

    Thanks for all video you made 🙏

  • @mv8167
    @mv8167 ปีที่แล้ว +1

    Great video, but which video do you talk about running the JSON-server?

  • @user-zi3yi5sf1u
    @user-zi3yi5sf1u 5 หลายเดือนก่อน +1

    Thank you so much! I was struggling to get the correct method to create body for POST

    • @sdetpavan
      @sdetpavan  5 หลายเดือนก่อน

      You're so welcome!

  • @utsavsingh4511
    @utsavsingh4511 ปีที่แล้ว

    Thanks Pavan sir taking session but not a single vedio on TH-cam how to username and password store in AWS and then use rest token generate , please make a vedio. It very helpful to understand real time api automation framework..

  • @user-sr2zn4fr7y
    @user-sr2zn4fr7y ปีที่แล้ว +1

    Simply superb

  • @user-zd5hh6cc9v
    @user-zd5hh6cc9v 4 หลายเดือนก่อน

    Excellent teaching. Very useful videos for the entire testers community. and i want documents for Practice pls send upload that documents also

    • @priyankahirapara7919
      @priyankahirapara7919 4 หลายเดือนก่อน

      hello i think we need to creat by self if you need help I can help you
      becoz I am also trying to make

  • @pragatitate6215
    @pragatitate6215 ปีที่แล้ว +1

    Thank you so much sir🙏💐💐

  • @pramod_5366
    @pramod_5366 ปีที่แล้ว +1

    Thank you Pavan Sir.

  • @abhinavkumar2607
    @abhinavkumar2607 ปีที่แล้ว

    do we need to provide private for the variables while following pojo class method?

  • @Secular_Indian
    @Secular_Indian 7 หลายเดือนก่อน +1

    Awesome videos ... sir do you have git repo of this code ? available in public and can it be shared plz

  • @user-vs1ht3nl3h
    @user-vs1ht3nl3h 8 หลายเดือนก่อน

    Sir , you have provide multiple playlist for rest assured , which one is to referred first...please reply sir.

  • @raghavvohra8867
    @raghavvohra8867 ปีที่แล้ว

    @sdetpavan Sir, Getting AssertionError: expected undefined to deeply equal "Success: API session successfully started!"
    Please provide your guidance on it. Since, bcoz of this I can't generate Token.
    I am referring to lecture 10 of this series.
    Is their some issue in the API?

  • @wellwisher2146
    @wellwisher2146 ปีที่แล้ว +1

    Thanku so much

  • @shubhamkurapati6417
    @shubhamkurapati6417 ปีที่แล้ว

    Hi Sir, I have a doubt. When I executed the code the courses got displayed first in JSON and the name and gender. Why so can you please explain ?

  • @tofigamiraslanov7997
    @tofigamiraslanov7997 ปีที่แล้ว

    Sir first of thank you for the content. I have a question when I m creating the body.json file the image of the file is not changing like in your records. I installed Json Editor Plugin but still does not workes

  • @InsureInvest
    @InsureInvest ปีที่แล้ว

    👍

  • @evgenytarasov3671
    @evgenytarasov3671 3 หลายเดือนก่อน

    Hello! Could you please tell, what approach is more usefull if you got a reaaly huge json object?

  • @thedaybeforedie3777
    @thedaybeforedie3777 10 หลายเดือนก่อน +1

    you are the great sir

    • @sdetpavan
      @sdetpavan  10 หลายเดือนก่อน

      Thanks

  • @lovishsethi8054
    @lovishsethi8054 ปีที่แล้ว

    While passing body from external json file , even if we are passing the File object (f) , in the .body() , there's no such error shown . Can you pls explain this ?

  • @rajeshrao5099
    @rajeshrao5099 10 หลายเดือนก่อน

    Can we use direct endpoint from website instead of local api?

  • @Wisdomizer
    @Wisdomizer ปีที่แล้ว +1

    Nice Explanation.. sir...

    • @sdetpavan
      @sdetpavan  ปีที่แล้ว +1

      Welcome

    • @Wisdomizer
      @Wisdomizer ปีที่แล้ว

      @@sdetpavan Thanks a lot for your response sir.

  • @worldtour666
    @worldtour666 ปีที่แล้ว

    Hello Sir, Please make videos on AWS Kafka and AWS Glue data load aitomation testing.

  • @johar369
    @johar369 10 หลายเดือนก่อน +1

    thankyou Sir

    • @sdetpavan
      @sdetpavan  10 หลายเดือนก่อน

      Welcome

  • @JyotiYadav-in4lf
    @JyotiYadav-in4lf ปีที่แล้ว

    Very informative. Got question in 1 interview as below.
    if you are testing one service in API testing, every 3 minutes your session is deactivated. before testing, u need to verify whether the session is active or not. how you will achieve.

    • @sureshisoft4555
      @sureshisoft4555 ปีที่แล้ว +1

      Bro . Answer Please for above question . it wil be useful for me and others

    • @rajeshrao5099
      @rajeshrao5099 10 หลายเดือนก่อน

      ​@@sureshisoft4555😂😂

  • @gopaljadhav2744
    @gopaljadhav2744 ปีที่แล้ว

    out of this ,which is the way mostly use in industry?

  • @g.mrafed669
    @g.mrafed669 ปีที่แล้ว

    My name is GM Rafed.I have learnt so many topics by watching your you tube video.I am a US citizen.If it possible Can you find for me QA job.Thanks

  • @vilasramshette9101
    @vilasramshette9101 ปีที่แล้ว

    Sir I am using Mac so I am not able to get home and resources in terminal for students file while creating own api ..can u plz help with this bcz I been trying since 2 days ..still not getting any solution from google as well ..!

  • @prachigautam3126
    @prachigautam3126 8 หลายเดือนก่อน

    Hi, where I can find how you've created 'Student Json' file. Can ypu pls share the link of the video?

  • @rameshrongala922
    @rameshrongala922 11 หลายเดือนก่อน +1

    thanks sir

    • @sdetpavan
      @sdetpavan  11 หลายเดือนก่อน +1

      Most welcome

  • @vijaykanthale2532
    @vijaykanthale2532 8 หลายเดือนก่อน

    Is their any prerequisite for learning this course?

  • @SandeepSharma-xy1dz
    @SandeepSharma-xy1dz ปีที่แล้ว

    Hello Sir , I am getting this error.
    The method then() is undefined for the type HTTPRequest

  • @HemanthKumar-iu1uc
    @HemanthKumar-iu1uc 8 หลายเดือนก่อน +3

    Hii sir, Actually I have a doubt, what if the json body is large like 40,50 lines how can we put request, likewise you shown in the video as we add data like 40,50 lines for this or is there any simple method for to add larger data json..?

    • @shrutigupta9862
      @shrutigupta9862 5 หลายเดือนก่อน

      did you get reply?

    • @ushabv9382
      @ushabv9382 4 หลายเดือนก่อน +1

      4th approach u can use if json has more lines

  • @RahulMunjal-fd2we
    @RahulMunjal-fd2we 20 วันที่ผ่านมา

    From where we can get the json files which you are using like student.json?

  • @DD12756
    @DD12756 ปีที่แล้ว

    Pls help me someone... I'm using eclipse latest version and java 17 ... I'm not able to get the response....their is no mistake in code I'm following as it is pavan sir... So kindly suggest me the supported software versions

  • @user-ov6hz9re8k
    @user-ov6hz9re8k ปีที่แล้ว

    sir why we written status code response 200 for delete request instead of 204

  • @shramanaroy7179
    @shramanaroy7179 3 หลายเดือนก่อน

    I am very late here, but how are you using that local address json file in the post request? Can anyone pls help?

  • @supreethaks4366
    @supreethaks4366 ปีที่แล้ว

    Sir pls reply me. I hv a career gap of yr. Im completed my B. E in ECE. After that i worked as a guest lecturer in polytechnic because of my family prblm i couldn't go out of home. Now i want to start my career in IT. What to do sir. Pls reply for me. Thank u sir

  • @sbsafi4981
    @sbsafi4981 2 หลายเดือนก่อน

    My json file does not create the id in order. It creates the id with letters and number . why?

  • @kubanychtashbaev4898
    @kubanychtashbaev4898 9 หลายเดือนก่อน

    Good day! I' ve just joined to this course and I don't understand from where were downloaded Json files that showed in this course. Can anybody help me please?

  • @jangamchandra3122
    @jangamchandra3122 ปีที่แล้ว +1

    Sir please suggest which laptop is best for testing student
    Processor?
    ROM?
    Brand and model

    • @Wisdomizer
      @Wisdomizer ปีที่แล้ว

      Hi Bro, you can go with any market leading brand, like Acer, HP - Victus, ...etc. Just concentrate on the processor -> i5 or i7 (latest), RAM -> 8+ GB, SSD 1TB, etc.

  • @rushitahirpara11
    @rushitahirpara11 ปีที่แล้ว

    25:42 Can someone help me to run this ? If i do Right click then Run, i am not getting Run with TestNG.
    please help me !!!!

  • @tanujrasane8767
    @tanujrasane8767 9 วันที่ผ่านมา

    Hello Sir, Can you provide local Students.json file for study purpose?

  • @sree562
    @sree562 ปีที่แล้ว

    Throwing an error : SLF4J: No SLF4J providers were found.
    java.lang.Error: Unresolved compilation problem:
    The constructor JSONTokener(FileReader) is undefine
    can any one pls help me

  • @abinaya-ip4xb
    @abinaya-ip4xb หลายเดือนก่อน

    hi
    i am getting the error in "then " when i am doing the validation using equalTo function.
    can any one please help me?

  • @sanjupole1491
    @sanjupole1491 6 หลายเดือนก่อน

    What is use of jsontokener?

  • @sreesreenu3730
    @sreesreenu3730 3 หลายเดือนก่อน

    Sir how to create our own dummy api??? For practicing

  • @Masheru14
    @Masheru14 ปีที่แล้ว

    sir, can you add otomatic subtitle? because my primary language is indonesian. thanks u

  • @Lets_Roam
    @Lets_Roam 3 หลายเดือนก่อน

    how do we know that the "Id" will be populated/generated as "4" and same we are deleting ?
    when i try in my machine it generates any random id for newly created record hence failing method-2 i.e. testDelete()
    Please clarify.

    • @nikhilsolanki9605
      @nikhilsolanki9605 2 หลายเดือนก่อน

      I got the same error and unable to find any solution for the same @sdetpavan

  • @sakibsheikh2199
    @sakibsheikh2199 ปีที่แล้ว

    "key_results": [
    {

    "title":"test cases",
    "measuring_unit": {
    "type": "BINARY"
    }
    }




    ]
    how to post this type of array body in rest assured,please reply

  • @Emleduleymawa
    @Emleduleymawa 3 หลายเดือนก่อน

    How can we get the data in our file explorer

  • @achyutkembhavi3204
    @achyutkembhavi3204 ปีที่แล้ว

    For delete status code is 204 then why u wrote 200 in delete method

  • @surajdubey5391
    @surajdubey5391 หลายเดือนก่อน

    id is not increasing like 1 2 3
    4 its taking random number

  • @PavanBonasi
    @PavanBonasi ปีที่แล้ว

    How to convert String to int in rest assured

  • @y.c.breddy3153
    @y.c.breddy3153 ปีที่แล้ว

    Why don't write data.coursearr and why did you write string.coursearr sir

  • @user-sr1pj7gb5v
    @user-sr1pj7gb5v 11 หลายเดือนก่อน

    Sir please provide document and pom.xml file where i take pom.xml file please help

  • @HanjiMeinSwapnil
    @HanjiMeinSwapnil 7 หลายเดือนก่อน

    Where is student.json file ? plz attach it

  • @akashwanere5956
    @akashwanere5956 8 หลายเดือนก่อน +1

    Hello Sir, Where we can get this code, can you please share the link. Thank you.

    • @sdetpavan
      @sdetpavan  8 หลายเดือนก่อน

      Welcome

  • @ksdnsdkumar1375
    @ksdnsdkumar1375 ปีที่แล้ว +2

    @0:46 Ways to create request body
    @3:20 Start local API
    @5:24 Create package and class in Eclipse
    @6:09 Increase font size in Eclipse
    @7:20 Import static packages
    @8:23 Creating a test
    DECLARE REQUEST BODY USING HASHMAP
    @9:13 Declaring input data in Hashmap
    @12:11 Declaring input data in Array
    @13:02 Combining Hashmap and Array
    @14:14 Declaring input type and referring input data in Given()
    @14:48 Create POST request with url in When()
    @15:21 Validate status code and JSON response in Then()
    @17:37 Validate array in JSON response in Then() (correction @21:10)
    @19:18 Validate header in JSON response in Then()
    @20:29 Print JSON response in console
    @22:43 Create a method
    @23:34 Create DELETE request for specific ID (here student)
    @24:49 Validate status code in Then()
    @25:40 Execute the test case according to priority
    DECLARE REQUEST BODY USING ORG.JSON
    @27:38 Add org.json dependency in pom.xml
    @28:35 Declaring input data in JSONObject class
    @36:50 Converting input data in JSONObject into String format in Given()
    @37:47 Execute the test case according to priority
    DECLARE REQUEST BODY USING POJO (PLAIN OLD JAVA OBJECT)
    @40:00 Create a another class for getter and setter methods
    @42:48 In actual class, call setter methods from another class to declare input data
    @44:40 Using setter methods from another class, declaring input data in Array
    @46:23 Referring input data in Given()
    @47:05 Execute the test case according to priority
    DECLARE REQUEST BODY USING EXTERNAL JSON FILE
    @48:21 Create a JSON file under project to store input data
    @50:18 Referring the JSON file into actual class as input data and declare it as JSONObject
    @56:00 Converting input data in JSONObject into String format in Given()
    @56:57 Execute the test case according to priority
    @57:29 Final note

  • @ashwinikhanna
    @ashwinikhanna ปีที่แล้ว +4

    Anybody who needs step by step help in installing JSON server and running students.json file - sir has explained in this video - th-cam.com/video/tnpqR7Ar-BQ/w-d-xo.html

    • @rajeshrao5099
      @rajeshrao5099 10 หลายเดือนก่อน

      Is it mandatory to use json server or can we use endpoint from website?

  • @ranurathore8370
    @ranurathore8370 ปีที่แล้ว

    Hi i am getting below error..its is not creating records in students.json file. Can you plz tell me what's wrong?
    FAILED: day2.DiffwaystocreatePostRequestbody.testPostusingHashMap
    java.lang.AssertionError: 1 expectation failed.
    JSON path name doesn't match.
    Expected: Scott
    Actual: null

    • @shashwattulsyan8522
      @shashwattulsyan8522 11 หลายเดือนก่อน

      Did you solved this error?

    • @mayankmadhur4630
      @mayankmadhur4630 9 หลายเดือนก่อน

      Pass data.tostring()

    • @SugavaneshChandrasekar
      @SugavaneshChandrasekar 17 วันที่ผ่านมา +1

      @@mayankmadhur4630 Thank you so much bro! Was struggling with this error for 2 hours

    • @mayankmadhur4630
      @mayankmadhur4630 17 วันที่ผ่านมา

      @@SugavaneshChandrasekar no worries

  • @shubhamshiv6310
    @shubhamshiv6310 2 หลายเดือนก่อน

    How can i get that sample students.json file

    • @Patil-wh3jm
      @Patil-wh3jm 11 วันที่ผ่านมา

      Need to create your own API
      Watch API testing with postman sessions

  • @gsx
    @gsx ปีที่แล้ว +1

    This is JAVA?

    • @kishorem8488
      @kishorem8488 ปีที่แล้ว

      Yes, Java and RestAssured

    • @gsx
      @gsx ปีที่แล้ว

      @@kishorem8488 thank you! I just started studying Python and unfortunately I don't understand anything from Java

    • @kishorem8488
      @kishorem8488 ปีที่แล้ว +1

      @@gsx RestAssured works with Java not python.

  • @sumedhramteke9439
    @sumedhramteke9439 ปีที่แล้ว

    please provide student.json file

  • @user-ie4hl6jk8e
    @user-ie4hl6jk8e หลายเดือนก่อน

    I think you should teach first how to create own api.... I don't know how to create own api