dialog.setValue( Form.EXPECTED_DESULT, runContext.expand( getExpectedResult() ) );
dialog.setValue( Form.STATUS, "Unknown" );
UISupport.select( this );
while( !dialog.show() )
{
if( UISupport.confirm( "Are you sure? This will stop the entire test", "Cancel TestStep" ) )
{
testStepResult.setStatus( TestStepStatus.CANCELED );
runner.cancel( "Canceled by user" );