Software Testing (eight)

Safety test
  • Software Security Overview

Computer security problem has always been there, but we also need to focus on software security, so in addition to the functionality and performance, we also need to focus on software security issues
purpose of security testing: to enhance the safety and quality of IT products, as far as possible before release find security problems to be repaired, reduce costs, not to be invaded validation during installation

  • Understand the motivations
  • Threat model analysis
  • Software security testing methods
    • Functional Verification
    • Vulnerability scanning
      • xss injection
      • sql injection
    • Simulated attack to realize
      • Posing
      • Repeat
      • Message tampering
      • Denial of Service
    • Listening technology
  • Understand buffer overflows
Software test summary report
  • Summarizes current problems found in testing phase
  • The decision to review the current project can be published
  • One test was necessary output
  • Product quality assessment report
  • Make recommendations for the next phase of testing activities to improve
  • Mark the end of the testing phase
Published 31 original articles · won praise 4 · Views 3496

Guess you like

Origin blog.csdn.net/qq_29074261/article/details/105331251