Software Engineering and Testing
Quiz covering software engineering concepts including testing methodologies, UML modeling, system architecture, and software development practices.
Questions
Which of the following is often used to measure resource utilization in an exact fashion?
- Alpha test
- Beta test
- Performance test
- Evaluation oriented testing
- White box testing
Which of the following is a collection of programs written for the service of other programs?
- Real time software
- System software
- Business software
- Personal computer software
- Software maintenance
In which of the following debugging approaches is the source code traced reversed (manually), until the site of the cause is found?
- Brute force
- Cause elimination
- Stress testing
- Security testing
- Backtracking
Which of the following extended the properties of a UML building block allows you to create new information in that element's specification?
- Stereotypes
- Specifications
- Integrity
- Tagged value
- Association
Which of the following models defines the outside (actors) and inside of the system's behaviour?
- Domain object model
- Test model
- Use case model
- Class modeling
- Dynamic modeling
Which of the following models presents the way the source code should be carried out and written?
- Domain object model
- Analysis object model
- Test model
- Design view
- Control class model
In which of the following testing techniques can we determine that the functions appear to work according to specifications?
- Stress testing
- Cause elimination
- Security testing
- Black box testing
- Debugging oriented
Which of the following contains objects that know how to communicate with the place where the data actually reside?
- Business Layer
- View Layer
- Access Layer
- Design View
- Process View
Which of the following testing techniques focuses verification efforts on the smallest portion of software design module?
- Integration Testing
- Unit Testing
- Beta Test
- Cause Elimination
- Evolution Oriented
Which of the following attempts to uncover data combinations within valid input classes that may cause instability or improper processing?
- Security testing
- Alpha test
- Cause elimination
- Prevention oriented
- Sensitivity testing
Which of the following provides a visual representation of the most important aspects of the element?
- Adorments
- Specifications
- Stereotype
- Constraints
- Elided