prepareTestStep();
SingleControlValidation validation;
XPropertySet focusField;
validation = new SingleControlValidation( m_document, 5, 5, "DatabaseFormattedField", new NumericValidator() );
focusField = validation.getInputField();
validation.setExplanatoryText( "Please enter a number between 0 and 100, with at most 1 decimal digit" );
validation = new SingleControlValidation( m_document, 90, 5, "DatabaseTextField", new TextValidator() );
validation.setExplanatoryText( "Please enter a text whose length is a multiple of 3, and which does not contain the letter 'Z'" );