chathuradContributor7 years agoValidate availability of atleaset one item After doing some basic scripting like this def response = context.expand( '${Request 1#Response}' ).toString() def slurper = new JsonSlurper() def json = slurper.parseText response def courseType...Show MoreJHunt7 years agocourseType.each { assert it.contains("General English") }
chathuradContributor to JHunt7 years agoFew minuts ago i did the same but little bit different way, But your answer is correct. Thanks again.
Related ContentBrowserWindow is available but Page is notData ValidationJQL functions not availableValidate String in GroovyValidations on MockService
Recent DiscussionsHow do I change password and Username on every call in a Test Case in SoapUI?What is purpose if inspector pane in SoapUI?Content-Length calculation wrong when posting UTF-8 contentError exception in phase 'semantic analysis' with java 21Generate positive long integer?