*@exception MalformedURLException !ToDo (Exception description)
***********************************************************/
public TextDriver(String outfile, String url, String propsFile) throws MalformedURLException
{
JMeterUtils.getProperties(propsFile);
SamplerController sc = createTestSample(url);
ol = new OutputListener(outfile);
engine = new StandardJMeterEngine();
ThreadGroup tGroup = new ThreadGroup();
tGroup.addListener(ol);
tGroup.addSamplerController(sc);