SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
|
Email
Search
Test your basic knowledge |
CTFL
Start Test
Study First
Subjects
:
certifications
,
ctfl
,
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 ratio between the number of defects found and the size of the component/system tested.
ad hoc integration
test tool deployment Success Factors
condition determination coverage
defect density
2. The process of finding analyzing and removing causes of failure in a software product.
component integration testing
fault attack
error guessing
debugging
3. Metric used to calculate the number of combinations of all single condition outcomes within one statement that are executed by a test case.
independence of testing
code coverage
bottom-up integration
multiple condition coverage
4. Planning & Control - Analysis and Design - Implementation and Execution - Evaluating Exit - Criteria and Reporting - Closure
stub
accuracy
testing process phases
test data preparation tools
5. Tracing requirements for a level of testing using test documentation from the test plan to the test script.
horizontal traceability
acceptance criteria
big-bang testing
ad hoc integration
6. Scheduling Tests Manage test activities Provide interfaces to different tools provide traceability of tests Log test results Prepare progress reports
control flow structure
equivalence partitions
incremental testing
test management tool features
7. Requirements that determine the functionality of a software system.
environmental needs
iterative-incremental development models
functional requirements
LCSAJ testing
8. Special-purpose software used to simulate a component that calls the component under test
business process-based testing
test condition
agile software development model
driver
9. White-box design technique used to design test cases for a software component using LCSAJ.
LCSAJ testing
data flow structure
action
monitor
10. Incident Report - Identifier - Summary - Incident - Description - Impact
failure rate
conditions
test control Tasks
IEEE incident report template
11. Extract data from existing databases to be used during execution of tests make data anonymous generate new records populated with random data sorting records constructing a large number of similar records from a template
equivalence partitions
test data preparation tools
automation tools
waterfall model phases
12. Ability of software to provide appropriate performance relative to amount of resources used.
cyclomatic complexity
test control Tasks
efficiency
COTS
13. Execute individual & groups of test cases Record results Compare results with expected Report differenes between actual & expected Re-execute to verify fixes
dynamic analysis tools
IEEE test case specification template
LCSAJ testing
test execution tasks
14. Input or combination of inputs required to test software.
coverage measurement tools
fault attack
interoperability testing
conditions
15. A metric to calculate the number of SINGLE condition outcomes that can independently affect the decision outcome.
integration management tools
test condition
condition determination coverage
COTS
16. Check to make sure a system adheres to a defined set of standards conventions or regulations in laws and similar specifications.
automation tools
conformance testing tools
entry criteria
component
17. Testing software in its operational environment
maintenance testing
debugging tools
operational testing
SW development model
18. A metric used to calculate the number of ALL condition or sub-expression outcomes in code that are executed by a test suite.
test control Tasks
SW development model
condition coverage
failure rate
19. Specific groups that represent a set of valid or invalid partitions for input conditions.
input specifications
equivalence partitions
equivalence partitioning
integration testing
20. A document that provides the structure for writing test cases.
test tool deployment Success Factors
IEEE test case specification template
data-driven testing
actual result
21. Find defects in code while the software application being tested is running.
decision coverage
debugging tools
dynamic analysis tools
test tool deployment Success Factors
22. Tools used to provide support for and automation of managing various testing documents such as test policy test strategy and test plan
documentation tools
configuration management tools
equivalence partitions
Three main SW development models
23. The smallest software item that can be tested in isolation.
functionality
decision table testing
functional testing
component
24. Human action that generates an incorrect result.
maintenance testing
keyword-driven testing
error
ad hoc integration
25. Tools used to keep track of different versions variants and releases of software and test artifacts (such as design documents test plans and test cases).
alpha testing
test management tool features
configuration management tools
test control Tasks
26. Tools used to identify and calculate coverage items in program code.
Impact subheadings
horizontal traceability
incident management tools
coverage measurement tools
27. Sequence in which instructions are executed through a component or system
cause-effect graphic testing
incident management tools
equivalence partitioning
control flow structure
28. Not related to the actual functionality e.g. reliability efficiency usability maintainability portability etc.
nonfunctional requirements
configuration management
LCSAJ testing
testing process phases
29. Insertion of additional code in the existing program in order to count coverage items.
decision testing
exhaustive testing
instrumentation
integration testing
30. An event or item that can be tested using one or more test cases
conditions
test condition
waterfall model benefits
functional testing
31. Operational testing performed at an _external_ site without involvement of the developing organization.
resolution types
black-box testing
cause-effect graphic testing
beta testing
32. Black-box testing technique used to create groups of input conditions that create the same kind of output.
impact analysis
equivalence partitioning
test implementation tasks
test management tool features
33. Abilitiy of software to collaborate with one or more specified systems subsystem or components.
resolution types
interoperability
driver
informal review
34. All possible combinations of input values and preconditions are tested.
equivalence partitioning
exhaustive testing
maintainability
backbone integration
35. Deviation of a software system from its expected delivery services or results
decision coverage
failure
decision table
functional testing
36. Frequency of tests failing per unit of measure (e.g. time number of transactions test cases executed.)
test execution tasks
debugging
failure rate
risk-based testing
37. Testing performed based on the contract between a customer and the development organization. Customer uses results of the test to determine acceptance of software.
test implementation tasks
conditions
interoperability testing
contract acceptance testing
38. Nonfunctional testing including testing: ease of fixing defects - ease of meeting new requirements - ease of maintenance
test log uses
functional incremental integration
test condition
maintainability testing
39. A black-box test design technique used to identify possible causes of a problem by using the cause-effect diagram
cause-effect graphic testing
contract acceptance testing
acceptance testing
SW development model
40. Components are integrated in the order in which they are developed
incident life cycle phases
ad hoc integration
impact analysis
incremental testing
41. Component - Integration - System - Acceptance
driver
iterative-incremental development models
entry criteria
test levels
42. Enables testers to prove that functionality between two or more communicating systems or components is IAW requriements.
defect density
interoperability testing
test analysis & design tasks
functional testing
43. Process used to create a SW product from initial conception to public release
functionality
configuration management tools
SW development model
decision table
44. Severity - Priority
Impact subheadings
test execution tasks
cause-effect graphic testing
interoperability testing
45. Begin with initial requirements specification phase end with implementation and maintenance phases with cyclical transitions in between phases.
iterative-incremental development models
equivalence partitions
incremental testing
cause-effect graphic testing
46. A functional testing approach in which test cases are designed based on business processes.
error
test analysis & design tasks
contract acceptance testing
business process-based testing
47. A set of conditions that a system needs to meet in order to be accepted by end users
acceptance criteria
maintenance testing
test condition
actual result
48. ID SW products - components - risks - objectives; Estimate effort; Consider approach; Ensure adherence to organization policies; Determine team structure; Set up test environment; Schedule testing tasks & activities
test planning Tasks
equivalence partitioning
functional incremental integration
experience-based techniques
49. Components at lowest level are tested first with higher-level components simulated by drivers. Tested components are then used to test higher-level components. Repeat until all levels have been tested.
driver
defect masking
bottom-up integration
failure
50. A code metric that specifies the number of independent paths through a program. Enables identification of complex (and therefore high-risk) areas of code.
incremental testing
cyclomatic complexity
data flow structure
exhaustive testing