Tag: testing
Tag: testing
Posts tagged with "testing":
-
A History of Quality in Software Engineering
From the 1968 software crisis to BDD: tracing the evolution of quality practices through structured programming, inspections, TDD, and specification by example.
-
Enter a debugging session when test run fails
Debug failing tests interactively using Cuprite, Capybara, and Minitest by entering a debug session on test failure in development environments.
-
How to upgrade a Ruby on Rails application?
Step-by-step guide for upgrading Rails apps covering Ruby versions, gems, testing strategies, and managing the upgrade process with your team.