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!