This document presents a technique for generating unit test blueprints from execution traces of existing code. The technique instruments a program to collect execution traces and object flow data. An analysis of the traces then extracts test scenarios to generate blueprints showing how to set up test fixtures, execute units under test, and verify expected behavior. An initial case study found the tool worked well at producing tests but had difficulties selecting execution units and initializing objects. The blueprints provide guidance for writing tests for legacy code even when it is not well understood.