Search results

  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

  1. V

    jmeter flexible variable

    Hello, I am a beginner in performance testing and I have one problem, I will be grateful for your help. I have in my script some variables (var1, var2, var3, ..) and i need to get in the Beanshell variables in form var "i" (for example if i = 2 get ("var2) if i = 4 get("var4" )) how can i do it...