Explore >> Select a destination


You are here

blog.stevensanderson.com
| | www.codesimplicity.com
3.3 parsecs away

Travel
| | Much like we gain knowledge about the behavior of the physical universe via the scientific method, we gain knowledge about the behavior of our software via a system of assertion, observation, and experimentation called "testing." There are many things one could desire to know about a software system. It seems that most often we want to know if it actually behaves like we intended it to behave. That is, we wrote some code with a particular intention in mind, does it actually do that when we run it? In a sense, testing software is the reverse of the traditional scientific
| | www.marclittlemore.com
2.4 parsecs away

Travel
| | There are many different types of tests you can write. Let's find out about what they are.
| | lietzau-consulting.de
3.0 parsecs away

Travel
| | Let's face it: Most developers absolutely suck at testing their Apex code. Are you one of them? You are about to find out ...
| | everydayrails.com
16.0 parsecs away

Travel
| RSpec 3.1, Rails 4.1 (and beyond), testing services, and more: Here's what's new.