Filter by:

AllDesignEngineeringProductBusiness

Aug 29 2019

Introducing Prismatest Testing Library

Today I’m officially announcing the launch of Prismatest, a Javascript library to decouple your front-end tests from the view layer details. Writing tests for front-end applications is hard. Prismatest aims to make it easier. I've seen and written tests that read

Daniel Wilson

EngineeringTestingJavaScript

Jul 09 2019

Practices and Tools that Make for a Good Project

What makes for a good software project, from an engineering standpoint? There are projects that are a joy to work on, and others that are a drag. The industry has accumulated enough wisdom to be able to name a few

Jeff Cole

AgileCode QualityTestingWeb ApplicationsCloud Solutions

Jul 10 2018

The Real Value of Cucumber

In the article, Why I Recommend Against Using Cucumber, the author Jason Swett, stipulates some problems with how he sees Cucumber being used incorrectly, and that even if used correctly, he posits that Cucumber has a “small negative value.” While

Mike McDermott

EngineeringTesting

Sep 16 2016

Why Your Tests are Broken and How to Fix Them

Writing and maintaining a useful test suite can be difficult. Today I’ll discuss some common causes of bad tests, and how to fix them. Messing with global state Global state is shared by all your tests. Mutating it in one test can

Will Farrell

EngineeringTesting