in reply to How to Test When User Sees Same Thing?

Instead of testing the application as a whole (integration testing), consider writing tests for small parts of the application (unit testing). Both types of testing are important, but unit testing will find issues and help you solve them much faster than integration testing.

Modules such as Test2::Suite make it fairly easy to write a suite of unit and integration tests.

Optimising for fewest key strokes only makes sense transmitting to Pluto or beyond
  • Comment on Re: How to Test When User Sees Same Thing?