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

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;

25 Cards in this Set

  • Front
  • Back
test case:
A set of input values, execution preconditions, expected results and execution post conditions, developed for a particular objective or test condition, such as to exercise a particular program path or to verify compliance with a specific requirement.
test casespecification

A document specifying a set of test cases (objective, inputs, test actions, expected results, and execution preconditions) for a test item.

test condition:
An item or event of a component or system that could be verified by one or ATM more test cases, e.g. a function, transaction, feature, quality attribute, or structural element.

equivalencepartition:

A portion of an input or output domain for which the behavior of a component or system is assumed to be the same, based on the specification

specification-based testing:
See black box testing.

state transitiontesting:

A black box test design technique in which test cases are designed to execute valid and invalid state transitions.

exploratorytesting:

An informal test design technique where the tester actively controls the ATA design of the tests as those tests are performed and uses information gained while testing to design new and better tests

back-to-backtesting:

Testing in which two or more variants of a component or system are executed with the same inputs, the outputs compared, and analyzed in cases of discrepancies

trace ability:

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

test script:

Commonly used to refer to a test procedure specification, especially an automated one

test procedurespecification:

A document specifying a sequence of actions for the execution ATM of a test. Also known as test script or manual test script. n;margin-bottom
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

decision tabletesting:

A black box test design technique in which test cases are designed to execute the combinations of inputs and/or stimuli (causes) shown in a decision table.

boundary valueanalysis:

A black box test design technique in which test cases are designed based on boundary values

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.





statement coverage:

The percentage of executable statements that have been exercised by test suite

decision coverage:

The percentage of decision outcomes that have been exercised by a test suite. 100% decision coverage implies both 100% branch coverage and 100% statement coverage

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. statement coverage, decision coverage or condition coverage.

use case testing:

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

error guessing:

A test design technique where the experience of the tester is used to anticipate what defects might be present in the component or system under test as a result of errors made, and to design tests specifically to expose them.

structure-based test design technique: is the same as



structural testing, testing structure-based testing/ See white-box testing.

See white-box

white-box testing:

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

exploratorytesting:

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 testing to design new and better tests.

black box testing

Testing, either functional or non-functional, without reference to the internal structure of the component or system. blocked



black box technique:





See black box test design technique