API Testing using Cypress | Parsing JSON Response Body | Part 4

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

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

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

    Thank you, Useful content.

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

      Glad it was helpful!

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

    Very good!Thank you

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

    Sir can you please create a video on how to automate canvas graphs using Robot framework?

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

    Hello sir, I wanted to print the response body from the GET call to check the content. I have used cy.log() but I am unable to fetch the content on the console. Could you please help me with this?

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

    Let's say if you have an attribute like this in your response ""CPU model": "Intel Core i9", how can you assert because when you cant write response.body.CPU model, because there is a space in between words in the attribute of the response.
    How can you tackle this type of a scenario

  • @ChandraprakashD-k3g
    @ChandraprakashD-k3g ปีที่แล้ว

    sir, i was not able to validate http_response_code in cypress. Can u help me out?