NEW
Font size
WorksheetsSE Quiz 3 (H)
Total questions: 10
Worksheet time: 8mins
Which one of the following attributes of a program can be inferred from its Cyclomatic complexity?
Computational complexity
Lines of code (LoC)
Executable code size
Testability
Of the following, who conducts acceptance testing?
The development team
The test team
A set of friendly clients
Customer
Which one of the following testing techniques is effective in testing whether a developed software meets its non-functional requirements?
Path testing
Data flow testing
Robust boundary-value testing
Performance testing
Cause-effect test cases are, in effect, designed using which one of the following types of testing techniques?
Decision-table based testing
Coverage-based testing
Fault-based testing
Path-based testing
Why is it necessary to test a large program at three different levels: unit, integration, as well as system levels, rather than testing only at the system level?
It reduces the number of test cases that can be designed
It reduces the test execution effort
It reduces the debugging effort
It reduces test case design effort.
DD path graph is called as
Design to Design Path graph
Defect to Defect Path graph
Destination to Destination Path graph
Decision to Decision Path graph
The size of the graph matrix is
Number of edges in the flow graph
Number of nodes in the flow graph
Number of paths in the flow graph
Number of independent paths in the flow graph
Cyclomatic complexity is equal to
Number of independent paths
Number of paths
Number of edges
Number of requirements
Alpha and Beta testing techniques are related to
System testing
Unit testing
Acceptance testing
Integration testing
Top down approach is used for
Development
Identification of faults
Validation
Functional testing
