Questions tagged [distributed-testing]
95 questions
0
votes
1 answer
How do I run Jmeter test from command line with -Djava.rmi.server.hostname=IP and command line parameter?
I need to run a distributed test with some of the command line parameter and also I need to pass My server IP with -Djava.rmi.server.hostname=IP, since I am running it from the command line I need nee to give as
jmeter -n -t C:\\Jmxfile.jmx -r…

Deepak N
- 1,408
- 3
- 15
- 37
0
votes
1 answer
JMeter - Running a JMeter slave from a master results in an RMI Connection Exception
I have followed the necessary instructions of setting up a distributed JMeter Testing environment with JMeter 4.0.
I have one master and one slave. Both are on the same subnet and I have (whether I should have or not) opened both inward and outward…

sam0673
- 171
- 1
- 3
- 11
0
votes
2 answers
How can I give serial number for the each slave in Jmeter distributed testing?
I want to run jmeter distributed setup, but for some reason I need to Identify each slave with serial number, how can I give the serial number to all slaves like one slave has serial number 1, another is 2 and so on.
Is there any function in jmeter?…

Deepak N
- 1,408
- 3
- 15
- 37
0
votes
1 answer
JMeter - add Lock in a Distributed testing
I use a Critical Section Controller in my jmx and I want to use jmx in Distributed enviroment, but there is a warning that it can't be done:
Critical Section Controller takes locks only within one JVM, so if using Distributed testing ensure your…

Ori Marko
- 56,308
- 23
- 131
- 233
0
votes
1 answer
How to perform distributed testing in JMeter for different tenants with multiple app servers?
I have to do performance testing on 3 web/app servers which are accessed by 5 different tenants(URLs). The operations are same in all the tenants with JDBC authentication.
I have multiple JMX files, take one for example ie. JMX for Signin and…

Bala
- 184
- 3
- 19
0
votes
1 answer
Can distributed tests be run locally in TestComplete?
Is it possible for distributed tests to run overnight locally in TestComplete 10, rather than on a remote machine? And if so, how?
Thank you.

Dan
- 29
- 6
0
votes
1 answer
In Distributed testing results folders are created per user or thread
I am running into the following strange issue.
Issue In Distributed testing results folders are created per user or thread.
Test has been executed from master machine with One Slave machine.
Both machines have same version of java8.
Actual Results…

rpagadala
- 796
- 2
- 15
- 31
0
votes
1 answer
.NET Compatibility Testing using Coded UI
I have a test scenario where i want to validate the 4.5.2 version .net framework is being installed on a fresh windows environment (Win7, 8.1 and 10 - both 32 and 64 bit) along with the .exe which is being installed (Installation being one of the…

Sanoop Karakkat
- 15
- 6
0
votes
0 answers
In Coded UI, is there any way to specify IP/Hostname of Agent machine?
In Coded UI, is there any way to specify IP/Hostname of Agent machine in which the test needs to be run?
For example : If I want to run method1 on Agent 1 and method2 on Agent 2 and so on. I can be able run the tests using "Test Controller-Test…

Sanoop Karakkat
- 15
- 6
0
votes
1 answer
trouble running all thread group within test plan during Jmeter's remote testing
i am having trouble with remote testing in jmeter.
my server is able to ask the client to start the test plan.
However, only the first active thread group is running, the rest of the active thread group did not run at all.
is there anything that i…

molang
- 1
- 1
0
votes
1 answer
JMeter-server freezes after starting test
I am doing jmeter distributed testing in AWS ec2 instance. My jmeter client machine(master) is in different AWS region on windows platform and jmeter server machine(slave) ) is in another region on linux platform. JMeter server is using public IP.…

janet.s
- 11
- 2
0
votes
1 answer
JMeter distributed testing - how to get aggregated report?
I have three slaves (jmeter-servers) running on EC2 instances, and in one case – (1) JMeter GUI on a local laptop, on another – same test plan (2) running from a command line on yet another EC2 instance.
In case of GUI I can see all the aggregated…

earlyadopter
- 1,537
- 4
- 16
- 21
0
votes
1 answer
Generating HTML reports using Apache ANT on Distributed Load Testing in Jmeter
Can any one please help me on this.?
I want to do a distributed load testing using Jmeter 2.11. For getting detailed and meaningful reports, I Integrated Jmeter with Apache Ant. I tried running the test from 'cmd' and the test is only running…

Renjith R
- 3
- 2
0
votes
1 answer
How to download PDF in Jmeter Distributed Remote Testing on remote server?
I have designed a jmeter script to download PDF using 'Save response to a file' listener.It is working when I executed in local both in GUI and non GUI mode and the PDF is downloaded.But when im trying to run the same script in Distributed remote…

Nissy Crysallite
- 21
- 2
0
votes
0 answers
Test agents pool in teamcity and distributing tests across the pool
We are using Teamcity for CI and I am kind of new to Teamcity.
We have this problem.
We want to run specific set of test suite everyday at some time. But there are 1000s of tests. So we want to distribute the tests across multiple test machines and…

VVP
- 766
- 4
- 14
- 39