hi usually what you need to vary the IP address and port , potentially also the url. You have to paremeterise all those variables so that you can switch between them easily http://theworkaholic.blogspot.com/2009/06/testing-multiple-environments-with.html. regards deepak
On Thu, Aug 11, 2011 at 6:14 AM, Shirish <[email protected]> wrote: > Hello Friends, > > As of now I am currently working with a Product Development team which > works > in 5 different continents and has separate Application Servers let’s say A, > B, C, D and E (all these servers are synchronized means shares the same > BUILDS/SOFTWARE'S and all . > > While working with Performance Testing, I have created a Test Plan/JMX > script by recording it on the A server. I used various features of the > JMeter like CSV, Reg Ex and Listeners. > > Now our requirement is to run these scripts on remaining different servers > to reproduce the issues which I encountered and reported with the > Application server “A”. > > I found one solution as to remove the *HTTP Header Manager* present under > the Http Requests, after updating the “HTTP Request Defaults -- Server name > /IP” variable value to the desired Server Address; I found that some thread > requests are getting executed successfully and some or not. > > Please advise if there is any other way out to do the required. > > > > Thanks and regards, > > Shirish Ganjewar >

