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. 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
error
risk type
production acceptance testing
unit testing
2. The total costs incurred on quality activities and issues and often split into prevention costs - appraisal costs - internal failure costs and external failure costs.
simulation
cost of quality
top-down testing
statistical testing
3. The period of time that begins when a software product is conceived and ends when the software is no longer available for use. The software life cycle typically includes a concept phase - requirements phase - design phase - implementation phase - tes
incident management
software life cycle
maintenance
operational profile
4. A way of developing software where the test cases are developed - and often automated - before the software is developed to run those test cases.
N-switch coverage
test data preparation tool
test driven development
top-down testing
5. A tool used to check that no brtoken hyperlinks are present on a web site.
test oracle
probe effect
pass/fail criteria
hyperlink tool
6. The process of testing to determine the recoverability of a software product.
robustness testing
installability
automated testware
recovery testing
7. 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
test harness
resource utilization
test
test type
8. An approach to testing in which test cases are designed based on descriptions and/or knowledge of business processes.
incident report
business process-based testing
functionality testing
system testing
9. A minimal software item that can be tested in isolation.
scripted testing
unit
driver
independence of testing
10. 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
use case
status accounting
decision
usability
11. Testing that runs test cases that failed the last time they were run - in order to verify the success of corrective actions.
audit
re-testing
Test Process Improvement (TPI)
test design technique
12. A test management task that deals with developing and applying a set of corrective actions to get a test project on track when monitoring shows a deviation from what was planned. See also test management. The planning - estimating - monitoring and co
definition-use pair
back-to-back testing
condition testing
test control
13. The degree to which a system or component accomplishes its designated functions within given constraints regarding processing time and throughput rate. [After IEEE 610] See also efficiency. The capability of the software product to provide appropriat
test execution tool
performance
pointer
testing
14. A black box test design technique in which test cases are designed from cause-effect graphs. [BS 7925/2]
portability
exploratory testing
cause-effect graphing
test case suite
15. Procedure to derive and/or select test cases based on an analysis of the specification of the functionality of a component or system without reference to its internal structure. See also black box test design technique. Procedure to derive and/or sel
static code analysis
functional test design technique
decision table
decision condition coverage
16. A five level staged framework that describes the key elements of an effective software process. The Capability Maturity Model covers best-practices for planning - engineering and managing software development and maintenance. [CMM] See also Capabilit
test condition
test execution phase
path sensitizing
Capability Maturity Model (CMM)
17. Testing aimed at ensuring that the component or system can operate in conjunction with new or existing users' business procedures or operational procedures.
procedure testing
desk checking
pair programming
maintenance
18. A Linear Code Sequence And Jump - consisting of the following three items (conventionally identified by line numbers in a source code listing): the start of the linear sequence of executable statements - the end of the linear sequence - and the targe
security tool
pairwise testing
LCSAJ
equivalence partitioning
19. A device - computer program - or system that accepts the same inputs and produces the same outputs as a given system. [IEEE 610] See also simulator. A device - computer program or system used during testing - which behaves or operates like a given sy
master test plan
emulator
load testing
informal review
20. A black box test design technique in which test cases are designed to execute valid and invalid state transitions. See also N-switch testing. A form of state transition testing in which test cases are designed to execute all valid sequences of N+1 tr
decision table testing
input domain
state transition testing
keyword driven testing
21. 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
installation wizard
recoverability
robustness testing
incremental development model
22. A development life cycle where a project is broken into a usually large number of iterations. An iteration is a complete development loop resulting in a release (internal or external) of an executable product - a subset of the final product under dev
configuration control
iterative development model
hyperlink tool
static analysis tool
23. A software tool used to carry out instrumentation.
installability
scribe
instrumenter
recoverability
24. A white box test design technique in which test cases are designed to execute combinations of single condition outcomes (within one statement).
development testing
multiple condition testing
scripting language
recoverability
25. A set of interrelated activities - which transform inputs into outputs. [ISO 12207]
Failure Mode - Effect and Criticality Analysis (FMECA)
process
test performance indicator
false-pass result
26. Analysis of source code carried out without execution of that software.
walkthrough
usability testing
test oracle
static code analysis
27. The testing activities that must be repeated when testing is re-started after a suspension. [After IEEE 829]
review
software life cycle
functional testing
resumption criteria
28. Testing of software used to convert data from existing systems for use in replacement systems.
conversion testing
deliverable
test
functionality
29. A skeletal or special-purpose implementation of a software component - used to develop or test a component that calls or is otherwise dependent on it. It replaces a called component. [After IEEE 610]
state transition
incident management
efficiency
stub
30. Test execution carried out by following a previously documented sequence of tests.
configuration identification
scripted testing
component
verification
31. Testing to determine how the occurrence of two or more activities within the same interval of time - achieved either by interleaving the activities or by simultaneous execution - is handled by the component or system. [After IEEE 610]
test run
concurrency testing
coverage analysis
scripting language
32. A portion of an input or output domain for which the behavior of a component or system is assumed to be the same - based on the specification.
adaptability
deliverable
static code analysis
equivalence partition
33. An approach to testing in which test cases are designed based on the architecture and/or detailed design of a component or system (e.g. tests of interfaces between components or systems).
design-based testing
test management tool
condition
test evaluation report
34. 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
multiple condition coverage
operational acceptance testing
configuration control
defect masking
35. 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
result
test level
robustness
incident management tool
36. The process of evaluating behavior - e.g. memory performance - CPU usage - of a system or component during execution. [After IEEE 610]
operational profile testing
design-based testing
installation guide
dynamic analysis
37. A reason or purpose for designing and executing a test.
exploratory testing
test objective
moderator
instrumenter
38. The capability of the software product to maintain a specified level of performance in cases of software faults (defects) or of infringement of its specified interface. [ISO 9126] See also reliability - robustness. The ability of the software product
automated testware
experienced-based test design technique
inspection
fault tolerance
39. Coordinated activities to direct and control an organization with regard to quality. Direction and control with regard to quality generally includes the establishment of the quality policy and quality objectives - quality planning - quality control -
wild pointer
dynamic testing
quality management
test driven development
40. A black box test design technique in which test cases are designed based upon the definition of the input domain and/or output domain.
configuration identification
classification tree method
input value
syntax testing
41. A description of a component's function in terms of its output values for specified input values under specified conditions - and required non-functional behavior (e.g. resource utilization).
component specification
risk
fault seeding tool
test summary report
42. A framework that describes the key elements of an effective product development and maintenance process. The Capability Maturity Model Integration covers best-practices for planning - engineering and managing product development and maintenance. CMMI
capture/replay tool
test planning
coverage tool
Capability Maturity Model Integration (CMMI)
43. The leader and main person responsible for an inspection or other review process.
exercised
moderator
incident management tool
test harness
44. 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. [After TMap]
metric
static analysis tool
testability review
daily build
45. The capability of the software product to achieve acceptable levels of risk of harm to people - business - software - property or the environment in a specified context of use. [ISO 9126]
safety
test harness
risk management
path coverage
46. The capability of the software product to be adapted for different specified environments without applying actions or means other than those provided for this purpose for the software considered. [ISO 9126] See also portability. The ease with which t
orthogonal array testing
test estimation
testability review
adaptability
47. A form of static analysis based on the definition and usage of variables.
code coverage
data flow analysis
testware
false-pass result
48. 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.
simulator
unreachable code
hyperlink tool
ad hoc testing
49. 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.
beta testing
decision
Fault Tree Analysis (FTA)
incident management tool
50. A path by which the original input to a process (e.g. data) can be traced back through the process - taking the process output as a starting point. This facilitates defect analysis and allows a process audit to be carried out. [After TMap]
audit trail
migration testing
configuration management
suspension criteria