软件测试
发布于: 2022/09/01
最后更新: 2022/12/30
字数: 0
status
type
category
tags
slug
date
summary
icon
📒
概述
📒
测试级别

📒测试技术

静态测试

Static testing does not require the execution of the software code, and read through the code to search for faults.
测试不运行的部分,只是检查和审核。
  • 静态黑盒测试:测试产品说明书
      1. 研究现有的标准和规范
          • 公司惯用语和规定
          • 行业与政府要求
      1. 审查和测试类似软件
 
  • 静态白盒测试:检查设计和代码

动态测试

Dynamic testing confirms the operation of a program by executing it.
通常意义上的测试,进行使用和运行软件。
  • 动态黑盒测试
    • Sometimes referred to as functional testing or behavioral testing.
      📙
      黑盒测试
 
2023 - 2026