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 capability of a software product to provide functions that address explicit and implicit requirements from the product against specified conditions.
monitor
Impact subheadings
configuration management tools
functionality
2. Integrate different kinds of tools to make test management more efficient and simple.
test condition
integration management tools
condition coverage
black-box testing
3. Testing performed to detect defects in interfaces and interation between integrated components. Also called "integration testing in the small".
system testing
dynamic analysis tools
component integration testing
environmental needs
4. 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
horizontal traceability
integration management tools
test levels
test planning Tasks
5. Based on analysis of functional specifications of a system.
functional testing
maintainability testing
functional incremental integration
test planning Tasks
6. Waterfall iterative-incremental "V"
instrumentation
Three main SW development models
integration testing
test analysis & design tasks
7. Ad hoc method of exposing bugs based on past knowledge and experience of experts (e.g. empty strings illegal characters empty files etc.).
Three main SW development models
error guessing
interoperability testing
LCSAJ testing
8. Human action that generates an incorrect result.
boundary value analysis
error
input specifications
incident report
9. A code metric that specifies the number of independent paths through a program. Enables identification of complex (and therefore high-risk) areas of code.
alpha testing
iterative-incremental development models
integration management tools
cyclomatic complexity
10. Tools used to provide support for and automation of managing various testing documents such as test policy test strategy and test plan
action
system testing
integration testing
documentation tools
11. Incremental rollout Adapt processes testware etc. to fit with use of tool Adequate training Define guidelines for use of tool (from pilot project) Implement continuous improvement mechanism Monitor use of tool Implement ways to learn lessons
test tool deployment Success Factors
coverage measurement tools
IEEE incident report template
incident report
12. Begin with initial requirements specification phase end with implementation and maintenance phases with cyclical transitions in between phases.
iterative-incremental development models
maintenance testing
inspection
ad hoc integration
13. Execute individual & groups of test cases Record results Compare results with expected Report differenes between actual & expected Re-execute to verify fixes
debugging
cause-effect graphic testing
component integration testing
test execution tasks
14. Used to test the functionality of software as mentioned in software requirement specifications.
defect masking
decision coverage
functional testing tool
defect
15. A unique identifier for each incident report generated during test execution.
incident report identifier
waterfall model benefits
test analysis & design tasks
input specifications
16. Conditions required to begin testing activities.
maintenance testing
system testing
efficiency
entry criteria
17. Black-box techniques used to derive test cases drawing on knowledge intuition and skill of individuals.
keyword-driven testing
data flow structure
equivalence partitioning
experience-based techniques
18. Special-purpose software used to simulate a component that calls the component under test
maintainability testing
horizontal traceability
driver
actual result
19. Separation of testing responsibilities which encourages the accomplishment of objective testing
code coverage
testing process phases
functional testing
independence of testing
20. Frequency of tests failing per unit of measure (e.g. time number of transactions test cases executed.)
agile software development model
equivalence partitions
exit criteria
failure rate
21. A set of conditions that a system needs to meet in order to be accepted by end users
component integration testing
cause-effect graphic testing
test execution tasks
acceptance criteria
22. Inputs - Expected Results - Actual Results - Anomalies - Date & Time - Procedure Step - Attempts to repeat - Testers - Observers
load testing
configuration management tools
incident description subheadings
IEEE incident report template
23. Testing performed at development organization's site but outside organization. (I.e. testing is performed by potential customers users or independent testing team)
error
horizontal traceability
maintainability
alpha testing
24. All possible combinations of input values and preconditions are tested.
exhaustive testing
condition determination coverage
actual result
defect masking
25. A metric used to calculate the number of ALL condition or sub-expression outcomes in code that are executed by a test suite.
input specifications
beta testing
condition coverage
anomalous events
26. Unconfirmed - New - Open - Assigned - Resolved - Verified - Closed
keyword-driven testing
cause-effect graphic testing
incident life cycle phases
environmental needs
27. Enables testers to prove that functionality between two or more communicating systems or components is IAW requriements.
LCSAJ testing
LCSAJ
interoperability testing
dynamic analysis tools
28. A type of review that involves visual examination of documents to detect defects such as violations of development standards and non-conformance to higher-level documentation.
inspection
incident description subheadings
test condition
error
29. Uses risks to: ID test techniques Determine how much testing is required Prioritize tests with high-priority risks first
COTS
risk-based testing
acceptance testing
functional incremental integration
30. Tests functional or nonfunctional attributes of a system or its components but without referring to the internal structure of the system or its components
conformance testing tools
black-box testing
functionality
LCSAJ
31. Used to replace a component that calls another component.
driver
test management tool features
debugging tools
cause-effect graphic testing
32. Combining components or sytems into larger structural units or subsystems.
integration
conditions
test data preparation tools
LCSAJ
33. The smallest software item that can be tested in isolation.
decision table testing
anomalous events
system testing
component
34. Sequence in which instructions are executed through a component or system
bottom-up integration
control flow structure
defect density
Incidents
35. Review documents (reqs architecture design etc.) ID conditions to be tested Design tests Assess testability of reqs ID infrastructure & tools
driver
defect masking
alpha testing
test analysis & design tasks
36. Occurrences that happen before and after an unexpected event
beta testing
anomalous events
test condition
stub
37. A metric to calculate the number of SINGLE condition outcomes that can independently affect the decision outcome.
condition determination coverage
IEEE incident report template
monitor
nonfunctional requirements
38. Deviation of a software system from its expected delivery services or results
failure
decision coverage
decision testing
functional requirements
39. 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
test data preparation tools
COTS
test condition
configuration management tools
40. Scheduling Tests Manage test activities Provide interfaces to different tools provide traceability of tests Log test results Prepare progress reports
test analysis & design tasks
Incidents
test management tool features
operational testing
41. Incident Report - Identifier - Summary - Incident - Description - Impact
data flow structure
IEEE incident report template
impact analysis
input specifications
42. Requirements Analysis - Design - Coding - Integration - Implementation - Maintenance
waterfall model phases
exploratory testing
failure
incident description subheadings
43. Sequence in which data items are accessed or modified by code.
data flow structure
decision coverage
independence of testing
big-bang testing
44. Response of the application to an input
conditions
failure rate
documentation tools
action
45. White-box design technique used to design test cases for a software component using LCSAJ.
condition determination coverage
defect density
failure rate
LCSAJ testing
46. Allows storage of test input and expected results in one or more central data sources or databases.
business process-based testing
nonfunctional requirements
conditions
data-driven testing
47. Testing software components that are separately testable. Also module program and unit testing.
agile software development model
component testing
data flow structure
action
48. Calculates the number of executed branch outcomes in code.
ad hoc integration
decision coverage
risk-based testing
multiple condition coverage
49. Nonfunctional testing including testing: ease of fixing defects - ease of meeting new requirements - ease of maintenance
condition determination coverage
maintainability testing
test condition
backbone integration
50. Abilitiy of software to collaborate with one or more specified systems subsystem or components.
impact analysis
interoperability
integration testing
cause-effect graphic testing