Escrito por estudiantes que aprobaron Inmediatamente disponible después del pago Leer en línea o como PDF ¿Documento equivocado? Cámbialo gratis 4,6 TrustPilot
logo-home
Document preview thumbnail
Vista previa 4 fuera de 47 páginas
Examen

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

Document preview thumbnail
Vista previa 4 fuera de 47 páginas

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

Vista previa del contenido

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

Información del documento

Subido en
11 de abril de 2025
Número de páginas
47
Escrito en
2024/2025
Tipo
Examen
Contiene
Preguntas y respuestas
$27.49

¿Documento equivocado? Cámbialo gratis Dentro de los 14 días posteriores a la compra y antes de descargarlo, puedes elegir otro documento. Puedes gastar el importe de nuevo.
Escrito por estudiantes que aprobaron
Inmediatamente disponible después del pago
Leer en línea o como PDF

Seller avatar
Los indicadores de reputación están sujetos a la cantidad de artículos vendidos por una tarifa y las reseñas que ha recibido por esos documentos. Hay tres niveles: Bronce, Plata y Oro. Cuanto mayor reputación, más podrás confiar en la calidad del trabajo del vendedor.
Creativepdf
3.8
(5)
Vendido
38
Seguidores
28
Artículos
2597
Última venta
5 meses hace


Por qué los estudiantes eligen Stuvia

Creado por compañeros estudiantes, verificado por reseñas

Calidad en la que puedes confiar: escrito por estudiantes que aprobaron y evaluado por otros que han usado estos resúmenes.

¿No estás satisfecho? Elige otro documento

¡No te preocupes! Puedes elegir directamente otro documento que se ajuste mejor a lo que buscas.

Paga como quieras, empieza a estudiar al instante

Sin suscripción, sin compromisos. Paga como estés acostumbrado con tarjeta de crédito y descarga tu documento PDF inmediatamente.

Student with book image

“Comprado, descargado y aprobado. Así de fácil puede ser.”

Alisha Student

Preguntas frecuentes