Forum Discussion

chanukya1's avatar
chanukya1
New Contributor
9 years ago
Solved

Jenkins throws org.apache.xmlbeans.XmlException: error: Unexpected element: CDATA but not soapUI

Hi  I am running automated tests using SOAPUI. My tests run safe when running in SOAPUI but one test fails when running in Jenkins as maven project. 10:54:36,633 ERROR [SoapUI] An error occurred [e...
  • chanukya1's avatar
    chanukya1
    9 years ago

    I fixed the problem . actually not fixed but handled it in a different way.

    def vUControllerIds = []
    vUControllerIds = context.expand( '${#TestCase#VUControllerIds}' )
    def vUControllerId = new GroovyShell().evaluate(vUControllerIds)