This post originated from an RSS feed registered with Java Buzz
by Jason Sankey.
Original Post: Speeding Up Acceptance Tests: Write More Unit Tests
Feed Title: a little madness
Feed URL: http://www.alittlemadness.com/feed/
Feed Description: A man needs a little madness, or else he never dares cut the rope and be free. -Nikos Kazantzakis
Speed up your tests by writing more tests? No, I haven’t gone insane, there is a clear distinction between the two types of tests:
Acceptance tests verify the functionality of your software at the users level. In our case these tests run against a real Pulse package which we automatically unpack, setup and exercise [...]