I m developing large application using ExtJS framework. Because it grows too fast, I realized that this might be the time to start doing tests.
I want to go for BDD technique, I found several BDD frameworks for JavaScript around (Screw.Unit, JSpec, JSSpec), but I m still not sure which one to choose. There are some articles about this topic, but I m more interested in your own experiences/suggestions.
So my questions are:
- Which one do you use and why?
- Any other hints/tips are welcome.
- Do you use Selenium alongside a BDD testing?
- Do you use any other technique?