0

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?

asked Jun 14, 2023 at 12:20

1 Answer 1

0

JMeter test produces some output even if it fails so in order to determine the reason of unexpected behaviour take a look at:

  1. Your pipeline console output
  2. JMeter .jtl results file
  3. 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

answered Jun 14, 2023 at 12:32
1
  • 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. Commented Jun 14, 2023 at 14:45

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.