English 中文(简体)
Software Testing Dictionary

A

B

C

D

E

F

G

H

I

K

L

M

N

O

P

Q

R

S

T

U

V

W

Useful Resources

Selected Reading

Requirements Based Testing
  • 时间:2024-03-20 15:07:39

Requirement Based Testing


Previous Page Next Page  

What is Requirements based Testing?

根据要求进行的测试是一种测试方法,其中测试案例、条件和数据来自要求。 它包括功能测试以及诸如性能、可靠性或可用性等非功能特性。

Stages in Requirements based Testing:

    界定试验完成标准—— 只有在所有功能测试和功能测试完成后才能完成。

    试验案例有五个参数,即初始状态或先决条件、数据设置、投入、预期结果和实际结果。

    Execute Tests - Executeges cases against the system under test and document the results.

    。 检测过程中发现的任何缺陷都经过了缺陷的生命周期,并经过了解决。 保存了不完善的统计数据,这将给我们项目的总体状况。

Requirements Testing process:

    检测必须及时进行。

    测试过程应当增加软件寿命周期的价值,因此需要有效。

    彻底测试系统是不可能的,因此测试过程也需要有效率。

    测试必须提供该项目的总体状况,因此应当加以管理。

Advertisements