Test management

Planning, controlling and reporting testing: strategy, estimation, monitoring, risk, defect management and test documentation.

Translations

English

Terms in this topic (269 in English)

Abstract Test Case
A test case without concrete (implementation level) values for input data and expected results. Logical operators are used: instances of the actual values are …
Acceptance Criteria
The exit criteria that a component or system must satisfy in order to be accepted by a user, customer, or other authorized entity.
Acceptance Testing
Formal testing with respect to user needs, requirements, and business processes conducted to determine whether or not a system satisfies the acceptance …
Accessibility
The degree to which a product or system can be used by people with the widest range of characteristics and capabilities to achieve a specified goal in a …
Accuracy
The capability of the software product to provide the right or agreed results or effects with the needed degree of precision.
Actual Outcome
The behavior produced/observed when a component or system is tested.
Agile Manifesto
A statement on the values that underpin Agile software development. The values are: individuals and interactions over processes and tools, working software …
Agile Software Development
A group of software development methodologies based on iterative incremental development, where requirements and solutions evolve through collaboration between …
Analytical Test Strategy
A test strategy whereby the test team analyzes the test basis to identify the test conditions to cover.
Analyzer
A tool that carries out static analysis.
Anomaly
Any condition that deviates from expectation based on requirements specifications, design documents, user documents, standards, etc., or from someone's …
Appropriateness Recognizability
The degree to which users can recognize whether a component or system is appropriate for their needs.
Audit
An independent evaluation of software products or processes to ascertain compliance to standards, guidelines, specifications, and/or procedures based on …
Automotive Safety Integrity Level
One of four levels that specify the item's or element's necessary requirements of ISO 26262 and safety measures to avoid an unreasonable residual risk.
Availability
The degree to which a component or system is operational and accessible when required for use. Often expressed as a percentage.
Branch Coverage
The percentage of branches that have been exercised by a test suite. 100% branch coverage implies both 100% decision coverage and 100% statement coverage.
Bug
A flaw in a component or system that can cause the component or system to fail to perform its required function, e.g., an incorrect statement or data …
Bug Report
A document reporting on any flaw in a component or system that can cause the component or system to fail to perform its required function.
Bug Taxonomy
A system of (hierarchical) categories designed to be a useful aid for reproducibly classifying defects.
Build Verification Test
A set of automated tests which validates the integrity of each new build and verifies its key/core functionality, stability and testability.
Capability Maturity Model Integration
A framework that describes the key elements of an effective product development and maintenance process. The Capability Maturity Model Integration covers …
Causal Analysis
An analysis technique aimed at identifying the root causes of defects. By directing corrective measures at root causes, it is hoped that the likelihood of …
Cause-Effect Analysis
A black-box test technique in which test cases are designed from cause-effect graphs.
Cause-Effect Diagram
A graphical representation used to organize and display the interrelationships of various possible root causes of a problem. Possible causes of a real or …
Cause-Effect Graph
A graphical representation of inputs and/or stimuli (causes) with their associated outputs (effects), which can be used to design test cases.
Certification
The process of confirming that a component, system or person complies with its specified requirements.
Change Management
(1) A structured approach to transitioning individuals and organizations from a current state to a desired future state. (2) Controlled way to effect a change, …
Charter
A statement of test objectives, and possibly test ideas about how to test. Test charters are used in exploratory testing.
Checker
The person involved in the review that identifies and describes anomalies in the product or project under review. Reviewers can be chosen to represent …
Clear-Box Testing
Testing based on an analysis of the internal structure of the component or system.
Code Coverage
An analysis method that determines which parts of the software have been executed (covered) by the test suite and which parts have not been executed, e.g., …
Coding Standard
A standard that describes the characteristics of a design or a design description of data or program components.
Commercial Off-the-Shelf
A software product that is developed for the general market, i.e. for a large number of customers, and that is delivered to many customers in identical format.
Completion Criteria
The set of generic and specific conditions, agreed upon with the stakeholders for permitting a process to be officially completed. The purpose of exit criteria …
Complexity
The degree to which a component or system has a design and/or internal structure that is difficult to understand, maintain and verify.
Compliance
The capability of the software product to adhere to standards, conventions or regulations in laws and similar prescriptions.
Component Integration Testing
Testing performed to expose defects in the interfaces and interactions between integrated components.
Component Testing
The testing of individual software components.
Concrete Test Case
A test case with concrete (implementation level) values for input data and expected results. Logical operators from high-level test cases are replaced by …
Confidence Interval
In managing project risks, the period of time within which a contingency action must be implemented in order to be effective in reducing the impact of the …
Confidence Test
A test suite that covers the main functionality of a component or system to determine whether it works properly before planned testing begins.
Configuration Item
An aggregation of hardware, software or both, that is designated for configuration management and treated as a single entity in the configuration management …
Configuration Management
A discipline applying technical and administrative direction and surveillance to identify and document the functional and physical characteristics of a …
Confirmation Testing
Testing that runs test cases that failed the last time they were run, in order to verify the success of corrective actions.
Consultative Test Strategy
A test strategy whereby the test team relies on the input of one or more key stakeholders to determine the details of the strategy.
Control Chart
A statistical process control tool used to monitor a process and determine whether it is statistically controlled. It graphically depicts the average value and …
Control Flow
A sequence of events (paths) in the execution through a component or system.
Control Flow Path
A sequence of consecutive edges in a directed graph.
Convergence Metric
A metric that shows progress toward a defined criterion, e.g., convergence of the total number of tests executed to the total number of tests planned for …
Cost of Quality
The total costs incurred on quality activities and issues and often split into prevention costs, appraisal costs, internal failure costs and external failure …
Coverage
The degree, expressed as a percentage, to which a specified coverage item has been exercised by a test suite.
Critical Success Factor
An element necessary for an organization or project to achieve its mission. Critical success factors are the critical factors or activities required for …
Critical Testing Processes
A content-based model for test process improvement built around twelve critical processes. These include highly visible processes, by which peers and management …
Custom Tool
A software tool developed specifically for a set of users or customers.
Dashboard
A representation of dynamic measurements of operational performance for some organization or activity, using metrics represented via metaphors such as visual …
Debugging
The process of finding, analyzing and removing the causes of failures in software.
Decision
A program point at which the control flow has two or more alternative routes. A node with two or more links to separate branches.
Defect Density
The number of defects identified in a component or system divided by the size of the component or system (expressed in standard measurement terms, e.g., …
Defect Detection Percentage
The number of defects found by a test level, divided by the number found by that test level and any other means afterwards.
Defect Management
The process of recognizing, investigating, taking action and disposing of defects. It involves recording defects, classifying them and identifying the impact.
Defect Management Committee
A cross-functional team of stakeholders who manage reported defects from initial detection to ultimate resolution (defect removal, defect deferral, or report …
Defect-Based Technique
A procedure to derive and/or select test cases targeted at one or more defect types, with tests being developed from what is known about the specific defect …
Definition of Ready
The set of generic and specific conditions for permitting a process to go forward with a defined task, e.g., test phase. The purpose of entry criteria is to …
Driver
A software component or test tool that replaces a component that takes care of the control and/or the calling of a component or system.
Dynamic Testing
Testing that involves the execution of the software of a component or system.
Effectiveness
The capability of producing an intended result.
Efficiency
(1) The capability of the software product to provide appropriate performance, relative to the amount of resources used, under stated conditions. (2) The …
Equivalence Partitioning
A black-box test design technique in which test cases are designed to execute representatives from equivalence partitions. In principle, test cases are …
Error
A human action that produces an incorrect result.
Escaped Defect
A defect that was not detected in a previous test level which is supposed to find such type of defects.
Expected Outcome
The behavior predicted by the specification, or another source, of the component or system under specified conditions.
Experience-Based Testing
Testing based on the tester's experience, knowledge and intuition.
Exploratory Testing
An informal test design technique where the tester actively controls the design of the tests as those tests are performed and uses information gained while …
Extreme Programming
A software engineering methodology used within Agile software development whereby core practices are programming in pairs, doing extensive code review, unit …
Failure
Deviation of the component or system from its expected delivery, service or result.
Failure Mode and Effect Analysis
A systematic approach to risk identification and analysis of identifying possible modes of failure and attempting to prevent their occurrence.
False-Fail Result
A test result in which a defect is reported although no such defect actually exists in the test object.
False-Negative Result
A test result which fails to identify the presence of a defect that is actually present in the test object.
Fault Tree Analysis
A technique used to analyze the causes of faults (defects). The technique visually models how logical relationships between failures, human errors, and …
Feature-Driven Development
An iterative and incremental software development process driven from a client-valued functionality (feature) perspective. Feature-driven development is mostly …
Finding
A result of an evaluation that identifies some important issue, problem, or opportunity.
Formal Review
A review characterized by documented procedures and requirements, e.g., inspection.
Functional Safety
The absence of unreasonable risk due to hazards caused by malfunctioning behavior of Electric/Electronic(E/E) - Systems.
Functional Suitability
The degree to which a component or system provides functions that meet stated and implied needs when used under specified conditions.
Functional Testing
Testing based on an analysis of the specification of the functionality of a component or system.
Goal Question Metric
An approach to software measurement using a three-level model conceptual level (goal), operational level (question) and quantitative level (metric).
Heuristic
A generally recognized rule of thumb that helps to achieve a goal.
IDEAL
An organizational improvement model that serves as a roadmap for initiating, planning, and implementing improvement actions. The IDEAL model is named for the …
Impact
The damage that will be caused if the risk becomes an actual outcome or event.
Impact Analysis
The assessment of change to the layers of development documentation, test documentation and components, in order to implement a given change to specified …
Independence of Testing
Separation of responsibilities, which encourages the accomplishment of objective testing.
Indicator
A measure that can be used to estimate or predict another measure.
Informal Review
A review not based on a formal (documented) procedure.
Information Security
Attributes of software products that bear on its ability to prevent unauthorized access, whether accidental or deliberate, to programs and data.
Input
A variable (whether stored within a component or outside) that is read by a component.
Insourced Testing
Testing performed by people who are co-located with the project team but are not fellow employees.
Inspection
A type of peer review that relies on visual examination of documents to detect defects, e.g., violations of development standards and non-conformance to higher …
Integration Testing
Testing performed to expose defects in the interfaces and in the interactions between integrated components or systems.
Interoperability
The capability of the software product to interact with one or more specified components or systems.
Interoperability Testing
Testing to determine the interoperability of a software product.
Key Performance Indicator
A metric that supports the judgment of process performance.
Lead Tester
On large projects, the person who reports to the test manager and is responsible for project management of a particular test level or a particular set of …
Level Test Plan
A test plan that typically addresses one test level.
Lifecycle Model
The activities performed at each stage in software development, and how they relate to one another logically and chronologically.
Likelihood
The probability that a risk will become an actual outcome or event.
Maintainability
The ease with which a software product can be modified to correct defects, modified to meet new requirements, modified to make future maintenance easier, or …
Maintenance
Modification of a software product after delivery to correct defects, to improve performance or other attributes, or to adapt the product to a modified …
Maintenance Testing
Testing the changes to an operational system or the impact of a changed environment to an operational system.
Management Review
A systematic evaluation of software acquisition, supply, development, operation, or maintenance process, performed by or on behalf of management that monitors …
Master Test Plan
A test plan that typically addresses multiple test levels.
Maturity
(1) The capability of an organization with respect to the effectiveness and efficiency of its processes and work practices. (2) The capability of the software …
Maturity Level
Degree of process improvement across a predefined set of process areas in which all goals in the set are attained.
Maturity Model
A structured collection of elements that describe certain aspects of maturity in an organization, and aid in the definition and understanding of an …
Mean Time Between Failures
The average time between failures of a component or system.
Measure
The number or category assigned to an attribute of an entity by making a measurement.
Measurement
The process of assigning a number or category to an entity to describe an attribute of that entity.
Methodical Test Strategy
A test strategy whereby the test team uses a pre-determined set of test conditions such as a quality standard, a checklist, or a collection of generalized, …
Metric
A measurement scale and the method used for measurement.
Model-Based Test Strategy
A test strategy whereby the test team derives testware from models.
Model-Based Testing
Testing based on or involving models.
Multi-System
Multiple heterogeneous, distributed systems that are embedded in networks at multiple levels and in multiple interconnected domains, addressing large-scale …
Myers-Briggs Type Indicator
An indicator of psychological preference representing the different personalities and communication styles of people.
Non-Functional Testing
Testing the attributes of a component or system that do not relate to functionality, e.g., reliability, efficiency, usability, maintainability and portability.
Open-Source Tool
A software tool that is available to all potential users in source code form, usually via the internet. Its users are permitted, usually under license, to …
Operational Profile
The representation of a distinct set of tasks performed by the component or system, possibly based on user behavior when interacting with the component or …
Operational Profiling
The process of developing and implementing an operational profile.
Oracle
A source to determine expected results to compare with the actual result of the software under test. An oracle may be the existing system (for a benchmark), …
Organizational Test Policy
A high-level document describing the principles, approach and major objectives of the organization regarding testing.
Organizational Test Strategy
A high-level description of the test levels to be performed and the testing within those levels for an organization or programme (one or more projects).
Output
A variable (whether stored within a component or outside) that is written by a component.
Outsourced Testing
Testing performed by people who are not co-located with the project team and are not fellow employees.
Pairwise Testing
A black-box test design technique in which test cases are designed to execute all possible discrete combinations of each pair of input parameters.
Pareto Analysis
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 …
Pass
A test is deemed to pass if its actual result matches its expected result.
Performance
The degree to which a system or component accomplishes its designated functions within given constraints regarding processing time and throughput rate.
Performance Testing
Testing to determine the performance of a software product.
Phase Containment
The percentage of defects that are removed in the same phase of the software lifecycle in which they were introduced.
Planning Poker
A consensus-based estimation technique, mostly used to estimate effort or relative size of user stories in Agile software development. It is a variation of the …
Post-Project Meeting
A meeting at the end of a project during which the project team members evaluate the project and learn lessons that can be applied to the next project.
Priority
The level of (business) importance assigned to an item, e.g., defect.
PRISMA
A systematic approach to risk-based testing that employs product risk identification and analysis to create a product risk matrix based on likelihood and …
Probe Effect
The effect on the component or system by the measurement instrument when the component or system is being measured, e.g., by a performance testing tool or …
Process Assessment
A disciplined evaluation of an organization's software processes against a reference model.
Process Model
A framework in which processes of the same nature are classified into an overall model.
Process-Compliant Test Strategy
A test strategy whereby the test team follows a set of predefined processes, whereby the processes address such items as documentation, the proper …
Product Risk
A risk directly related to the test object.
Project Retrospective
A structured way to capture lessons learned and to create specific action plans for improving on the next project or next project phase.
Project Risk
A risk related to management and control of the (test) project, e.g., lack of staffing, strict deadlines, changing requirements, etc.
Quality
The degree to which a component, system or process meets specified requirements and/or user/customer needs and expectations.
Quality Assurance
Part of quality management focused on providing confidence that quality requirements will be fulfilled.
Quality Attribute
A feature or characteristic that affects an item's quality.
Quality Control
A set of activities designed to evaluate the quality of a component or system.
Quality Function Deployment
A facilitated workshop technique that helps determine critical characteristics for new product development.
Quality Management
Coordinated activities to direct and control an organization with regard to quality that include establishing a quality policy and quality objectives, quality …
Quality Risk
A product risk related to a quality attribute.
RACI Matrix
A matrix describing the participation by various roles in completing tasks or deliverables for a project or process. It is especially useful in clarifying roles …
Rational Unified Process
A proprietary adaptable iterative software development process framework consisting of four project lifecycle phases: inception, elaboration, construction and …
Reactive Test Strategy
A test strategy whereby the test team waits to design and implement tests until the software is received, reacting to the actual system under test.
Reactive Testing
Testing that dynamically responds to the behavior of the test object and to test results being obtained.
Regression Testing
Testing of a previously tested program following modification to ensure that defects have not been introduced or uncovered in unchanged areas of the software, …
Regression-Averse Test Strategy
A test strategy whereby the test team applies various techniques to manage the risk of regression such as functional and/or non-functional regression test …
Reliability
The ability of the software product to perform its required functions under stated conditions for a specified period of time, or for a specified number of …
Requirement
A condition or capability needed by a user to solve a problem or achieve an objective that must be met or possessed by a system or system component to satisfy …
Requirements-Based Testing
An approach to testing in which test cases are designed based on test objectives and test conditions derived from requirements, e.g., tests that exercise …
Review
An evaluation of a product or project status to ascertain discrepancies from planned results and to recommend improvements. Examples include management review, …
Review Plan
A document describing the approach, resources and schedule of intended review activities. It identifies, amongst others: documents and code to be reviewed, …
Risk
A factor that could result in future negative consequences.
Risk Analysis
The process of assessing identified project or product risks to determine their level of risk, typically by estimating their impact and probability of …
Risk Assessment
The process of identifying and subsequently analyzing the identified project or product risk to determine its level of risk, typically by assigning likelihood …
Risk Category
A set of risks grouped by one or more common factors such as a quality attribute, cause, location, or potential effect of risk. A specific set of product risk …
Risk Exposure
The importance of a risk as defined by its characteristics impact and likelihood. The level of risk can be used to determine the intensity of testing to be …
Risk Identification
The process of identifying risks using techniques such as brainstorming, checklists and failure history.
Risk Management
Systematic application of procedures and practices to the tasks of identifying, analyzing, prioritizing, and controlling risk.
Risk Mitigation
The process through which decisions are reached and protective measures are implemented for reducing risks to, or maintaining risks within, specified levels.
Risk-Based Testing
An approach to testing to reduce the level of product risks and inform stakeholders of their status, starting in the initial stages of a project. It involves …
Root Cause
A source of a defect such that if it is removed, the occurrence of the defect type is decreased or removed.
S.M.A.R.T. Goal Methodology
A methodology whereby objectives are defined very specifically rather than generically. SMART is an acronym derived from the attributes of the objective to be …
Scalability
The degree to which a component or system can be adjusted for changing capacity.
Scripted Testing
Testing (manual or automated) that follows a test script.
Scrum
An iterative incremental framework for managing projects commonly used with Agile software development.
Security Risk
A quality risk related to security.
Security Testing
Testing to determine the security of the software product.
Severity
The degree of impact that a defect has on the development or operation of a component or system.
Software Process Improvement
A program of activities designed to improve the performance and maturity of the organization's software processes and the results of such a program.
Software Usability Measurement Inventory
A questionnaire-based usability test technique for measuring software quality from the end user's point of view.
Source Statement
An entity in a programming language, which is typically the smallest indivisible unit of execution.
Standard
Formal, possibly mandatory, set of requirements developed and used to prescribe consistent approaches to the way of working or to provide guidelines (e.g., …
Standard-Compliant Test Strategy
A test strategy whereby the test team follows a standard. Standards followed may be valid e.g., for a country (legislation standards), a business domain (domain …
Statement Coverage
The percentage of executable statements that have been exercised by a test suite.
Static Analysis
Analysis of software development artifacts, e.g., requirements or code, carried out without execution of these software development artifacts. Static analysis …
Static Code Analysis
The analysis of source code carried out without execution of that software.
Static Testing
Testing of a software development artifact, e.g., requirements, design or code, without execution of these artifacts, e.g., reviews or static analysis.
Structural Coverage
Coverage measures based on the internal structure of a component or system.
Structured Walkthrough
A step-by-step presentation by the author of a document in order to gather information and to establish a common understanding of its content.
Stub
A skeletal or special-purpose implementation of a software component, used to develop or test a component that calls or is otherwise dependent on it. It …
System Integration Testing
Testing the integration of systems and packages; testing interfaces to external organizations (e.g., Electronic Data Interchange, Internet).
System Testing
Testing an integrated system to verify that it meets specified requirements.
System Under Test
See test object.
Technical Review
A peer group discussion activity that focuses on achieving consensus on the technical approach to be taken.
Test
A set of one or more test cases.
Test Analysis
The process of analyzing the test basis and defining test objectives.
Test Approach
The implementation of the test strategy for a specific project. It typically includes the decisions made that follow based on the (test) project's goal and the …
Test Architect
(1) A person who provides guidance and strategic direction for a test organization and for its relationship with other disciplines. (2) A person who defines the …
Test Automation
The use of software to perform or support test activities, e.g., test management, test design, test execution and results checking.
Test Basis
All documents from which the requirements of a component or system can be inferred. The documentation on which the test cases are based. If a document can be …
Test Bed
An environment containing hardware, instrumentation, simulators, software tools, and other support elements needed to conduct a test.
Test Case
A set of input values, execution preconditions, expected results and execution postconditions, developed for a particular objective or test condition, such as …
Test Case Design Technique
Procedure used to derive and/or select test cases.
Test Case Specification
A document specifying a set of test cases (objective, inputs, test actions, expected results, and execution preconditions) for a test item.
Test Closure
During the test closure phase of a test process data is collected from completed activities to consolidate experience, testware, facts and numbers. The test …
Test Condition
An item or event of a component or system that could be verified by one or more test cases, e.g., a function, transaction, feature, quality attribute, or …
Test Control
A test management task that deals with developing and applying a set of corrective actions to get a test project on track when monitoring shows a deviation …
Test Cycle
An instance of the test process against a single identifiable version of the test object.
Test Data
Data that exists (for example, in a database) before a test is executed, and that affects or is affected by the component or system under test.
Test Design
The process of transforming general test objectives into tangible test conditions and test cases.
Test Design Specification
A document specifying the test conditions (coverage items) for a test item, the detailed test approach and identifying the associated high-level test cases.
Test Director
A senior manager who manages test managers.
Test Estimation
The calculated approximation of a result related to various aspects of testing (e.g., effort spent, completion date, costs involved, number of test cases, …
Test Execution
The process of running a test on the component or system under test, producing actual result(s).
Test Execution Automation
The use of software, e.g., capture/playback tools, to control the execution of tests, the comparison of actual results to expected results, the setting up of …
Test Execution Schedule
A scheme for the execution of test procedures. Note: The test procedures are included in the test execution schedule in their context and in the order in …
Test Execution Tool
A test tool that executes tests against a designated test item and evaluates the outcomes against expected results and postconditions.
Test Implementation
The process of developing and prioritizing test procedures, creating test data and, optionally, preparing test harnesses and writing automated test scripts.
Test Item
The individual element to be tested. There usually is one test object and many test items.
Test Level
A group of test activities that are organized and managed together. A test level is linked to the responsibilities in a project. Examples of test levels are …
Test Log
A chronological record of relevant details about the execution of tests.
Test Logging
The process of recording information about tests executed into a test log.
Test Management
The planning, estimating, monitoring and control of test activities, typically carried out by a test manager.
Test Management Tool
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, …
Test Manager
The person responsible for project management of testing activities and resources, and evaluation of a test object. The individual who directs, controls, …
Test Maturity Model Integration
A five-level staged framework for test process improvement, related to the Capability Maturity Model Integration (CMMI), that describes the key elements of an …
Test Mission
The purpose of testing for an organization, often documented as part of the test policy.
Test Monitoring
A test management task that deals with the activities related to periodically checking the status of a test project. Reports are prepared that compare the …
Test Object
The component or system to be tested.
Test Objective
A reason or purpose for designing and executing a test.
Test Plan
A document describing the scope, approach, resources and schedule of intended test activities. It identifies amongst others test items, the features to be …
Test Planning
The activity of establishing or updating a test plan.
Test Point Analysis
A formula based test estimation method based on function point analysis.
Test Procedure
A sequence of test cases in execution order, and any associated actions that may be required to set up the initial preconditions and any wrap up activities post …
Test Process
The fundamental test process comprises test planning and control, test analysis and design, test implementation and execution, evaluating exit criteria and …
Test Progress Report
A document summarizing testing activities and results, produced at regular intervals, to report progress of testing activities against a baseline (such as the …
Test Report
Documentation summarizing test activities and results.
Test Reporting
Collecting and analyzing data from testing activities and subsequently consolidating the data in a report to inform stakeholders.
Test Schedule
A list of activities, tasks or events of the test process, identifying their intended start and finish dates and/or times, and interdependencies.
Test Script
Commonly used to refer to a test procedure specification, especially an automated one.
Test Session
An uninterrupted period of time spent in executing tests.
Test Specification
A document that consists of a test design specification, test case specification and/or test procedure specification.
Test Summary Report
A document summarizing testing activities and results. It also contains an evaluation of the corresponding test items against exit criteria.
Test Tool
A software product that supports one or more test activities, such as planning and control, specification, building initial files and data, test execution and …
Test Type
A group of test activities aimed at testing a component or system focused on a specific test objective, i.e. functional test, usability test, regression test …
Test-Driven Development
A way of developing software where the test cases are developed, and often automated, before the software is developed to run those test cases.
Testability
The capability of the software product to enable modified software to be tested.
Tester
A skilled professional who is involved in the testing of a component or system.
Testing
The process consisting of all lifecycle activities, both static and dynamic, concerned with planning, preparation and evaluation of software products and …
Testware
Artifacts produced during the test process required to plan, design, and execute tests, such as documentation, scripts, inputs, expected results, set-up and …
TPI Next
A continuous business-driven framework for test process improvement that describes the key elements of an effective and efficient test process.
Traceability
The ability to identify related items in documentation and software, such as requirements with associated tests.
Traceability Matrix
A two-dimensional table, which correlates two entities (e.g., requirements and test cases). The table allows tracing back and forth the links of one entity to …
Usability
The capability of the software to be understood, learned, used and attractive to the user when used under specified conditions.
Usability Requirement
A requirement on the usability of a component or system.
Usability Testing
Testing to determine the extent to which the software product is understood, easy to learn, easy to operate and attractive to the users under specified …
User Experience
A person's perceptions and responses resulting from the use or anticipated use of a software product.
User Interface
All components of a system that provide information and controls for the user to accomplish specific tasks with the system.
User Story
A high-level user or business requirement commonly used in Agile software development, typically consisting of one sentence in the everyday or business language …
V-Model
A framework to describe the software development lifecycle activities from requirements specification to maintenance. The V-model illustrates how testing …
Validation
Confirmation by examination and through provision of objective evidence that the requirements for a specific intended use or application have been fulfilled.
Verification
Confirmation by examination and through provision of objective evidence that specified requirements have been fulfilled.
Website Analysis and Measurement Inventory
A questionnaire-based usability test technique for measuring web site software quality from the end user's point of view.
Wideband Delphi
An expert-based test estimation technique that aims at making an accurate estimation using the collective wisdom of the team members.