Tagged: selenium

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) [...]