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 smallest software item that can be tested in isolation.
test execution tasks
environmental needs
component
waterfall model phases
2. Tracing requirements for a level of testing using test documentation from the test plan to the test script.
horizontal traceability
test implementation tasks
documentation tools
integration
3. Commercial Off-The-Shelf products. Products developed for the general market as opposed to those developed for a specific customer.
IEEE incident report template
COTS
input specifications
data-driven testing
4. Waterfall iterative-incremental "V"
Three main SW development models
experience-based techniques
risk-based testing
equivalence partitions
5. A review not based on a formal documented procedure
cause-effect graphic testing
informal review
multiple condition coverage
action
6. Ad hoc method of exposing bugs based on past knowledge and experience of experts (e.g. empty strings illegal characters empty files etc.).
error guessing
driver
multiple condition coverage
incident report identifier
7. Black-box testing technique used to create groups of input conditions that create the same kind of output.
cyclomatic complexity
beta testing
equivalence partitioning
incident management tools
8. Review documents (reqs architecture design etc.) ID conditions to be tested Design tests Assess testability of reqs ID infrastructure & tools
IEEE test case specification template
decision testing
test analysis & design tasks
test log uses
9. Events that occurred during the testing process our investigation.
accuracy
decision table
Incidents
data-driven testing
10. Tools used to store and manage incidents return phone defects failures or anomalies.
incident management tools
component
exhaustive testing
LCSAJ
11. Scheduling Tests Manage test activities Provide interfaces to different tools provide traceability of tests Log test results Prepare progress reports
waterfall model phases
test tool deployment Success Factors
test management tool features
IEEE test case specification template
12. Begin with initial requirements specification phase end with implementation and maintenance phases with cyclical transitions in between phases.
decision table testing
iterative-incremental development models
IEEE incident report template
exit criteria
13. Abilitiy of software to collaborate with one or more specified systems subsystem or components.
interoperability
integration
condition coverage
waterfall model phases
14. Develop & proiroitize test cases Create groups of test cases Set up test environment
data flow structure
component
test implementation tasks
instrumentation
15. Operational testing performed at an _external_ site without involvement of the developing organization.
interoperability
fault attack
coverage measurement tools
beta testing
16. A functional testing approach in which test cases are designed based on business processes.
business process-based testing
test tool deployment Success Factors
multiple condition coverage
nonfunctional requirements
17. Sequence in which instructions are executed through a component or system
code coverage
driver
multiple condition coverage
control flow structure
18. Scripting technique that uses data files to store test input expected results and keywords related to a software application being tested.
acceptance criteria
LCSAJ testing
keyword-driven testing
IEEE incident report template
19. Integrate different kinds of tools to make test management more efficient and simple.
monitor
integration management tools
incident description subheadings
configuration management tools
20. 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).
integration management tools
conformance testing tools
control flow structure
configuration management tools
21. Nonfunctional testing including testing: ease of fixing defects - ease of meeting new requirements - ease of maintenance
documentation tools
maintainability testing
IEEE test case specification template
environmental needs
22. Tests functional or nonfunctional attributes of a system or its components but without referring to the internal structure of the system or its components
black-box testing
monitor
SW development model
waterfall model benefits
23. An event or item that can be tested using one or more test cases
test condition
instrumentation
system testing
informal review
24. Testing software in its operational environment
operational testing
functionality
Three main SW development models
testing process phases
25. Metric used to calculate the number of combinations of all single condition outcomes within one statement that are executed by a test case.
test levels
functional testing
multiple condition coverage
anomalous events
26. Testing performed based on the contract between a customer and the development organization. Customer uses results of the test to determine acceptance of software.
decision coverage
contract acceptance testing
Incidents
test log uses
27. Incident Report - Identifier - Summary - Incident - Description - Impact
integration
dynamic analysis tools
test management tool features
IEEE incident report template
28. A table showing combinations of inputs and their associated actions.
agile software development model
alpha testing
decision table
incremental testing
29. Used to replace a component that calls another component.
error guessing
beta testing
driver
functional requirements
30. An analysis that determines the portion of code on software executed by a set of test cases
action
code coverage
automation tools
agile software development model
31. 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
exploratory testing
SW development model
functional requirements
32. Planning & Control - Analysis and Design - Implementation and Execution - Evaluating Exit - Criteria and Reporting - Closure
test control Tasks
testing process phases
functional testing
driver
33. The process of finding analyzing and removing causes of failure in a software product.
integration management tools
actual result
debugging
decision table testing
34. Execute individual & groups of test cases Record results Compare results with expected Report differenes between actual & expected Re-execute to verify fixes
test execution tasks
ad hoc integration
waterfall model benefits
experience-based techniques
35. Measure & analyze results of testing; Monitor document share results of testing; Report information on testing; Initiate actions to improve processes; Make decisions about testing
defect masking
test control Tasks
conditions
error guessing
36. Testing an integrated system to validate it meets requirements
actual result
test execution tasks
system testing
equivalence partitioning
37. Integration approach components or subsystems are combined all at once rather than in stages.
Impact subheadings
boundary value analysis
conformance testing tools
big-bang testing
38. A technique used to improve testing coverage by deliberately introducing faults in code.
defect
fault attack
waterfall model phases
dynamic analysis tools
39. Increased load (transations) used to test behavior of system under high volume.
experience-based techniques
load testing
LCSAJ testing
coverage measurement tools
40. All possible combinations of input values and preconditions are tested.
multiple condition coverage
exhaustive testing
test levels
anomalous events
41. The ratio between the number of defects found and the size of the component/system tested.
monitor
defect density
functional requirements
test planning Tasks
42. One defect prevents the detection of another.
horizontal traceability
test log uses
error
defect masking
43. 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
instrumentation
dynamic analysis tools
agile software development model
functional requirements
44. Linear Code Sequence and Jump.
IEEE incident report template
LCSAJ
Impact subheadings
condition determination coverage
45. Testing performed to determine whether the system meets acceptance criteria
impact analysis
acceptance testing
test management tool features
component testing
46. Combining components or sytems into larger structural units or subsystems.
integration management tools
accuracy
debugging tools
integration
47. A code metric that specifies the number of independent paths through a program. Enables identification of complex (and therefore high-risk) areas of code.
operational testing
test tool deployment Success Factors
code coverage
cyclomatic complexity
48. Record details of test cases executed Record order of execution record results
interoperability
fault attack
incident description subheadings
test log uses
49. Examine changes made to an operational system cause defects.
Three main SW development models
maintainability
instrumentation
maintenance testing
50. Uses risks to: ID test techniques Determine how much testing is required Prioritize tests with high-priority risks first
data-driven testing
risk-based testing
component testing
fault attack
Sorry!:) No result found.
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