Initially, focus on the main path of the application; not the edge conditions
As the test suite expands, then you can start looking at the edge cases
Even if you suspect or have diagnosed particular bugs, you still need tests for the main focus of the application.
Remember: one of the main goals of this approach is to avoid accidentally breaking something when fixing a bug somewhere else.