I want to performance test a web application. My scenario is to take the metrics for multiple users (say 10) with cache. So i have added HTTP cache manager, but cache work per individual users. Is there any way to cache the files once and use it for 'n' number of users in jmeter. Even i tried to put cache manager outside thread group but it dint work.
It should work like cache the files once and use the cache for all the threads in jmeter. Is there any workaround for this ?