vikram_u_k
9 years agoContributor
BDD Cucumber Dependencies
Hi Support,
With the Example Project zip file for BDD at SmartBear Cucumber Zip i have been getting this error.
Exception in thread "main" java.lang.NoClassDefFoundError: gherkin/util/FixJa...
- 9 years ago
Hi Support,
Solved the Issue as it was related to Maven Connectivity.
There was one difference in the documentation about the package information.
In the Tutorial:
import com.smartbear.cucumber.TestComplete;
Maps into the TestComplete.jar import com.smartbear.cucumber and not as com.smartbear.testcomplete.cucumber;