Hi list I'm new in load testing, and I have 2 main questions: Can theses JMeter be deployed on several machines? For example if I want to load 200 client threads, I'd better put 4 client machines with 50 threads, and 1 server that manages those 200 clients. If I'm not doing that, I don't know if I'm testing the capacity of my client machine to manage those 200 threads, because the test application can use as much CPU as the server tested. The problem, is that the test application should manage several machines to load simultaneously the threads, and to merge the results of all the 200 clients from differents machines.
Second question: I didn't manage, with JMeter, to follow an HTML Link inside an HTML page, if that link is dynamically g�n�rated. For example, in a page I have 2 links named link1 and link2, but I don't know what url are coded. So I would like a command: extract the href of link1 and follow it. Is it possible with JMeter? Thanks, Simon.

