shsharm

Results 2 issues of shsharm

Hi, I am facing below error while running the test script from jmeter. Error -- runTest(org.apache.jmeter.protocol.java.sampler.JUnitSampler$AnnotatedTestCase): io.cucumber.tagexpressions.TagExpressionParser: method 'void ()' not found Trace -- java.lang.NoSuchMethodError: io.cucumber.tagexpressions.TagExpressionParser: method 'void ()' not...

Hi, I have a piece of Cucumber + JUNIT + Selenium WebDriver code to be used in JMeter for load testing. Following is the piece of code: package runner; import...