Open Sources/[API] Soapui2 unable to resolve class com.jayway.jsonpath.JsonPath Error 아래와 같은 Groovy script를 작성할 경우, Command로 돌릴 경우에 Error가 발생한 import groovy.json.JsonSlurper;import com.eviware.soapui.support.types.StringToStringMap;import static com.jayway.jsonpath.JsonPath.parse def responseContent = testRunner.testCase.getTestStepByName("signin").testRequest.response.contentAsString;def access_token = parse(responseContent).read('token.access_token');def token_type = parse(resp.. 2017. 5. 31. maven test 시 Error : maven java.lang.ClassNotFoundException: com.mysql.jdbc.Driver $JAVA_HOME/jre/lib/ext/에 jdbc connect library를 넣어주면 된다. 2016. 9. 19. 이전 1 다음