I've searched within the site, but couldn't find my answer..
I'd like to start a project from ground up, and my customer has given me a HTML Mock-up of the product and asked me to do it in a TDD approach.
Normally, I was responsible for designing and developing both front-end and back-end parts, and it's my first time that they have given me the mock-ups. It's not my favorite style of developing software for consultation works (I normally start by Model layer, then View, and then Controller for integrating them.)
So my questions are:
1- Basically, how should I attack the problem? I know that it is better that I have the View Layer,but I want to adapt the View into my favorite Template Language of choice.
2- I have to do in a TDD approach. I guess having MockUp is a perfect scenario for "Functional Testing" by using Selenuim test tool, for instance. Am I right ??