Tagged: testing

Faster Cucumber Tests

0

Let’s face it you can never have enough money and your tests never run fast enough.  I can’t help you with your money, but if you follow the steps in this post I can help you speed up your Cucumber tests. The improvement process that I’ll walk you through is known commonly as DMAIC (Define, [...]

Going Faster With a Back-Seat (Web) Driver

0

Slow, long running test suites can be almost as dangerous to a project’s health as not having tests at all. The presence of tests gives developers, managers and customers a sense of security about the stability of the code base, but that sense of security is only valid if those tests are running (and passing) [...]

Building Eclipse RCP Applications the Agile Way

0

For a long time now, the Eclipse Rich Client Platform has suffered from a severe lack of support for one of the core elements of Agile programming–Continuous Integration. The support for building and packaging an RCP application through the IDE itself was very different from the headless support for those same tasks through PDE/Build. The [...]