Exam 22: Software Testing Strategies
Exam 1: The Nature of Software3 Questions
Exam 2: Software Engineering3 Questions
Exam 3: Software Process Structure4 Questions
Exam 4: Process Models4 Questions
Exam 5: Agile Development4 Questions
Exam 6: Human Aspects of Software Engineering4 Questions
Exam 7: Principles That Guide Practice4 Questions
Exam 8: Understanding Requirements4 Questions
Exam 9: Requirements Modeling: Scenario- Based Methods4 Questions
Exam 10: Requirements Modeling: Class- Based Methods4 Questions
Exam 11: Requirements Modeling: Behavior, Patterns, and Web/ Mobile Apps4 Questions
Exam 12: Design Concepts4 Questions
Exam 13: Architectural Design4 Questions
Exam 14: Component- Level Design6 Questions
Exam 15: User Interface Design5 Questions
Exam 16: Pattern- Based Design4 Questions
Exam 17: Webapp Design4 Questions
Exam 18: Mobileapp Design4 Questions
Exam 19: Quality Concepts4 Questions
Exam 20: Review Techniques4 Questions
Exam 21: Software Quality Assurance4 Questions
Exam 22: Software Testing Strategies4 Questions
Exam 23: Testing Conventional Applications4 Questions
Exam 24: Testing Object- Oriented Applications4 Questions
Exam 25: Testing Web Applications4 Questions
Exam 26: Testing Mobileapps4 Questions
Exam 27: Security Engineering4 Questions
Exam 28: Formal Modeling and Verification4 Questions
Exam 29: Software Configuration Management5 Questions
Exam 30: Product Metrics5 Questions
Exam 31: Project Management Concepts4 Questions
Exam 32: Process and Project Metrics5 Questions
Exam 33: Estimation for Software Projects4 Questions
Exam 34: Project Scheduling4 Questions
Exam 35: Risk Management4 Questions
Exam 36: Maintenance and Reengineering4 Questions
Exam 37: Software Process Improvement4 Questions
Exam 38: Emerging Trends in Software Engineering4 Questions
Select questions type
List four types of systems tests.
Free
(Essay)
4.7/5
(34)
Correct Answer:
-Recovery testing
-Security testing
-Stress testing
-Performance testing
Why is regression testing an important part of any integration testing procedure?
Free
(Essay)
4.9/5
(37)
Correct Answer:
The goal of integration testing is to make sure that independent modules that work correctly on their own do not interfere with one another when added to the same program (unforeseen side effects are always possible).Regression testing checks for defects propagated to other modules by changes made to an existing program.
Describe object-oriented unit testing.
Free
(Essay)
4.9/5
(35)
Correct Answer:
Class testing for OO software is equivalent to unit testing for conventional software.The focus throughout is on designing and testing appropriate sequences of operations to exercise all class states.It makes little sense to test operations or algorithms individually for classes.
What are the key differences between validation testing goals and acceptance testing goals?
(Essay)
4.8/5
(34)
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)