jmeter Hi, Here is the scenario which I want to perform in jmeter: 1. 5...

  • Thread starter Madan Singh Solanki
  • Start date
  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

M

Madan Singh Solanki

Guest
Hi, Here is the scenario which I want to perform in jmeter: 1. 5 users login in the application(login and logout happens once for each user) 2.Let's say we need to Search a keyword and each user have to search 10 times with same keyword 3.So we want that each user perform all 10 iterations with a single 'Search keyword' value picked from csv. Thread 1 picks search1 and uses it for all 10 iterations, thread 2 picks search3 and uses it for all 10 iterations and so on.. Would require your help to create this scenario in Jmeter (this is similar to unique once parameter setting in load runner) Thanks in Advance!
 
Use loop controller and under loop controller put your samples and put login under once controler and and log out should be out of loop controler say loop 10.