Suppose that I am intending to draw some user-supplied text on a bitmap in C#, what sort of tests would I write up front?
Is this sort of thing even possible? BDD seems very straight-forward when dealing with mathematical problems but I find it near impossible and more trouble than it's worth when dealing with custom UI controls, graphics etc.
All of the TDD examples that I can find use simple calculation examples like currency conversion or ten-pin bowling scoring which even a newbie can easily do using TDD. Am I missing something?