API Automation using Jmeter

Поделиться
HTML-код
  • Опубликовано: 2 фев 2025

Комментарии • 20

  • @rohitvashisht2420
    @rohitvashisht2420 Год назад

    how to upload a file using selenium webdriver in jmeter?

  • @nikhilpanchghare8488
    @nikhilpanchghare8488 3 года назад

    what about Test Result files, can we get it from Jmeter, I use Bean Shell to create report but searching here if can find something similar to HTML Report

    • @techieqa
      @techieqa  3 года назад

      If you run the jmeter in commandline , you can generate reports.jtl and then html .
      Commands are follows
      Jmeter -n -t script.jmx -l reports.jtl
      Once test run got over , you can convert that to html using below command
      jmeter -g reports.jtl -o output/

    • @nikhilpanchghare8488
      @nikhilpanchghare8488 3 года назад

      @@techieqa hi may be I have not explained it at first... I do that in day to day work life for performance test results.. the thing you mentioned.
      What I would like to know as help from you is.. If we are doing API testing via Jmeter...can we create Teat Report with Fail pass and due to what failed...

  • @pshahensha1446
    @pshahensha1446 Год назад

    How to automate via selenium

  • @farizmamad
    @farizmamad 5 лет назад

    This is a great tutorial. Thank you

  • @shreyaruge2525
    @shreyaruge2525 6 лет назад +1

    Hi,
    I would like to run api requests having api keys and requestid
    requestid (in numeric) will change every time I run the test(HTTP request).
    When I manually enter (numeric) requestid then api requests are run as expected.
    it is not possible to enter it manually everytime.
    since we are planning to automate testing of our APIs and then also want to performance testing of same.
    can you please advise? how it can be done in jmeter?

    • @techieqa
      @techieqa  6 лет назад

      Use CSV confit to fetch data for requestid

  • @Angelatino2011
    @Angelatino2011 5 лет назад

    Hi very good. question. how to compare two files values using assertion compare?

    • @techieqa
      @techieqa  5 лет назад

      What format of files ?

  • @axiappaccel2956
    @axiappaccel2956 6 лет назад

    Hi,
    I have a post request to generate bearer token.
    It contains username,password and grant_type parameters.
    How can I call that request through jmeter.?can you please help?

  • @bharatvarshney2666
    @bharatvarshney2666 6 лет назад

    Getting error after removing http in servername or IP and write (www.reqres.in)

  • @Angelatino2011
    @Angelatino2011 5 лет назад

    Csv files

    • @techieqa
      @techieqa  5 лет назад

      No idea . Let me check and will let you know if I get success on it