When testing an application, we always keep three questions in mind.
Finding the answers to these questions can happen at several points in the process of designing a system. When is the right time to test an application? It depends on the size. We'd probably want to test a subset of the total functionality of a very large application in stages throughout the design and implementation process. For smaller applications, it just makes sense to test when design and implementation is nearly complete. |