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 basic block that can be selected for execution based on a program construct in which one of two or more alternative program paths is available - e.g. case - jump - go to - if-then-else.
COTS
fault seeding tool
attack
branch
2. A sequence of events - e.g. executable statements - of a component or system from an entry point to an exit point.
data definition
test session
negative testing
path
3. A white box test design technique in which test cases are designed to execute single condition outcomes that independently affect a decision outcome.
load profile
qualification
condition determination testing
code
4. Testing - either functional or non-functional - without reference to the internal structure of the component or system. Black-box test design technique Procedure to derive and/or select test cases based on an analysis of the specification - either fu
resource utilization
installability
branch
black-box testing
5. An attribute of a component or system specified or implied by requirements documentation (for example reliability - usability or design constraints). [After IEEE 1008]
path sensitizing
feature
performance testing tool
interface testing
6. The use of software - e.g. capture/playback tools - to control the execution of tests - the comparison of actual results to expected results - the setting up of test preconditions - and other test control and reporting functions.
invalid testing
infeasible path
test execution automation
conversion testing
7. The capability of the software product to be upgraded to accommodate increased loads. [After Gerrard]
output value
actual result
scalability
test schedule
8. A software component or test tool that replaces a component that takes care of the control and/or the calling of a component or system. [After TMap]
test management tool
driver
interoperability testing
efficiency testing
9. Formal testing with respect to user needs - requirements - and business processes conducted to determine whether or not a system satisfies the acceptance criteria and to enable the user - customers or other authorized entity to determine whether or n
input domain
test specification
portability
acceptance testing
10. The total costs incurred on quality activities and issues and often split into prevention costs - appraisal costs - internal failure costs and external failure costs.
system testing
exploratory testing
cost of quality
test cycle
11. An element of configuration management - consisting of the evaluation - co-ordination - approval or disapproval - and implementation of changes to configuration items after formal establishment of their configuration identification. [IEEE 610]
requirements phase
orthogonal array testing
component testing
configuration control
12. A test result which fails to identify the presence of a defect that is actually present in the test object.
condition
test infrastructure
false-pass result
fault seeding
13. 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.
specified input
accessibility testing
hyperlink
orthogonal array
14. A minimal software item that can be tested in isolation.
operational environment
security testing tool
load testing
component
15. A tree showing equivalence parititions hierarchically ordered - which is used to design test cases in the classification tree method. See also classification tree method. A black box test design technique in which test cases - described by means of a
classification tree
test evaluation report
cyclomatic complexity
data flow
16. Any event occurring that requires investigation. [After IEEE 1008]
test specification technique
user acceptance testing
statement testing
incident
17. A document specifying a set of test cases (objective - inputs - test actions - expected results - and execution preconditions) for a test item. [After IEEE 829]
scripted testing
Capability Maturity Model Integration (CMMI)
compliance testing
test case specification
18. The degree of impact that a defect has on the development or operation of a component or system. [After IEEE 610]
process
severity
actual result
defect
19. Computer instructions and data definitions expressed in a programming language or in a form output by an assembler - compiler or other translator. [IEEE 610]
boundary value analysis
testability review
code
process
20. The behavior predicted by the specification - or another source - of the component or system under specified conditions.
technical review
expected result
design-based testing
test driven development
21. A source to determine expected results to compare with the actual result of the software under test. An oracle may be the existing system (for a benchmark) - a user-manual - or an individual's specialized knowledge - but should not be the code. [Afte
outcome
emulator
use case testing
test oracle
22. The percentage of branches that have been exercised by a test suite. 100% branch coverage implies both 100% decision coverage and 100% statement coverage.
testability review
Defect Detection Percentage (DDP)
branch coverage
decision table
23. A set of test cases derived from the internal structure of a component or specification to ensure that 100% of a specified coverage criterion will be achieved.
basis test set
static analysis tool
statistical testing
configuration control board (CCB)
24. Statistical testing using a model of system operations (short duration tasks) and their probability of typical use. [Musa]
operational profile testing
priority
decision condition testing
test approach
25. The function to check on the contents of libraries of configuration items - e.g. for standards compliance. [IEEE 610]
fault tolerance
configuration auditing
cause-effect graphing
adaptability
26. 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.
coverage tool
installability testing
scripted testing
technical review
27. Testing where the system is subjected to large volumes of data. See also resource-utilization testing. The process of testing to determine the resource-utilization of a software product.
security
review
volume testing
control flow analysis
28. The percentage of LCSAJs of a component that have been exercised by a test suite. 100% LCSAJ coverage implies 100% decision coverage.
LCSAJ coverage
test management
test procedure
experienced-based test design technique
29. A white box test design technique in which test cases are designed to execute paths.
path testing
smoke test
alpha testing
test manager
30. The importance of a risk as defined by its characteristics impact and likelihood. The level of risk can be used to determine the intensity of testing to be performed. A risk level can be expressed either qualitatively (e.g. high - medium - low) or qu
pair programming
operability
test suite
risk level
31. Testing aimed at ensuring that the component or system can operate in conjunction with new or existing users' business procedures or operational procedures.
consistency
failure rate
stability
procedure testing
32. The individual element to be tested. There usually is one test object and many test items. See also test object. A reason or purpose for designing and executing a test.
test cycle
consistency
test specification
test item
33. 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
configuration management
operational acceptance testing
component
CASE
34. A continuous framework for test process improvement that describes the key elements of an effective test process - especially targeted at system testing and acceptance testing.
walkthrough
Test Process Improvement (TPI)
resumption criteria
efficiency testing
35. The process of finding - analyzing and removing the causes of failures in software.
debugging
procedure testing
portability
test type
36. A sequence of executable statements within a component.
LCSAJ testing
subpath
test level
consistency
37. Testing of a previously tested program following modification to ensure that defects have not been introduced or uncovered in unchanged areas of the software - as a result of the changes made. It is performed when the software or its environment is c
Test Point Analysis (TPA)
audit trail
regression testing
exercised
38. A white box test design technique in which test cases are designed to execute condition outcomes.
condition testing
ad hoc testing
scripted testing
orthogonal array testing
39. A form of static analysis based on a representation of sequences of events (paths) in the execution through a component or system.
analyzability
test execution phase
control flow analysis
condition determination coverage
40. The activity of establishing or updating a test plan.
test planning
review tool
compliance testing
state diagram
41. The capability of the software product to use appropriate amounts and types of resources - for example the amounts of main and secondary memory used by the program and the sizes of required temporary or overflow files - when the software performs its
configuration management
resource utilization
user acceptance testing
failure mode
42. 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.
informal review
pair testing
configuration management tool
verification
43. Test execution carried out by following a previously documented sequence of tests.
off-the-shelf software
condition testing
scripted testing
functional testing
44. An abstract representation of all possible sequences of events (paths) in the execution through a component or system.
control flow graph
quality assurance
hazard analysis
test procedure specification
45. A requirement that specifies a function that a component or system must perform. [IEEE 610]
test plan
functional requirement
requirements management tool
learnability
46. The consequence/outcome of the execution of a test. It includes outputs to screens - changes to data - reports - and communication messages sent out. See also actual result - expected result. The behavior produced/observed when a component or system
test execution automation
result
low level test case
test target
47. The process of intentionally adding known defects to those already in the component or system for the purpose of monitoring the rate of detection and removal - and estimating the number of remaining defects. [IEEE 610]
stub
fault seeding
test input
statement coverage
48. A sequence of events (paths) in the execution through a component or system.
robustness
data flow analysis
control flow
Test Point Analysis (TPA)
49. A system of (hierarchical) categories designed to be a useful aid for reproducibly classifying defects.
defect taxonomy
test planning
static analyzer
peer review
50. Method aiming to measure the size of the functionality of an information system. The measurement is independent of the technology. This measurement may be used as a basis for the measurement of productivity - the estimation of the needed resources -
Function Point Analysis (FPA)
test performance indicator
technical review
path sensitizing
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