0

I am getting following error in my script

https://i.sstatic.net/lbrZ5.png

does that mean i am missing any jar file which i need to include in liabrary or something else.

2 Answers 2

1

Looks like you need to include the jmeter library in your project.

Sign up to request clarification or add additional context in comments.

1 Comment

yeah i figured out.That error is gone but now getting error with following import org.apache.jorphan.logging.LoggingManager; import org.apache.log.Logger;
1

Include all jars from the following JMeter folders:

  • /lib
  • /lib/ext

into your project classpath as well as Selenium libraries.

By the way, are you aware of existing WebDriver Sampler which integrates JMeter and Selenium so you won't have to recompile your JUnit code in case of any changes on Selenium side of things.

Comments

Your Answer

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.