SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
|
Email
Search
Test your basic knowledge |
ISTQB
Start Test
Study First
Subjects
:
certifications
,
istqb
,
it-skills
Instructions:
Answer 50 questions in 15 minutes.
If you are not ready to take this test, you can
study here
.
Match each statement with the correct term.
Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.
This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. The degree to which a requirement is stated in terms that permit establishment of test designs (and subsequently test cases) and execution of tests to determine whether the requirements have been met. [After IEEE 610]
testable requirements
unreachable code
maintenance
entry point
2. A high level metric of effectiveness and/or efficiency used to guide and control progressive test development - e.g. Defect Detection Percentage (DDP).
root cause
test performance indicator
white-box testing
data flow analysis
3. A method to determine test suite thoroughness by measuring the extent to which a test suite can discriminate the program from slight variants (mutants) of the program.
mutation analysis
Capability Maturity Model (CMM)
pointer
compiler
4. A systematic evaluation of software acquisition - supply - development - operation - or maintenance process - performed by or on behalf of management that monitors progress - determines the status of plans and schedules - confirms requirements and th
test summary report
test object
incremental testing
management review
5. The capability of the software product to enable the user to understand whether the software is suitable - and how it can be used for particular tasks and conditions of use. [ISO 9126] See also usability. The capability of the software to be understo
actual outcome
actual result
understandability
load profile
6. A device - computer program or system used during testing - which behaves or operates like a given system when provided with a set of controlled inputs. [After IEEE 610 - DO178b] See also emulator. A device - computer program - or system that accepts
Test Maturity Model Integrated (TMMi)
simulator
test specification technique
status accounting
7. The planning - estimating - monitoring and control of test activities - typically carried out by a test manager.
load profile
orthogonal array testing
test management
output domain
8. Commonly used to refer to a test procedure specification - especially an automated one.
scalability
path sensitizing
coverage item
test script
9. A reason or purpose for designing and executing a test.
release note
error guessing
test process
test objective
10. 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 tes
state transition
test plan
behavior
measurement
11. A white box test design technique in which test cases are designed to execute branches.
level test plan
configuration
branch testing
software life cycle
12. A device or storage area used to store data temporarily for differences in rates of data flow - time or occurrence of events - or amounts of data that can be handeld by the devices or processes involved in the transfer or use of the data. [IEEE 610]
process cycle test
alpha testing
buffer
output value
13. The process of recording information about tests executed into a test log.
test design tool
test logging
defect tracking tool
operational acceptance testing
14. A logical expression that can be evaluated as True or False - e.g. A>B. See also test condition. An item or event of a component or system that could be verified by one or more test cases - e.g. a function - transaction - feature - quality attribute
iterative development model
usability
master test plan
condition
15. A white box test design technique in which test cases are designed to execute decision outcomes.
decision testing
configuration management
test data
driver
16. A subset of all defined/planned test cases that cover the main functionality of a component or system - to ascertaining that the most crucial functions of a program work - but not bothering with finer details. A daily build and smoke test is among in
false-pass result
smoke test
intake test
condition determination testing
17. Procedure to derive and/or select test cases based on the tester's experience - knowledge and intuition.
probe effect
efficiency testing
path testing
experienced-based test design technique
18. The capability of the software product to be attractive to the user. [ISO 9126] See also usability. The capability of the software to be understood - learned - used and attractive to the user when used under specified conditions. [ISO 9126]
finite state machine
keyword driven testing
ttractiveness
thread testing
19. A risk directly related to the test object. See also risk. A factor that could result in future negative consequences; usually expressed as impact and likelihood.
non-conformity
test approach
probe effect
product risk
20. A document that specifies - ideally in a complete - precise and verifiable manner - the requirements - design - behavior - or other characteristics of a component or system - and - often - the procedures for determining whether these provisions have
specification
instrumentation
reviewer
process cycle test
21. The period of time in the software life cycle during which the requirements for a software product are defined and documented. [IEEE 610]
Failure Mode and Effect Analysis (FMEA)
user acceptance testing
staged representation
requirements phase
22. An aggregation of hardware - software or both - that is designated for configuration management and treated as a single entity in the configuration management process. [IEEE 610]
elementary comparison testing
configuration item
static analysis tool
use case
23. A flaw in a component or system that can cause the component or system to fail to perform its required function - e.g. an incorrect statement or data definition. A defect - if encountered during execution - may cause a failure of the component or sys
use case testing
test
test comparator
defect
24. Execution of a test on a specific version of the test object.
scenario testing
data flow
test run
test log
25. A five level staged framework for test process improvement - related to the Capability Maturity Model (CMM) - that describes the key elements of an effective test process.
Capability Maturity Model (CMM)
Test Maturity Model (TMM)
code-based testing
test scenario
26. A memory access defect due to the attempt by a process to store data beyond the boundaries of a fixed length buffer - resulting in overwriting of adjacent memory areas or the raising of an overflow exception. See also buffer. A device or storage area
quality assurance
risk analysis
load profile
buffer overflow
27. A document specifying a set of test cases (objective - inputs - test actions - expected results - and execution preconditions) for a test item. [After IEEE 829]
buffer
test case specification
branch
test environment
28. A path that cannot be exercised by any set of possible input values.
phase test plan
infeasible path
test data preparation tool
variable
29. The behavior produced/observed when a component or system is tested.
stub
specified input
elementary comparison testing
actual result
30. An input value or output value which is on the edge of an equivalence partition or at the smallest incremental distance on either side of an edge - for example the minimum or maximum value of a range.
regression testing
cause-effect graphing
boundary value
integration
31. A high level metric of effectiveness and/or efficiency used to guide and control progressive development - e.g. lead-time slip for software development. [CMMI]
staged representation
performance indicator
Capability Maturity Model Integration (CMMI)
unit testing
32. A defect in a program's dynamic store allocation logic that causes it to fail to reclaim memory after it has finished using it - eventually causing the program to fail due to lack of memory.
staged representation
intake test
pairwise testing
memory leak
33. An element of configuration management - consisting of the recording and reporting of information needed to manage a configuration effectively. This information includes a listing of the approved configuration identification - the status of proposed
status accounting
project risk
integration testing
ttractiveness
34. A tool for seeding (i.e. intentionally inserting) faults in a component or system.
fault seeding tool
process cycle test
metric
test manager
35. A tool used by programmers to reproduce failures - investigate the state of programs and find the corresponding defect. Debuggers enable programmers to execute programs step by step - to halt a program at any program statement and to set and examine
decision outcome
compatibility testing
debugging tool
resumption criteria
36. 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. [IEEE 610]
back-to-back testing
operational testing
safety critical system
coverage
37. A form of state transition testing in which test cases are designed to execute all valid sequences of N+1 transitions. [Chow] See also state transition testing. A black box test design technique in which test cases are designed to execute valid and i
test environment
orthogonal array testing
N-switch testing
test design tool
38. 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 is often used to support the application of test execution to
data driven testing
instrumenter
orthogonal array testing
analyzability
39. A discipline applying technical and administrative direction and surveillance to: identify and document the functional and physical characteristics of a configuration item - control changes to those characteristics - record and report change processi
efficiency
configuration management
output value
incident management tool
40. A 2-dimensional array constructed with special mathematical properties - such that choosing any two columns in the array provides every pair combination of each number in the array.
conversion testing
operational testing
orthogonal array
test objective
41. A software development approach whereby lines of code (production and/or test) of a component are written by two programmers sitting at a single computer. This implicitly means ongoing real-tim code reviews are performed.
pair programming
cyclomatic complexity
pointer
attack
42. The process of finding - analyzing and removing the causes of failures in software.
defect taxonomy
learnability
debugging
interoperability testing
43. A tool that supports operational security.
performance indicator
fault seeding tool
configuration identification
security tool
44. A test case that cannot be executed because the preconditions for its execution are not fulfilled.
blocked test case
condition testing
functionality testing
condition outcome
45. The capability of the software product to provide appropriate performance - relative to the amount of resources used under stated conditions. [ISO 9126]
test monitoring
precondition
efficiency
statement testing
46. Testing carried out informally; no formal test preparation takes place - no recognized test design technique is used - there are no expectations for results and arbitrariness guides the test execution activity.
pairwise testing
unreachable code
ad hoc testing
volume testing
47. A tool that provides support for testing security characteristics and vulnerabilities.
security testing tool
capture/replay tool
test reproduceability
postcondition
48. The process of confirming that a component - system or person complies with its specified requirements - e.g. by passing an exam.
master test plan
integration
certification
test execution schedule
49. A statement which - when compiled - is translated into object code - and which will be executed procedurally when the program is running and may perform an action on data.
accessibility testing
measurement scale
executable statement
failure mode
50. A factor that could result in future negative consequences; usually expressed as impact and likelihood.
configuration
risk
non-conformity
operability
Sorry!:) No result found.
Can you answer 50 questions in 15 minutes?
Let me suggest you:
Browse all subjects
Browse all tests
Most popular tests
Major Subjects
Tests & Exams
AP
CLEP
DSST
GRE
SAT
GMAT
Certifications
CISSP go to https://www.isc2.org/
PMP
ITIL
RHCE
MCTS
More...
IT Skills
Android Programming
Data Modeling
Objective C Programming
Basic Python Programming
Adobe Illustrator
More...
Business Skills
Advertising Techniques
Business Accounting Basics
Business Strategy
Human Resource Management
Marketing Basics
More...
Soft Skills
Body Language
People Skills
Public Speaking
Persuasion
Job Hunting And Resumes
More...
Vocabulary
GRE Vocab
SAT Vocab
TOEFL Essential Vocab
Basic English Words For All
Global Words You Should Know
Business English
More...
Languages
AP German Vocab
AP Latin Vocab
SAT Subject Test: French
Italian Survival
Norwegian Survival
More...
Engineering
Audio Engineering
Computer Science Engineering
Aerospace Engineering
Chemical Engineering
Structural Engineering
More...
Health Sciences
Basic Nursing Skills
Health Science Language Fundamentals
Veterinary Technology Medical Language
Cardiology
Clinical Surgery
More...
English
Grammar Fundamentals
Literary And Rhetorical Vocab
Elements Of Style Vocab
Introduction To English Major
Complete Advanced Sentences
Literature
Homonyms
More...
Math
Algebra Formulas
Basic Arithmetic: Measurements
Metric Conversions
Geometric Properties
Important Math Facts
Number Sense Vocab
Business Math
More...
Other Major Subjects
Science
Economics
History
Law
Performing-arts
Cooking
Logic & Reasoning
Trivia
Browse all subjects
Browse all tests
Most popular tests