Part 2 - Installing fake JSON Server for API testing with RestSharp (API testing)

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ธ.ค. 2024

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

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

    Thank You Karteek!

  • @hatimsir4788
    @hatimsir4788 2 ปีที่แล้ว

    Hi Karthik...urgent query plz respond...while updating with all latest nuget packages getting error as
    The type or namespace name 'IRestResponse' could not be found
    Plz plz help

  • @chaulashah1335
    @chaulashah1335 4 ปีที่แล้ว

    Kartik do you have any session where we can automate using swagger rather using Jason server

  • @poornimavijayan
    @poornimavijayan 2 ปีที่แล้ว

    hey, I am not able to get my account verified by Execute automation to continue the
    course

  • @chaulashah1335
    @chaulashah1335 4 ปีที่แล้ว

    Hello kartik. Do you have lesson on how do we configure to organization test env and servers ? For this tutorial it is good for learning rests harp with Jason server. In real world, each company has its own test env . It would be good if we can have a session on how to test using companies test env acceptance, integration, dev env

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

    Thank you for the great video - can you please share the db.json file you use? Will be very helpful, thanks in avance!

  • @parwalrahul
    @parwalrahul 6 ปีที่แล้ว

    Please cover Oauth 2.0 authentication using Restsharp.
    Also, not sure how you will use rest assured in c# specflow.

  • @alexdpaiva83
    @alexdpaiva83 4 ปีที่แล้ว

    Otima dica, valeu, vendo aqui do Brasil

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

    please add the db.json file

    • @UnreaLLEGEND
      @UnreaLLEGEND 5 ปีที่แล้ว +7

      {
      "posts": [
      {
      "id": 1,
      "title": "Selenium with C",
      "author": "George BB"
      },
      {
      "id":2,
      "title":"Appium",
      "author": "George AA"
      },
      {
      "id": 3
      }
      ],
      "comments": [
      {
      "id": 1,
      "body": "Excellent course",
      "postId": 1
      }
      ],
      "profile": {
      "name": "Jacob"
      },
      "address":{
      "primary":[
      {
      "ciry":"Auckland",
      "state":"Auckland",
      "country":"New Zealand",
      "pinCode": 1010
      },
      {
      "ciry":"Queenatown",
      "state":"Queenatown",
      "country":"New Zealand",
      "pinCode": 34232
      }
      ],
      "secondary":[
      {
      "ciry":"Auckland",
      "state":"Auckland",
      "country":"New Zealand",
      "pinCode": 1010
      }
      ]
      }
      }

    • @rothergoggy
      @rothergoggy 4 ปีที่แล้ว

      @@UnreaLLEGEND awesome cheers

  • @AhmedBaGaLaTy
    @AhmedBaGaLaTy 6 ปีที่แล้ว

    It's not accept all types of json structure. Specially complex one