• 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/34

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;

34 Cards in this Set

  • Front
  • Back

test process

The fundamental __ comprises test planning and control, test analysis and design, test implementation and execution, evaluating exit criteria and reporting, and test closure activities.

test process group (TPG)

A collection of (test) specialists who facilitate the definition, maintenance, and improvement ofthe test processes used by an organization.

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 original test plan) and to communicate risks and alternatives requiring a decision to management.

test reporting

Collecting and analyzing data from testing activities and subsequently consolidating the data in a report to inform stakeholders.

test run

Execution of a test on a specific version of the test object.

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. In exploratory testing, each __ is focused on a charter, but testers can also explore new opportunities or issues during a session. The tester creates and executes on the fly and records their progress.

test specification

A document that consists of a test design specification, test case specification and/or test procedure specification.

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).

test suite

A set of several test cases for a component or system under test, where the postcondition of one test is often used as the precondition for the next one.

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 analysis.

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 etc. It may take place on oneor more test levels or test phases.

test-driven development (TDD)

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 related work products to determine that they satisfy specified requirements, to demonstrate that they are fit for purpose and to detect defects.

testware

Artifacts produced during the test process required to plan, design, and execute tests, such as documentation, scripts, inputs, expected results, set-up and clear-up procedures, files, databases, environment, and any additional software or utilities used in testing.

traceability

The ability to identify related items in documentation and software, such as requirements with associated tests.

unit test framework

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.

dead code

Code that cannot be reached and therefore is impossible to execute.

usability

The capability of the software to be understood, learned, used and attractive to the user when used under specified conditions.

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 conditions.

use case

A sequence of transactions in a dialogue between an actor and a component or system with a tangible result, where an actor can be a user or anything that can exchange information with the system.

use case testing

A black-box test design technique in which test cases are designed to execute scenarios of use cases.

user acceptance testing

Acceptance testing carried out by future users in a (simulated) operational environment focusing on user requirements and needs.

V-model

A framework to describe the software development lifecycle activities from requirements specification to maintenance. The V-model illustrates how testing activities can be integrated into each phase of the software development lifecycle.

validation

Confirmation by examination and through provision of objective evidence that the requirements for a specific intended use or application have been fulfilled.

variable

An element of storage in a computer that is accessible by a software program by referring to it by a name.

verification

Confirmation by examination and through provision of objective evidence that specified requirements have been fulfilled.

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.

white-box test design technique

Procedure to derive and/or select test cases based on an analysis of the internal structure of a component or system.

white-box testing

Testing based on an analysis of the internal structure of the component or system.