English 中文(简体)
Testing - Estimation Techniques
  • 时间:2024-03-20 06:40:33

Software Testing - Estimation Techniques


Previous Page Next Page  

估计测试所需努力是SDLC的一项重大任务。 校正估算有助于以最大覆盖率测试软件。 本节介绍一些可用于估算测试所需努力的技术。

Functional Point Analysis

这种方法基于对软件功能用户要求的分析,其类别如下:

    Outputs

    Inquiries

    Inputs

    Internal files

    External files

Test Point Analysis

这一估算过程用于黑箱或接受测试的功能点分析。 这种方法的主要内容是:规模、生产力、战略、互法、复杂性和统一性。

Mark-II Method

这是一种估算方法,用于根据最终用户的功能观点分析和衡量估算。 标识II方法的程序如下:

    Determine the viewpoint

    Purpose and type of count

    Define the boundary of count

    Identify the logical transactions

    Identify and categorize data entity types

    Count the input data element types

    Count the functional size

Miscellaneous

你们可以使用其他大众估算技术,例如:

    Delphi Technique

    Analogy Based Estimation

    Test Case Enumeration Based Estimation

    Task (Activity) based Estimation

    IFPUG method

Advertisements