Im Using Selenium with JMeter's WebDriver Sampler and I want to test my app in Internet Exoplorer buy when I run it I got this error:
java.lang.IllegalStateException: The driver executable does not exist: C:\Users\PNB01\Desktop\JMETER\apache-jmeter-3.3\bin
And this is my script in WebDriver Sampler:
System.setProperty("webdriver.ie.driver", "C:/IEDriverServer.exe");
WDS.sampleResult.sampleStart()
WDS.browser.get('http://www.google.com')
WDS.sampleResult.sampleEnd()