Act

During the act stage, you set everything for your test in motion. You call methods on the object you're testing, you feed it data, and you manipulate it. This is essentially where you take your code for a proverbial spin. Don't perform too many actions in succession though; too much acting will lead to problems during the next step, assert.