Hello Everyone ,
I have successfully implemented the BDD framework using TestNG with Page Object Model Design. My code was running fine but now it's getting this error :-
java.lang.ClassNotFoundException: org.picocontainer.PicoBuilder Exception
I have the used the code from the Automation Architect Tutorial . Section 8 Live Project 5 .
It is not able to read the AbstractTestNGCucumberTests which is present in this package
cucumber.api.testng;
If the pom.xml file need to be modified please do let me know.
@Raman Sir Please suggest
This is the dependency I have used
Thanks,
Saurav