• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/37

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

37 Cards in this Set

  • Front
  • Back
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 monitor. For example performance may be slightly worse when performance testing tools are being used.
Probe effect
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 management tool
A tool that supports the recording of requirements, requirements attributes (e.g. priority, knowledge responsible) and annotation, and facilitates traceability through layers of requirements and requirements change management.
Requirements management tool
A tool that facilitates the recording and status tracking of incidents. They often have workflow-oriented facilities to track and control the allocation, correction and re-testing of incidents and provide reporting facilities.
Incident management tool (defect management tool)
A tool that provides support for the identification and control of configuration items, their status over changes and versions, and the release of baselines consisting of configuration items.
Configuration management tool
A tool that provides support to the review process. Typical features include review planning and tracking support, communication support, collaborative reviews and a repository for collecting and reporting of metrics.
Review tool
Analysis of software artifacts, e.g. requirements or code, carried out without execution of these software development artifacts.
Static analysis
A tool that carries out static analysis.
Static analysis tool (static analyzer)
Analysis of source code carried out without execution of that software.
Static code analysis
A tool that carries out static code analysis. The tool checks source code, for certain properties such as conformance to coding standards, quality metrics or data flow anomalies.
Static code analyzer
A tool that supports the creation, amendment and verification of models of the software or system.
Modeling tool
A tool that supports the test design activity by generating test inputs from a specification that may be held in a CASE tool repository, e.g. requirements management tool, from specified test conditions held in the tool itself, or from code.
Test design tool
A type of test tool that enables data to be selected from existing databases or created, generated, manipulated and edited for use in testing.
Test data preparation tool
A type of test tool that is able to execute other software using an automated test script, e.g. capture/playback.
Test execution tool
A type of test execution tool where inputs are recorded during manual testing in order to generate automated test scripts that can be executed later (i.e. replayed). These tools are often used to support automated regression testing.
Capture/playback tool
A test environment comprised of stubs and drivers needed to execute a test.
Test harness
A tool that provides an environment for unit or component testing in which a component can be tested in isolation or with suitable stubs and drivers. It also provides other support for the developer, such as debugging capabilities.
Unit test framework tool
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 replaces a called component.
Stub
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.
Driver
A test tool to perform automated test comparison of actual results with expected results.
Test comparator
The process of identifying differences between the actual results produced by the component or system under test and the expected results for a test.
Test comparison
A tool that provides objective measures of what structural elements, e.g. statements, branches have been exercised by a test suite.
Coverage tool
Attributes of software products that bear on its ability to prevent unauthorized access, whether accidental or deliberate, to programs and data.
Security
A tool that supports operational security.
Security tool
Testing to determine the security of the software product.
Security testing
A tool that provides support for testing security characteristics and vulnerabilities.
Security testing tool
A tool that provides run-time information on the state of the software code. These tools are most commonly used to identify unassigned pointers, check pointer arithmetic and to monitor the allocation, use and de-allocation of memory and to flag memory leaks.
Dynamic analysis tool
A tool 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 tool (load-testing tool)
A type of performance testing conducted to evaluate the behavior of a component or system with increasing ____.
Load testing
Testing where the system is subjected to large _______ of data.
Volume testing
A type of performance testing conducted to evaluate a system or component at or beyond the limits of its anticipated or specified work loads, or with reduced availability of resources such as access to memory or servers.
Stress testing
A software tool or hardware device that runs concurrently with the component or system under test and supervises, records and/or analyses the behavior of the component or system.
Monitor (monitoring tool)
The process of finding, analyzing and removing the causes of failures in software.
Debugging
A tool used by programmers to reproduce failures, investigate the state of programs and find the corresponding defect.
Debugging tool
A programming language in which executable test _______ are written, used by a test execution tool (e.g. a capture/playback tool).
Scripting language
A scripting technique that stores test input and expected results in a table or spreadsheet, so that a single control script can execute all of the tests in the table.
Data-driven testing
A scripting technique that uses data files to contain not only test data and expected results, but also ________ related to the application being tested.
Keyword-driven testing.