Recent Discussions
com.eviware.soapui.config.* missing: How do I clone and run SoapUI locally in Intellij?
I have followed the steps mentioned in the Readme page but the SoapUI.java file won't run because all call files in com.eviware.soapui.config are misssing. Am I missing a step here? Please help. Than...18Views0likes1CommentScript Assertion - accessing other Test Steps...
In my test steps, I have a GET that retrieves the existing data. I'm storing the values with a Property Transfer into a Properties step. The value I will be using is "LastUpdateDate" A groovy s...schu77715 hours agoPlace SoapUI Open Source QuestionsSoapUI Open Source QuestionsOccasional Contributor16Views1like1CommentLoad Test and global Grovy script
Hi, Could i create an global groovy script for my load test outside loop. I want my script is executed at the beginning one time only and load variable into memory. Regards Philippephil8915 hours agoPlace SoapUI Open Source QuestionsSoapUI Open Source QuestionsOccasional Contributor674Views1like1CommentError getting response javax.net.ssl.SSLException: Unsupported or unrecognized SSL message
Hello Community, I have followed this tutorial Securing MockServices with SSL, to configure https call in SoapUI, my mock service is running on http://WL-748TFB3:8180/mockOsg, it returns reponse, th...13Views0likes0CommentsTest Runner Error
We use Jenkins to execute our tests automatically using the test runner. We execute them using the following command: CALL "%SOAPUI_HOME%\bin\testrunner.bat" %%g -PEnvironment=%RUN_ENVIRONMENT% -Ijf...bigdaddyduergar9 days agoPlace SoapUI Open Source QuestionsSoapUI Open Source QuestionsOccasional Contributor29Views0likes0CommentsHow to set the body of a PUT request through a groovy script?
In my test, I have a GET request to get the current value of a row in the database. The value is a boolean value that needs to be flipped so an update will happen when the PUT request is done. I'm a...Solvedschu77711 days agoPlace SoapUI Open Source QuestionsSoapUI Open Source QuestionsOccasional Contributor8Views0likes1Comment