Gatling Beginner Tutorial 11 | Run Gatling tests from Jenkins |

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

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

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

    Thank you sir, it's very usefull content

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

      You're most welcome Arvind

  • @divakarkannan2372
    @divakarkannan2372 2 года назад +1

    Bro super thanks for updates 🥰

    • @RaghavPal
      @RaghavPal  2 года назад

      Most welcome Divakar

  • @namanvohra8262
    @namanvohra8262 2 года назад

    Hey brother, want to confirm, if in JMeter I set the number of users to 10 and ramp-up to 5 with loop count of 1, it means that it will take 5 seconds to generate all users (5/10 = 0.5 seconds per user). Does it mean that request will also be generated every 0.5 second?

    • @RaghavPal
      @RaghavPal  2 года назад +1

      Hi Naman, ramp up of 5 sec for 10 users means 2 users will be added every second until we have 10 users in 5 sec
      So you are right here
      Now as a virtual user is generated, it will run all the requests in your Thread Group
      So logically, if you have a single request (sampler) it will get executed every .5 sec

    • @namanvohra8262
      @namanvohra8262 2 года назад

      @@RaghavPal ah okay, so it means that request will also be produced every 0.05 secs correct? Sorry If I misunderstand

    • @RaghavPal
      @RaghavPal  2 года назад +2

      As a new VU gets generated, it will start the request

    • @namanvohra8262
      @namanvohra8262 2 года назад

      @@RaghavPal Thanks