Hi, I have the following application set up:
1. A distributed system of servers and special servers and common user nodes. 2. Each server is connected with every other special server but not with a server. 3. Every time a client wants to connect to a server, it first connects with a special server which then loactes the best server available to it and send its IP address to it after which a normal connection is established between that client and its nearest (best) server. There are failsafe arrangements built into the code. Which testing framwork will allow me to test this across a small sample network ? I dont wish to only simulate this on a single machine but across multiple machines with each having a role among the three mentioned above. Any help will be most welcome. Note : Im not looking for stress/load tests but for functional testing. -- View this message in context: http://www.nabble.com/Best-Testing-Frameowork-to-Simulate-a-Distributed-Networks-%28functional-tes%29-tp17653174p17653174.html Sent from the JMeter - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
