Pushed the JMeter Selenium Scripts into Azure GIT Repository, created the pipeline and run the pipeline.
Agents added are: JMeter, Command Line, Publish pipeline artifact and publish and download artifacts from Release pipelines. enter image description here
In the scripts the JSR223 Sampler, counters and Chrome Driver Config are added and after execution of test html file also generated but observed no transactions are happening. enter image description here enter image description here enter image description here
Could anyone please help me?
1 Answer 1
JMeter test produces some output even if it fails so in order to determine the reason of unexpected behaviour take a look at:
- Your pipeline console output
- JMeter .jtl results file
- jmeter.log file
My expectation is that your Thread Group doesn't start because ChromeDriver binary doesn't exist at the given location. So you will need to download and unpack it. The same applies to Chromium browser itself
-
Thanks Drimiti, Could you please also help me on how to keep the chrome driver.exe in the project and make the path dynamic so I can run it on Azure Pipeline.Bhaskara Reddy Dwarampudi– Bhaskara Reddy Dwarampudi2023年06月14日 14:45:54 +00:00Commented Jun 14, 2023 at 14:45
Explore related questions
See similar questions with these tags.