Android Development Espresso – Testing RecyclerViews at Specific Positions Tips and tools for writing comprehensive Espresso tests for an interface that uses a RecyclerView on Android.
Extracurricular Activities Acceptance Testing Your Games to Fix Bugs and Provide Regression Acceptance testing games is hard. Why is it hard? Why is it important? Can I see an example in Ruby?
Ruby Convenient Trick for Tolerance-based Test Assertions Using #ish Enabling the #ish syntax to ease the writing of automated Ruby system and integration tests that rely on fuzzy or tolerance-based assertions.
Development Practices Building the Right Acceptance Tests Creating the right acceptance tests starts with choosing the right tools and asking the right questions.
C & C++ Acceptance Testing C++ with Cucumber and the Wire Protocol The following example shows how this works with C++ using Cucumber-Cpp, plus an example that comes bundled with it.
Development Practices Acceptance Tests, My Hero! Acceptance tests are crucial even for small hobby projects.