ContributionsMost RecentMost LikesSolutionsRe: How to enable/disable multiple assertions in a test Suite via groovy script nmrao - Thank you that one worked. Really appreciate your help. Re: How to enable/disable multiple assertions in a test Suite via groovy script Attached is the snapshot of the project. There are multiple test steps under the testcase. and not all the test steps have the assertion 'ConciseResponse'. The error I am getting while just running the setup script at the TestSuite level is com.eviware.soapui.support.scripting.ScriptException: Error in Setup Script of Search Options Re: How to enable/disable multiple assertions in a test Suite via groovy script nmrao Tried your suggestions of removing ? , but its still erroring out. Here is the screenshot of the project. Btw I am using version 3.5.1 Re: How to enable/disable multiple assertions in a test Suite via groovy script nmrao - Tried the script you have posted at the Setup script at the TestSuite level, but i am getting a script error How to enable/disable multiple assertions in a test Suite via groovy script I need to enable/disable multiple assertions in a test Suite via groovy script I know how to disable individual assertion via testSuite.getTestCaseByName("TestCaseName").getTestStepByName("TestStepName").getAssertionByName( "ConciseResponse" ).disabled = true But I would like to enable / disable all the assertions named "ConciseResponse" in a test suite via groovy script. Any help would be appreciated SolvedRe: Adding a property to Grid Datasource doesn't add a Column to existing values I am running version 2.8.0 Adding a property to Grid Datasource doesn't add a Column to existing values I have created a GRID Datasource with 5 properties and have added 1 row of values for each. When I am trying add an additional property , it doesn't add a column to the existing Configuration. The only workaround is I have change the type from Grid to something else and come back to Grid , but then that wipes out all the data stored. Looks like this is a bug Or Am I doing something wrong here ? Solved