
177
Chapter 8
Security Test Cases
In the last chapter, we looked at some of the best practices for converting
security requirements into secure software designs. Chapter 8 details the test
cases that correspond to each of the security requirements from Chapter 4.
Each security requirement in Chapter 4 is tied to one or more test cases
you’ll find in this chapter. These test cases are meant for you to use when
developing a
testing plan
sometime during the analysis phase of your project.
This testing plan is then used for comprehensive testing of both the applica-
tion’s functional requirements and its security requirements.
8.1 Standardized Testing ...