Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 4 out of 47 pages
Exam (elaborations)

ISTQB GLOSSARY EXAM QUESTIONS AND ANSWERS LATEST UPDATE 2023/2024,ALL ANSWERS 100% CORRECT VERIFIED BEST EXAMSOLUTION GRADED A+ FOR SUCCESS

Document preview thumbnail
Preview 4 out of 47 pages

ISTQB GLOSSARY EXAM QUESTIONS AND ANSWERS LATEST UPDATE 2023/2024,ALL ANSWERS 100% CORRECT VERIFIED BEST EXAMSOLUTION GRADED A+ FOR SUCCESS

Content preview

ISTQB GLOSSARY EXAM QUESTIONS AND ANSWERS LATEST UPDATE
2023/2024,ALL ANSWERS 100% CORRECT VERIFIED BEST EXAMSOLUTION
GRADED A+ FOR SUCCESS
A reason or purpose for designing and executing a test. - CORRECT ANSWERS Test Objective



A source to determine expected results to compare with the actual results of the software under test.
An oracle may be the existing system ( for benchmark), other software, a user manual, or an individual's
specialized knowledge, but should not be the code. - CORRECT ANSWERS Test Oracle



A high level metric of effectiveness and/or efficiency used to guide and control progressive test
development - CORRECT ANSWERS Test Performance Indicator



A distinct set of test activities collected into a manageable phase of a project, e.g. the execution
activities of a test level. - CORRECT ANSWERS Test Phase



A document describing the scope, approach, resources and schedule of intended test activities. It
identifies amongst others test items, the features to be tested, the testing tasks, who will do each task,
degree of tester independence, the test environment, the test design technique and entry and exit
criteria to be used, and the rationale for their choice, and any risk requiring contingency planning. It is
record of the test planning process. - CORRECT ANSWERS Test Plan



A formula based test estimation method based on function point analysis. - CORRECT ANSWERS Test
Point Analysis



A high level document describing the principles, approach and major objectives of the organization
regarding testing. - CORRECT ANSWERS Test Policy



A document specifying a sequence of actions for the execution of a test. Also known as test script or
manual test script. - CORRECT ANSWERS Test Procedure Specification



The fundamental test process comprises test planning and control, test analysis and design, test
implementation and execution, evaluating exit criteria and reporting, and test closure activities. -
CORRECT ANSWERS Test Process

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. - CORRECT ANSWERS Test Progress Report
ISTQB GLOSSARY EXAM QUESTIONS AND ANSWERS LATEST UPDATE
2023/2024,ALL ANSWERS 100% CORRECT VERIFIED BEST EXAMSOLUTION
GRADED A+ FOR SUCCESS

,ISTQB GLOSSARY EXAM QUESTIONS AND ANSWERS LATEST UPDATE
2023/2024,ALL ANSWERS 100% CORRECT VERIFIED BEST EXAMSOLUTION
GRADED A+ FOR SUCCESS

Collecting and analyzing data from testing activities and subsequently consolidating the data in a report
to inform stakeholders. - CORRECT ANSWERS Test Reporting



An attribute of a test indicating whether the same results are produced each time the test is executed. -
CORRECT ANSWERS Test Reproducibility



A list of activities, tasks or events of the test process, identifying their intended start and finish date
and/or times, and interdependencies. - CORRECT ANSWERS Test Schedule



Commonly used to refer to a test procedure specification, especially an automated one. - CORRECT
ANSWERS Test Script



An uninterrupted period of time spent in execution tests. In exploratory testing, each test 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. - CORRECT ANSWERS Test Session



A document that consists of a test design specification, test case specification and/or test procedure
specification. - CORRECT ANSWERS Test Specification



A high-level description of the test levels to be performed and the testing within those levels for an
organization or programme. - CORRECT ANSWERS Test Strategy



A set of several test cases for a component or system under test, where the post condition of one test is
often used as the precondition for the next one. - CORRECT ANSWERS Test Suite



