restRequestStepConfig = ( RestRequestStepConfig )getConfig().getConfig().changeType(
RestRequestStepConfig.type );
testRequest = buildTestRequest( forLoadTest );
if( testRequest == null )
throw new ItemDeletedException();
// testRequest = new RestTestRequest( null,
// requestStepConfig.getRestRequest(), this, forLoadTest );
testRequest.addPropertyChangeListener( this );
testRequest.addTestPropertyListener( new InternalTestPropertyListener() );