Saltar al contenido
Portada » Tooltips » Página 24

Informaciones emergentes

Management Review

  • por

A systematic evaluation of software acquisition, supply, development, operation, or maintenance process, performed by or on behalf of management that monitors progress, determines the status of plans and schedules, confirms requirements and their system allocation, or evaluates the effectiveness of management approaches to achieve fitness for purpose.

Static Analysis

  • por

Analysis of software development artifacts, e.g. requirements or code, carried out without execution of these software development artifacts. Static Analysis is usually carried out by means of a supporting tool.

Data Flow Analysis

  • por

A form of Static Analysis based on the definition and usage of variables.

Pareto analysis

  • por

A statistical technique in decision making that is used for selection of a limited number of factors that produce significant overall effect. In terms of Quality improvement, a large majority of problems (80%) are produced by a few key causes (20%).

Test Management Tool

  • por

A tool that provides support to the test management and control part of a test process. It often has several capabilities, such as testware management, scheduling of tests, the logging of results, progress tracking, incident management and test reporting.

Test Execution Tool

  • por

A type of test tool that is able to execute other software using an automated test script, e.g. capture/playback. [Fewster and Graham]

Test Automation

  • por

The use of software to perform or support test activities, e.g. test management, test design, test execution and results checking.

Performance Testing Tool

  • por

A tool to support performance testing that usually has two main facilities: load generation and test transaction Measurement. Load generation can simulate either multiple users or high volumes of input data. During execution, response time measurements are taken from selected transactions and these are logged. Performance Testing tools normally provide reports based on test logs… Leer más »Performance Testing Tool

Keyword-Driven Testing

  • por

A scripting technique that uses data files to contain not only test data and expected results, but also keywords related to the application being tested. The keywords are interpreted by special supporting scripts that are called by the control script for the test. See also data-driven Testing.

integridad funcional

  • por

El grado en que el conjunto de funciones cubre todas las tareas especificadas y los objetivos del usuario.