How do I determine the type of a test step in a groovy script
I am reading environment variables in from an ini file in my test suite setup script and updating the properties for each step. However the JDBC step does not like properties that are not used in the ...