Search
.Management Sciences
Category: Design and Implementation
When does the testing process stops ?
A. When resources (time and budget) are over
B. When some coverage is reached
C. When quality criterion is reached
D. Testing never ends
(more…)
What do you understand by V&V in software testing ?
A. Verified Version
B. Version Validation
C. Verification and Validation
D. Version Verification
(more…)
Classes and interfaces are a part of____________________?
A. Structural things
B. Behavioral things
C. Grouping things
D. Annotational things
(more…)
Which of the following is not a characteristics of box diagram ?
A. functional domain
B. arbitrary transfer of control is impossible
C. recursion is easy to represent
D. providing a notation that translates actions and conditions
(more…)
What is an abstract class ?
A. A class that has direct instances, but whose descendants may have direct instances
B. A class that has direct instances, but whose descendants may not have direct instances
C. A class that has no direct instances, but whose descendants may have direct instances
D. All of the mentioned
(more…)
Which of the following is a design pattern?
A. Behavioral
B. Structural
C. Abstract Factory
D. All of the mentioned
(more…)
Which of the following is golden rule for interface design ?
A. Place the user in control
B. Reduce the user’s memory load
C. Make the interface consistent
D. All of the mentioned
(more…)
Which of the following option is not considered by the Interface design ?
A. the design of interfaces between software components
B. the design of interfaces between the software and human producers and consumers of information
C. the design of the interface between two computers
D. all of the mentioned
Which granularity level of testing checks the behavior of module cooperation ?
A. Unit Testing
B. Integration Testing
C. Acceptance Testing
D. Regression Testing
(more…)
A software might allow a user to interact via________________________?
A. keyboard commands
B. mouse movement
C. voice recognition commands
D. all of the mentioned
(more…)
Recent Comments