views:

67

answers:

3

I am now doing the UI from fresh so I want to make it fully test. Could anyone suggest the correct way to do this and where should be the good place to start? such as Concept, Framework.

(I already know some concept of testing)

+2  A: 

Maybe Selenium can help you with frontend testing.

Daff
+1  A: 

Try Cucumber. The site has a bunch of documentation and videos to get you started.

Jeff Perrin
A: 

Watir may be useful as a tool and there are various tutorials out there for it.

JB King