Solved
Forum Discussion
2 Replies
- AsubbiahContributor
Got the answer. thanks.
instanceof JdbcRequestTestStep
- nmrao
Champion Level 1
Just to make it clear including import statement:
import com.eviware.soapui.impl.wsdl.teststeps.JdbcRequestTestStep //...other statements.... // step is defined as test step if (step instanceof JdbcRequestTestStep) { //do the struff required }