Now that we have covered the required testing concepts, it is time to learn how we can create the test plan. At the same time, we will document our test plan; this will serve as a basis for the next part of this chapter, where we will apply the test.
Our test plan will consist of some of the concepts we have covered earlier, such as web page testing, boundary testing, integration testing, and others. Because we are applying the test on the code we have used in Chapter 2, Ad Hoc Testing and Debugging in Javascript, we have the advantage of knowing what the code is about. Therefore, we can design our test process in such a way that it can incorporate ideas from both black box testing and white box testing. ...
No credit card required