Solved
Forum Discussion
Asubbiah
10 years agoContributor
Got the answer. thanks.
instanceof JdbcRequestTestStep
nmrao
10 years agoCommunity Hero
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
}