Load Testing in Python with locust.io (Ep. 2 - Authentication)

Поділитися
Вставка

КОМЕНТАРІ • 4

  • @AndreaBisello
    @AndreaBisello 4 роки тому

    great video. so we can also use on_start function to create all the boilerplate ? for example i need to make load testing with soap calls , not rest. i will create python zeep or python suds-py client, and this will take some time. once created, i will use to make load testing.

  • @kristinam2480
    @kristinam2480 3 роки тому

    I wonder if such a thing like token obtaining will trigger for every spowned user? Is it possible to share token across all the user? How can I do it? Thx

    • @eid0sman
      @eid0sman 3 роки тому +1

      I think if you want to share token with all users - you should get the token in on_start function, because on_start is performing only once for all users. I'm I right, Nikolai?

  • @dron4ik86
    @dron4ik86 4 роки тому

    thank you!