Category Archives: BDD

Angular Part 4–Testing AngularJS

It is time now to turn our attention to testing AngularJS applications.  Over time, we’ll want to move to test-first, where we write the test and then write the code. There are many advantages to test-first, but let’s hold off … Continue reading

Posted in AngularJS, BDD, JavaScript, Testing | Comments Off on Angular Part 4–Testing AngularJS

Angular Part 3–BDD With Angular JS

In a previous posting I introduced the critically important topic of Behavior Driven Testing, but the example I gave was straight JavaScript rather than Angular. We’ll want to modify that example to be Angular, but to do so we need … Continue reading

Posted in AngularJS, BDD | 2 Comments

Angular Part 2- Behavior Driven Development

In an earlier posting I discussed, briefly, why Angular is suddenly so popular, and demonstrated how to get started with Angular without writing a line of JavaScript.  It’s time now to turn our attention to a slightly more realistic example. … Continue reading

Posted in AngularJS, BDD | Tagged | Comments Off on Angular Part 2- Behavior Driven Development