Error on import statements while integrating Test Link through WebDriver Java -
i trying integrate testlink
webdriver
using java.
so after executing tests in webdriver
, results go testlink
.
i got code online error
import br can not resolved.
i have imported following libraries - testlink-api-client-2.0, commons-logging-1.1, ws-commons-util-1.0.2, xmlrpc-client-3.1, xmlrpc-common-3.1-sources.
can please me resolve issue?
import statements on error:
import br.eti.kinoshita.testlinkjavaapi.testlinkapi; import br.eti.kinoshita.testlinkjavaapi.constants.executionstatus; import br.eti.kinoshita.testlinkjavaapi.constants.executiontype; import br.eti.kinoshita.testlinkjavaapi.constants.testcasedetails; import br.eti.kinoshita.testlinkjavaapi.model.testcase; import br.eti.kinoshita.testlinkjavaapi.util.testlinkapiexception;
download below "testlink-api-client-2.0" jar file , use it. should solve problem.
Comments
Post a Comment