// The second argument is the output file
File outputFile = new File(args[1]);
Adapter testAdapter = new RandomAdapter();
Processor http11Processor = new Http11Processor();
FileTester tester = new FileTester(testAdapter, http11Processor,
inputFile, outputFile);
tester.test();