SoapUI 5.10.0 is now available
This release focuses primarily on important security and platform updates, including updates to key dependencies such as SLF4J and Log4j. We've also migrated to Install4j 11, which brings improved compatibility with modern macOS versions through an updated installer experience. Grab the latest release here Release notes for reference: https://www.soapui.org/docs/downloads/release-notes/110Views1like0CommentsURL list from manual test step
I am trying to get URL list from Manual test step. Like here: https://support.smartbear.com/readyapi/docs/soapui/steps/manual.html Option Description Description Shows the specified test step’s description. Expected Result Shows the description of the expected result. Result Specifies the actual result of performing test actions. Note: ReadyAPI saves the result to the Result property for a later analysis. URL list The list of URLs to any relevant resources (for example, shared screenshots). Result Status The result of a test step: Fail – ReadyAPI marks the test step as failed. Pass – ReadyAPI marks the test step as passed. Unknown – ReadyAPI does not mark the test step. In my soap ui I got after step execution, in test case log Step n [stepName] timeTaken 0000 -> blah blah blah ->URL: xxxxxx ->URL: yyyyyy when I tried to access it by using *.getProperty("Result").value gives me only result but not URL ("blah blah blah") also length of Result value is 15 instead of well twice as much. So Is there a way to get this or I need to use custom step? -probably groovy and jswing to achieve similar501Views0likes0Commentshow can i run soapUI after I edited its sourcecode?
I want to see how the soapUI gui is implemented. idid not find any specific gui code on github. I want: change & edit code of soapUI build it, run it see the changes. how do I do step 2? Do I need to : compile, build & run the installer again? and only then see the changes? in general, how do I quickly see the changes that I made? soapUI is desktop application, after every change it must be reinstalled right? pls tell me how to do it.840Views0likes1Comment