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. 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.
CAST
attack
mutation analysis
test execution tool
2. An approach to testing to reduce the level of product risks and inform stakeholders on their status - starting in the initial stages of a project. It involves the identification of product risks and their use in guiding the test process.
component testing
horizontal traceability
risk-based testing
COTS
3. The process of testing the installability of a software product. See also portability testing. The process of testing to determine the portability of a software product.
fail
installability testing
bottom-up testing
classification tree
4. A software product that is developed for the general market - i.e. for a large number of customers - and that is delivered to many customers in identical format.
test condition
simulator
installability testing
off-the-shelf software
5. An occurrence in which one defect prevents the detection of another. [After IEEE 610]
condition
reviewer
test object
defect masking
6. A systematic approach to risk identification and analysis of identifying possible modes of failure and attempting to prevent their occurrence. See also Failure Mode - Effect and Criticality Analysis (FMECA).
Failure Mode and Effect Analysis (FMEA)
risk
reliability testing
traceability
7. Testing by means of a random selection from a large range of inputs and by randomly pushing buttons - ignorant on how the product is being used.
ttractiveness
recovery testing
monkey testing
installability
8. The testing of individual software components. [After IEEE 610]
unit testing
test harness
decision
test input
9. Testing based on an analysis of the specification of the functionality of a component or system. See also black box testing. Testing - either functional or non-functional - without reference to the internal structure of the component or system. Black
re-testing
stress testing tool
functional testing
white-box test design technique
10. The capability of the software product to be installed in a specified environment [ISO 9126]. See also portability. The ease with which the software product can be transferred from one hardware or software environment to another. [ISO 9126]
feasible path
memory leak
impact analysis
installability
11. The planning - estimating - monitoring and control of test activities - typically carried out by a test manager.
test management
site acceptance testing
pair programming
test execution automation
12. All documents from which the requirements of a component or system can be inferred. The documentation on which the test cases are based. If a document can be amended only by way of formal amendment procedure - then the test basis is called a frozen t
testability
test basis
usability testing
quality attribute
13. A type of peer review that relies on visual examination of documents to detect defects - e.g. violations of development standards and non-conformance to higher level documentation. The most formal review technique and therefore always based on a docu
inspection
performance
resource utilization testing
Wide Band Delphi
14. 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]
performance indicator
configuration management tool
functional testing
test procedure
15. A variable (whether stored within a component or outside) that is written by a component.
instrumentation
output
equivalence partition
reliability
16. 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.
variable
test case suite
root cause analysis
configuration management
17. A tool that carries out static analysis.
software quality
compliance
static analyzer
security tool
18. 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. [Freedman and Weinberg - IEEE 1028] See also peer review. A review of a software work product by colleagues
exercised
risk analysis
post-execution comparison
walkthrough
19. A technique used to analyze the causes of faults (defects). The technique visually models how logical relationships between failures - human errors - and external events can combine to cause specific faults to disclose.
hyperlink tool
condition
Fault Tree Analysis (FTA)
test control
20. An expert based test estimation technique that aims at making an accurate estimation using the collective wisdom of the team members.
Wide Band Delphi
software life cycle
state transition
negative testing
21. Software developed specifically for a set of users or customers. The opposite is off-the-shelf software.
experienced-based test design technique
configuration
bespoke software
quality assurance
22. Operational testing in the acceptance test phase - typically performed in a simulated real-life operational environment by operator and/or administrator focusing on operational aspects - e.g. recoverability - resource-behavior - installability and te
operational acceptance testing
horizontal traceability
operability
classification tree method
23. The capability of the software product to be used in place of another specified software product for the same purpose in the same environment. [ISO 9126] See also portability. The ease with which the software product can be transferred from one hardw
installation wizard
test infrastructure
replaceability
scalability
24. A software tool used to carry out instrumentation.
defect taxonomy
instrumenter
pairwise testing
condition
25. The process of testing to determine the efficiency of a software product.
exit criteria
configuration management tool
functionality
efficiency testing
26. The criteria used to (temporarily) stop all or a portion of the testing activities on the test items. [After IEEE 829]
suspension criteria
incremental development model
continuous representation
classification tree method
27. Simulated or actual operational testing by potential users/customers or an independent test team at the developers' site - but outside the development organization. Alpha testing is often employed for off-the-shelf software as a form of internal acce
vertical traceability
low level test case
condition outcome
alpha testing
28. A black box test design technique in which test cases are designed from cause-effect graphs. [BS 7925/2]
cause-effect graphing
decision table testing
black-box test design technique
test strategy
29. Testing of a component or system at specification or implementation level without execution of that software - e.g. reviews or static code analysis.
multiple condition coverage
failure rate
memory leak
static testing
30. Testing based on an analysis of the internal structure of the component or system.
defect management
scribe
condition outcome
code-based testing
31. A document specifying a sequence of actions for the execution of a test. Also known as test script or manual test script. [After IEEE 829]
exit point
error
test scenario
configuration control board (CCB)
32. A tool that facilitates the recording and status tracking of defects and changes. They often have workflow-oriented facilities to track and control the allocation - correction and re-testing of defects and provide reporting facilities.
stress testing
wild pointer
defect tracking tool
impact analysis
33. A test approach in which the test suite comprises all combinations of input values and preconditions.
fail
software quality
functionality
exhaustive testing
34. An entity in a programming language - which is typically the smallest indivisible unit of execution.
efficiency testing
boundary value coverage
audit trail
statement
35. A test plan that typically addresses multiple test levels. See also test plan. 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
defect taxonomy
incremental testing
master test plan
driver
36. Testing using input values that should be rejected by the component or system. See also error tolerance. The ability of a system or component to continue normal operation despite the presence of erroneous inputs. [After IEEE 610].
cost of quality
invalid testing
component specification
process improvement
37. A document specifying a sequence of actions for the execution of a test. Also known as test script or manual test script. [After IEEE 829]
expected result
test cycle
Test Maturity Model Integrated (TMMi)
test procedure
38. The degree to which a component - system or process meets specified requirements and/or user/customer needs and expectations. [After IEEE 610]
coverage analysis
test condition
quality
test execution phase
39. A five level staged framework for test process improvement - related to the Capability Maturity Model Integration (CMMI) - that describes the key elements of an effective test process.
Test Maturity Model Integrated (TMMi)
audit trail
error
test scenario
40. A tool for seeding (i.e. intentionally inserting) faults in a component or system.
quality attribute
fault seeding tool
thread testing
test management
41. 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 case specification
configuration management
management review
validation
42. The capability of the software product to re-establish a specified level of performance and recover the data directly affected in case of failure. [ISO 9126] See also reliability. The ability of the software product to perform its required functions
static code analyzer
recoverability
test phase
Test Maturity Model Integrated (TMMi)
43. A test tool to perform automated test comparison of actual results with expected results.
buffer overflow
test comparator
syntax testing
executable statement
44. A table showing combinations of inputs and/or stimuli (causes) with their associated outputs and/or actions (effects) - which can be used to design test cases.
pair testing
decision table
test case suite
Function Point Analysis (FPA)
45. A tool that carries out static analysis.
load testing
false-fail result
static analysis tool
system
46. The percentage of sequences of N+1 transitions that have been exercised by a test suite. [Chow]
coverage item
test session
N-switch coverage
stability
47. 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
exit point
infeasible path
big-bang testing
48. A white box test design technique in which test cases are designed to execute branches.
simulation
co-existence
design-based testing
branch testing
49. Two persons - e.g. two testers - a developer and a tester - or an end-user and a tester - working together to find defects. Typically - they share one computer and trade control of it while testing.
pair testing
Test Process Improvement (TPI)
test management
traceability
50. The behavior produced/observed when a component or system is tested.
benchmark test
data driven testing
configuration identification
actual outcome
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