News

Also, if the bulk of your UI testing is the javascript/ajax on the page, it might be worth looking at a javascript testing framework like ScrewUnit in addition to your BDD tests.
A proper framework to develop software needs disciplined techniques that include Test-Driven Development (TDD), Behavior-Driven Development (BDD) and Integration Testing.
Modern development methodologies rely heavily on testing and testing frameworks. Of course, testing frameworks are quite mature in the Java and .NET world, but they have been nascent in terms of ...