Communicating Behavior
Explore how to communicate the behavior behind features in Rails testing effectively. Understand the importance of explaining the problem before implementation and using language that connects technical and non-technical team members to build better applications.
We'll cover the following...
We'll cover the following...
Thinking why before how
As we learn more and more about testing, our questions start to change slightly. We become more interested in knowing the value-add to the end user’s life than the exact tasks. In other words, we begin to think about the why behind each new feature, not the how. ...