Search code examples
jmeterperformance-testingload-testingstress-testing

Jmeter: Pull paths from file at random


I am building a load/stress test for some webpages. I have a HTTP Request Default set up that has the base server name. I would like to use a Random Controller and HTTP Request to check all pages at random, but I do not want to have to make 150 HTTP Request that each hold a unique path. I would rather have one HTTP request that pulls a path at random from a file.

Is what I am describing possible? Can anyone point me in the right direction?


Solution

  • I re-worded my searching and have found that this is not possible. I think I am going to take the advice from another forum and randomize my file to achieve this. Seems to be the simplest solution.