Postbot - An ChatGPT-like Postman AI to write API Testing with ZERO Code 🤖💻

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

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

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

    What is the limitation of Postbot on free plan?

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

    This is really good start to build difficult tests.
    2 problems:
    1. You can't rely on postbot if test is succesfull, you still need to understand the code (it become more difficult, coz it's not your code), and you still need to check if it test the correct thing correctly.
    2. It ignores previous tests, so the test code become bigger. (e.g. const jsonData = pm.response.json(); in every test if needed) So ypu need to understand code, that postbot wrote → returning to 1 point.
    This leads to test base which is not really yours untill you spend time understanding the code and checking every test. And this tests are hard to support if any changes to API (if you want something specific and not that obvious tests).
    For me it is still usefull tool, at least I can easily start working with new API.
    Question to @ExecuteAutomation : are there any tools in postman to check the coverage of API requests?

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

    Wht is the company's policies about using Ai? I know some companies not allowing the use of chatgpt.

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

      There is chatGPT enterprise and Microsoft bing enterprise available right now, hence it’s safe for companies to use these generative AI very easily

  • @Gaurav-S
    @Gaurav-S ปีที่แล้ว +1

    Hi Karthik, I really like the background setup and increase in production quality. You are of course the OG in Test automation You Tube space and appreciate you making these videos and putting them out for the benefit of the community. The feature also looks interesting, it should definitely speed up API test development.

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

    Hey this is good work you putting out there. This is super cool with all new AI buzz. We shall see more and more coming in.

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

    You are really good !!!! thank you !

  • @abdulRahman-id3ru
    @abdulRahman-id3ru ปีที่แล้ว +1

    Really Wow ! ... And Thanks al lot Karthick .. you are awsome

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

    Too good its amazing !!

  • @prasadrathod-n9p
    @prasadrathod-n9p 5 หลายเดือนก่อน

    getting error every time like There was an error generating scripts. Try again?

  • @VikashKothari-d9t
    @VikashKothari-d9t 7 หลายเดือนก่อน

    Hi Karthik, In windows when i try to add more test using postbot, the test are not adding up

  • @sarvesh-f2l
    @sarvesh-f2l ปีที่แล้ว

    Test generation is supported only for JSON responses.- getting this error

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

    can you share the collection url for demo api ?

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

    would love if the font is bigger to follow along

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

    hi kartik ....is this paid feature like i have to subscribe premium Postman or it is available free.

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

    Is there any Udemy Course from you on Postman covering all these new stuffs?

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

      Unfortunately not yet mate, for now, it’s all available in TH-cam for FREE

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

    Hi Kartik, thanks for this useful video. What kind of tests does the bot write by default , which we can skip in our tests? Also does this bot generate tests or geta the code snippet for the test using c#? restsharp as well

    • @SandileVilakazi-q3c
      @SandileVilakazi-q3c ปีที่แล้ว

      I'd like to know as well

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

      the bot can write the tests as per your requirement. Be more descriptive and specific about what you want to test.