2020年12月

黑盒测试技术 Black-box-testing

Dynamic black-box texting

Dynamic black-box testing is testing without having an insight into the details of the underlying code.

  • Dynamic, because the program is running
  • Black-box, because testing is done without knowledgeof how the program is implemented.
  • Sometimes referred to as behavioral testing.
  • Requires an executable program and a specification(or at least a user manual).
  • Test cases are formulated as a set of pairs
  • E.g., (input, expected output)

- 阅读剩余部分 -

测试计划 Test plan

  • Test Planning process
  • 测试策略的概念

    • 测试策略通常是描述测试工程的总体方法和目标。描述目前在进行哪一阶段的测试(如单元测试、集成测试、系统测试)以及每个阶段进行的测试种类(如功能测试、性能测试、压力测试)和方法,以确定合理的测试方案使得测试更有效
  • 测试计划体现了测试策略

- 阅读剩余部分 -