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. Bug fault internal error problem etc. Flaw in software that causes it to fail to perform its required functions.
test management tool features
defect
maintainability
monitor
2. Occurrences that happen before and after an unexpected event
maintenance testing
defect masking
incident description subheadings
anomalous events
3. Conditions required to begin testing activities.
decision table testing
configuration management
impact analysis
entry criteria
4. Review documents (reqs architecture design etc.) ID conditions to be tested Design tests Assess testability of reqs ID infrastructure & tools
ad hoc integration
test analysis & design tasks
functionality
driver
5. Measures amount of testing performed by a collection of test cases
SW development model
test management tool features
monitor
coverage
6. Special additions or changes to the environment required to run a test case.
test implementation tasks
test data preparation tools
incident report
environmental needs
7. Execute individual & groups of test cases Record results Compare results with expected Report differenes between actual & expected Re-execute to verify fixes
integration testing
test execution tasks
decision table testing
maintenance testing
8. Record details of test cases executed Record order of execution record results
equivalence partitioning
inspection
test log uses
integration
9. Components are combined and tested in the order in which basic functionalities start working
functional incremental integration
bottom-up integration
defect
failure
10. Ad hoc method of exposing bugs based on past knowledge and experience of experts (e.g. empty strings illegal characters empty files etc.).
action
code coverage
load testing
error guessing
11. One defect prevents the detection of another.
defect masking
big-bang testing
maintenance testing
defect density
12. A technique used to improve testing coverage by deliberately introducing faults in code.
fault attack
dynamic analysis tools
resolution types
integration testing
13. Measure & analyze results of testing; Monitor document share results of testing; Report information on testing; Initiate actions to improve processes; Make decisions about testing
incident description subheadings
test control Tasks
efficiency
inspection
14. A review not based on a formal documented procedure
failure
horizontal traceability
informal review
keyword-driven testing
15. Inputs - Expected Results - Actual Results - Anomalies - Date & Time - Procedure Step - Attempts to repeat - Testers - Observers
failure
incident description subheadings
boundary value analysis
defect masking
16. Testing performed based on the contract between a customer and the development organization. Customer uses results of the test to determine acceptance of software.
testing process phases
contract acceptance testing
action
equivalence partitioning
17. Fixed - Won't Fix - Later - Remind - Duplicate - Incomplete - Not a Bug - Invalid etc.
defect masking
IEEE incident report template
test tool deployment Success Factors
resolution types
18. Informal testing technique in which test planning and execution run in parallel
functional requirements
test log uses
IEEE test case specification template
exploratory testing
19. Black-box testing technique used to create groups of input conditions that create the same kind of output.
alpha testing
component testing
equivalence partitioning
test management tool features
20. Based on the generic iterative-incremental model. Teams work by dividing project tasks into small increments involving only short-term planning to implement various iterations
SW development model
incident management tools
control flow structure
agile software development model
21. The capability of a software product to provide functions that address explicit and implicit requirements from the product against specified conditions.
actual result
system testing
functionality
test levels
22. Uses risks to: ID test techniques Determine how much testing is required Prioritize tests with high-priority risks first
risk-based testing
nonfunctional requirements
test implementation tasks
coverage measurement tools
23. Test case design technique used to identify bugs occurring on or around boundaries of equivalence partitions.
acceptance criteria
test planning Tasks
incident life cycle phases
boundary value analysis
24. Increased load (transations) used to test behavior of system under high volume.
cause-effect graphic testing
anomalous events
load testing
keyword-driven testing
25. Calculates the number of executed branch outcomes in code.
impact analysis
acceptance criteria
decision coverage
big-bang testing
26. Used to replace a component that calls another component.
decision table testing
integration management tools
driver
iterative-incremental development models
27. Based on analysis of functional specifications of a system.
iterative-incremental development models
code coverage
functional testing
monitor
28. Nonfunctional testing including testing: ease of fixing defects - ease of meeting new requirements - ease of maintenance
maintainability testing
waterfall model phases
fault attack
incident report identifier
29. Tracing requirements for a level of testing using test documentation from the test plan to the test script.
test condition
maintainability testing
integration management tools
horizontal traceability
30. Behavior or response of a software application that you observe when you execute the action steps in the test case.
actual result
test management tool features
SW development model
load testing
31. The smallest software item that can be tested in isolation.
exit criteria
equivalence partitions
component
control flow structure
32. White-box design technique used to design test cases for a software component using LCSAJ.
LCSAJ testing
instrumentation
acceptance criteria
exit criteria
33. Response of the application to an input
action
anomalous events
SW development model
debugging
34. Testing an integrated system to validate it meets requirements
maintainability testing
system testing
nonfunctional requirements
SW development model
35. Tools used to store and manage incidents return phone defects failures or anomalies.
test management tool features
test condition
incident management tools
functional incremental integration
36. Special-purpose software used to simulate a component called by the component under test
stub
configuration management tools
risk-based testing
exploratory testing
37. Assessment of changes required to different layers of documentation and software to implement a given change to the original requirements.
operational testing
equivalence partitions
impact analysis
accuracy
38. Tool or hardware device that runs in parallel to assembled component. It manages records and analyzes the behavior of the tested system.
automation tools
test levels
functionality
monitor
39. Metric used to calculate the number of combinations of all single condition outcomes within one statement that are executed by a test case.
equivalence partitioning
component testing
multiple condition coverage
risk-based testing
40. 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
SW development model
waterfall model phases
functional requirements
waterfall model benefits
41. Testing software in its operational environment
keyword-driven testing
operational testing
maintainability testing
backbone integration
42. Process used to create a SW product from initial conception to public release
test data preparation tools
iterative-incremental development models
coverage measurement tools
SW development model
43. The capability of a software product to provide agreed and correct output with the required degree of precision
load testing
interoperability testing
accuracy
anomalous events
44. 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
multiple condition coverage
contract acceptance testing
instrumentation
45. A set of conditions that a system needs to meet in order to be accepted by end users
big-bang testing
test tool deployment Success Factors
impact
acceptance criteria
46. Check to make sure a system adheres to a defined set of standards conventions or regulations in laws and similar specifications.
conformance testing tools
integration management tools
testing process phases
LCSAJ testing
47. A test case design technique for a software component to ensure that the outcome of a decision point or branch in cod is tested.
decision testing
coverage
exhaustive testing
test log uses
48. Components are integrated in the order in which they are developed
resolution types
business process-based testing
dynamic analysis tools
ad hoc integration
49. Integration approach components or subsystems are combined all at once rather than in stages.
big-bang testing
acceptance testing
cause-effect graphic testing
error
50. Tools used by developers to identify defects in programs.
keyword-driven testing
driver
debugging tools
component integration testing
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