ContributionsMost RecentMost LikesSolutionsRe: How to Print to Assertion Log? Yes, thank you! Re: How to Print to Assertion Log? Thank you! Is there any way to avoid printing "java.lang.AssertionError" and "error at line: 1" ? Perhaps an alternate print method? Here is a picture: https://imgur.com/a/3ObqCzj Re: How to Print to Assertion Log? Delete Re: How to Print to Assertion Log? Delete Re: How to Print to Assertion Log? The assertion log is the log that appears when you run a TestSuite in ReadyAPI/SoapUI and then click the "Compare" tab. Here is an image: https://imgur.com/a/8UKPhLs How do I make this Groovy Script work? assert 1==0, ${DataSource#EndPoint} How to Print to Assertion Log? In ReadyAPI/SoapUI Pro, when a test case fails, I would like to print a custom message to the assertion log (see the "Compare" tab), as well as printing the endpoint that has failed. Is this possible? Or even simply printing the variables from the DataSource? SolvedRe: Best way to programmatically test services with different variables? Not entirely. Re: Best way to programmatically test services with different variables? Thank you. It looks like it only gets the HTTP status code returned rather than the full response for each method call. Is there a way to get the full response for each call to the API service? Re: Best way to programmatically test services with different variables? What is the data driven approach in regards to SOAP UI Test Suites? Can you walk me through the steps I would use to set up my test cases? Thank you for your reply. I appreciate it. Best way to programmatically test services with different variables? Hello! I need to test a service with multiple variables to a SOAP request. What is the best way to test this without Cloning Test Cases? The sticking point is that I need to see the individual responses for each run of the Test Case sent. Is this possible?