Software architecture evaluation methods help assess the quality, maintainability, and effectiveness of a system’s architecture. These methods can be categorized into early evaluation methods (before implementation) and late evaluation methods (after implementation).
Early Evaluation Methods
These methods evaluate software architecture at the early stages of development, ensuring that quality requirements are met before implementation. By aligning the architecture with quality objectives, potential risks can be mitigated early.
Early evaluation methods can be categorized into scenario-based and mathematical model-based approaches.
- SAAM (Scenario-Based Software Architecture Analysis Method) – Evaluates an architecture’s ability to support functional and quality attributes through predefined scenarios.
- ATAM (Architecture Tradeoff Analysis Method) – Analyzes trade-offs between different quality attributes to make informed architectural decisions.
- ALPSM (Architecture Level Prediction of Software Maintenance) – Assesses maintainability by predicting the effort required for future modifications.
- ALMA (Architecture Level Modifiability Analysis) – Focuses on modifiability, evaluating how well an architecture can adapt to changes.
- CBAM (Cost-Benefit Analysis Method) – Estimates the cost-effectiveness of architectural decisions by balancing costs and benefits.
- FAAM (Family Architecture Assessment Method) – Evaluates software product line architectures for reusability and maintainability.
- SALUTA (Scenario-Based Architecture-Level Usability Analysis) – Assesses usability aspects of software architecture.
- SBAR (Scenario-Based Architecture Reengineering) – Helps in reengineering architectures by analyzing real-world usage scenarios.
- SAAMCS (SAAM for Complex Scenarios) – An extension of SAAM tailored for evaluating complex systems.
- ESAAMI (Extending SAAM by Integration in the Domain) – Enhances SAAM by incorporating domain-specific considerations.
- ASAAM (Aspectual Software Architecture Analysis Method) – Evaluates aspect-oriented architectures, considering cross-cutting concerns.
- SACAM (Software Architecture Comparison Analysis Method) – Compares multiple architectures to determine the best-fit design.
- DoSAM (Domain-Specific Software Architecture Comparison Model) – Analyzes architectures within specific domains to identify optimal structures.
Late Evaluation Methods
Late evaluation methods analyze discrepancies between planned architecture and implemented architecture to identify deviations, inefficiencies, and areas for improvement. These methods often utilize tool-based approaches for automated analysis.
- Tvedt et al.'s Approach – Examines architectural conformance and detects deviations.
- Lindvall et al.'s Approach – Evaluates software evolution and its impact on architectural integrity.
- Fiutem and Antoniol’s Approach (Tool-Based) – Uses automated tools to assess the implemented architecture.
- Murphy et al.'s Approach (Tool-Based) – Focuses on reverse engineering to recover architectural views from code.
- Sefika et al.'s Approach (Tool-Based) – Analyzes runtime interactions to validate architectural compliance.
Comments
Post a Comment