Postman Tutorial #44 - Validate JSON Response Values and Datatypes

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

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

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

    Clear, simple and helpful. Thank u

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

    Crisp and clear explanation..... Thank u very much ❤

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

    Very helpful and clear. Thank you

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

    Can you tell me how to do without the indexes?

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

    sir i have too many things verify from response, is there any short cut to test all of them?

  • @MujtabaAdil-pc4wo
    @MujtabaAdil-pc4wo 6 หลายเดือนก่อน

    Sir, I am getting wrong data from the server. the datatype are corrects with the columns but the values are totally wrong , what should be the case ?

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

    How can we check the field is there are not

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

    Thank you for the amazing explaination

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

      You're very welcome!
      Keep watching and subscribe for more videos and tutorials.

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

    What is the reason for getting blank screen when we hit api request

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

    If there 5 mandatory fields in request how to do testing in api

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

    Hi Sir, I have a payload which is encripted in base64( "payload": "eyJGb28iOiJCYXIifQ==" ) once i decoded its actual value is {"Foo":"Bar"} .This can be decoded and check the actual string in general decoded website .
    Is it possible to check the encoded content by decoding in postman ? If yes how to do that. I tried many option putting " pm.xxxx" but nothing works out . Please guide me how handle the encoded content and how to validate them.