A document summarizing testing activities and results. It also contains an evaluation of the
corresponding test items against exit criteria. - CORRECT ANSWERS Test Summary Report 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. A test type may take place on one or more test levels or test
phases. - CORRECT ANSWERS Test Type



ISTQB GLOSSARY EXAM QUESTIONS AND ANSWERS LATEST UPDATE
2023/2024,ALL ANSWERS 100% CORRECT VERIFIED BEST EXAMSOLUTION
GRADED A+ FOR SUCCESS

,ISTQB GLOSSARY EXAM QUESTIONS AND ANSWERS LATEST UPDATE
2023/2024,ALL ANSWERS 100% CORRECT VERIFIED BEST EXAMSOLUTION
GRADED A+ FOR SUCCESS
A detailed check of the test basis to determine whether the test basis is at an adequate quality level to
act as an input document for the test process. - CORRECT ANSWERS Testability Review



A requirement that is stated in terms that permit establishment of test designs (and subsequently test
cases) and execution of tests to determine whether the requirement has been met. - CORRECT
ANSWERS Testable Requirements



A skilled professional who is involved in the testing of a component or system. - CORRECT ANSWERS
Tester



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. -
CORRECT ANSWERS Testing



Artifacts produced during the test process required to plan, design, and execute test, 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. - CORRECT ANSWERS Testware



An approach to component integration testing where the progressive integration of components follows
the implementation of subsets of the requirements, as opposed to the integration of components by
levels of a hierarchy. - CORRECT ANSWERS Thread Testing



A test estimation method using estimated values for the "best case" "worst case", and "most likely case"
of the matter being estimated, to define the degree of certainty associated with the resultant estimate. -
CORRECT ANSWERS Three Point Estimation



A incremental approach to integration testing where the component at the top of the component
hierarchy is tested first, with lower level components being simulated by stubs. Tested components are
then used to test lower level components. The process is repeated until the lowest level components
have been tested. - CORRECT ANSWERS Top-down Testing




ISTQB GLOSSARY EXAM QUESTIONS AND ANSWERS LATEST UPDATE
2023/2024,ALL ANSWERS 100% CORRECT VERIFIED BEST EXAMSOLUTION
GRADED A+ FOR SUCCESS

, ISTQB GLOSSARY EXAM QUESTIONS AND ANSWERS LATEST UPDATE
2023/2024,ALL ANSWERS 100% CORRECT VERIFIED BEST EXAMSOLUTION
GRADED A+ FOR SUCCESS
The ability ti identify related items in documentation and software, such as requirements with
associated tests. - CORRECT ANSWERS Traceability



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 the other, thus enabling the determination of
coverage achieved and the assessment of impact of proposed changes. - CORRECT ANSWERS
Traceability Matrix



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. - CORRECT ANSWERS Unit Test Framework



Code that cannot be reached and therefore is impossible to execute. - CORRECT ANSWERS Unreachable
Code



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



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. - CORRECT ANSWERS Usability Testing



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. -
CORRECT ANSWERS Use Case



A black box test design technique in which test cases are designed to execute scenarios of use cases. -
CORRECT ANSWERS Use Case Testing



A high-level user or business requirement commonly used in agile software development, typically
consisting of one or more sentences in the everyday or business language capturing what functionality a
user needs, any non-functional criteria, and also includes acceptance criteria. - CORRECT ANSWERS
User Story


ISTQB GLOSSARY EXAM QUESTIONS AND ANSWERS LATEST UPDATE
2023/2024,ALL ANSWERS 100% CORRECT VERIFIED BEST EXAMSOLUTION
GRADED A+ FOR SUCCESS

Document information

Uploaded on
April 11, 2025
Number of pages
47
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers
$27.49

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
Creativepdf
3.8
(5)
Sold
38
Followers
28
Items
2597
Last sold
5 months ago


Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions