Gatling - using JSON Path to extract Response Body

Sdílet
Vložit
  • čas přidán 23. 08. 2024
  • This video is an excerpt from my Gatling Fundamentals course - get the course for up to 90% off here: www.udemy.com/...
    In this tutorial of Gatling, we lookup a JSON Path variable in our response body text, and extract that value for later use in our Gatling script.

Komentáře • 2

  • @KuldeepLinganna0507
    @KuldeepLinganna0507 Před 4 lety

    Basically am getting list of games from array same like above video and I need to pass the game names to next request..can I use for each loop there for next request

  • @KuldeepLinganna0507
    @KuldeepLinganna0507 Před 4 lety

    Hi I have similar APIs which you using in the above video( game related api) and also am getting list of games same as your response ma saving the the game list by using json path and using * saving all game names in variable and I need to pass it to next request as (game id) here you doing with status game id but I need to pass it dynamically to next request how to do that?