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. Black-box testing technique used to create groups of input conditions that create the same kind of output.
equivalence partitioning
IEEE incident report template
beta testing
exhaustive testing
2. Allows storage of test input and expected results in one or more central data sources or databases.
debugging tools
incident report identifier
actual result
data-driven testing
3. Inputs - Expected Results - Actual Results - Anomalies - Date & Time - Procedure Step - Attempts to repeat - Testers - Observers
exit criteria
incident description subheadings
cause-effect graphic testing
contract acceptance testing
4. Tool or hardware device that runs in parallel to assembled component. It manages records and analyzes the behavior of the tested system.
monitor
acceptance testing
test implementation tasks
ad hoc integration
5. An event or item that can be tested using one or more test cases
functional requirements
test condition
condition coverage
configuration management
6. Testing software components that are separately testable. Also module program and unit testing.
anomalous events
big-bang testing
incident report
component testing
7. Frequency of tests failing per unit of measure (e.g. time number of transactions test cases executed.)
failure rate
input specifications
configuration management
efficiency
8. A review not based on a formal documented procedure
environmental needs
decision table
debugging tools
informal review
9. A metric to calculate the number of SINGLE condition outcomes that can independently affect the decision outcome.
debugging
condition determination coverage
accuracy
backbone integration
10. Tracing requirements for a level of testing using test documentation from the test plan to the test script.
defect masking
decision table
maintainability testing
horizontal traceability
11. A component of the incident report that determines the actual effect of the incident on the software and its users.
input specifications
impact
contract acceptance testing
efficiency
12. Separation of testing responsibilities which encourages the accomplishment of objective testing
independence of testing
backbone integration
big-bang testing
test tool deployment Success Factors
13. Enables testers to prove that functionality between two or more communicating systems or components is IAW requriements.
defect masking
interoperability testing
LCSAJ testing
input specifications
14. One defect prevents the detection of another.
driver
big-bang testing
maintainability testing
defect masking
15. A task of maintaining and controlling changes to all entities of a system.
failure
configuration management
functional requirements
environmental needs
16. All possible combinations of input values and preconditions are tested.
entry criteria
debugging tools
boundary value analysis
exhaustive testing
17. Events that occurred during the testing process our investigation.
agile software development model
Incidents
fault attack
test analysis & design tasks
18. A black-box test design technique used to identify possible causes of a problem by using the cause-effect diagram
cause-effect graphic testing
impact
test tool deployment Success Factors
load testing
19. The capability of a software product to provide agreed and correct output with the required degree of precision
keyword-driven testing
system testing
condition coverage
accuracy
20. Uses risks to: ID test techniques Determine how much testing is required Prioritize tests with high-priority risks first
acceptance testing
risk-based testing
maintenance testing
action
21. Behavior or response of a software application that you observe when you execute the action steps in the test case.
actual result
contract acceptance testing
test condition
test control Tasks
22. 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.
bottom-up integration
interoperability testing
driver
informal review
23. Requirements that determine the functionality of a software system.
conformance testing tools
functional requirements
anomalous events
driver
24. Used to test the functionality of software as mentioned in software requirement specifications.
functional testing tool
decision table
keyword-driven testing
load testing
25. Special-purpose software used to simulate a component called by the component under test
instrumentation
stub
Incidents
integration
26. White-box design technique used to design test cases for a software component using LCSAJ.
black-box testing
LCSAJ testing
entry criteria
contract acceptance testing
27. Sequence in which data items are accessed or modified by code.
data flow structure
efficiency
incremental testing
boundary value analysis
28. A set of conditions that a system needs to meet in order to be accepted by end users
IEEE incident report template
acceptance criteria
test log uses
Three main SW development models
29. Components are integrated in the order in which they are developed
ad hoc integration
exhaustive testing
functional testing
failure rate
30. Waterfall iterative-incremental "V"
documentation tools
debugging tools
conditions
Three main SW development models
31. Testing an integrated system to validate it meets requirements
resolution types
equivalence partitioning
system testing
test implementation tasks
32. A metric used to calculate the number of ALL condition or sub-expression outcomes in code that are executed by a test suite.
exploratory testing
Incidents
condition coverage
exhaustive testing
33. A table showing combinations of inputs and their associated actions.
exploratory testing
decision table
cyclomatic complexity
multiple condition coverage
34. Black-box test design technique - test cases are designed from a decision table.
decision table testing
coverage measurement tools
accuracy
integration management tools
35. The capability of a software product to provide functions that address explicit and implicit requirements from the product against specified conditions.
test data preparation tools
Impact subheadings
functionality
ad hoc integration
36. Special-purpose software used to simulate a component that calls the component under test
LCSAJ
incident life cycle phases
driver
automation tools
37. The ratio between the number of defects found and the size of the component/system tested.
defect density
actual result
resolution types
black-box testing
38. Execute individual & groups of test cases Record results Compare results with expected Report differenes between actual & expected Re-execute to verify fixes
fault attack
test execution tasks
waterfall model phases
action
39. Tests interfaces between components and between integrated components and systems.
nonfunctional requirements
LCSAJ
integration testing
test tool deployment Success Factors
40. Conditions ensuring testing process is complete and the object being tested is ready for next stage.
exit criteria
decision coverage
keyword-driven testing
interoperability testing
41. Simple & easy to follow Its rigidity makes it easy to follow It's typically well planned - Systematic - Freezing requirements before development begins ensures no rework later Each phase has specific deliverables
cause-effect graphic testing
waterfall model benefits
maintainability testing
test log uses
42. Used to replace a component that calls another component.
incident report
driver
experience-based techniques
dynamic analysis tools
43. A functional testing approach in which test cases are designed based on business processes.
integration management tools
waterfall model phases
interoperability
business process-based testing
44. 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
interoperability
component
IEEE test case specification template
45. A code metric that specifies the number of independent paths through a program. Enables identification of complex (and therefore high-risk) areas of code.
test planning Tasks
functional testing
cyclomatic complexity
component testing
46. Combining components or sytems into larger structural units or subsystems.
risk-based testing
integration
debugging tools
maintainability testing
47. Planning & Control - Analysis and Design - Implementation and Execution - Evaluating Exit - Criteria and Reporting - Closure
component testing
interoperability testing
testing process phases
dynamic analysis tools
48. Testing performed to detect defects in interfaces and interation between integrated components. Also called "integration testing in the small".
component testing
black-box testing
component integration testing
boundary value analysis
49. Metric used to calculate the number of combinations of all single condition outcomes within one statement that are executed by a test case.
test analysis & design tasks
multiple condition coverage
keyword-driven testing
anomalous events
50. Integration Approach: A frame or backbone is created and components are progressively integrated into it.
decision table
backbone integration
iterative-incremental development models
test log uses