Skip Login after 1st iteration and Skip Logout if not last iteration

I have a scenario with the follow sub-scenarios:

  1. Login
  2. Create claim
  3. Logout

How can I run a load test with this scenario for 30 minutes, but not login and logout every iteration? So login only 1st iteration, and logout on the last iteration?

Hi Aditya,

From ScenarioBuilder split your script into 3 scripts and send them to AppLoader.

On AppLoader Test Plan section scroll to the bottom and select the LogIn script as Initializing Scenario and the LogOut script as Finalizing Scenario:

The logIn script will play once, Create claim will play as many times as you need it to, and the LogOut script will play once.