SlideShare a Scribd company logo
Department of Computer Sience, Software Technology Group
Valencia, 31.05.2013
Towards Systematic Model-based Testing of
Self-adaptive Software
Georg Püschel, Sebastian Götz, Claas Wilke, Uwe Aßmann
Towards Systematic MBT of SAS Folie Nr. 2 von XYZ
Outline
1) SAS requires a new MBT foundation
2) Failure Analysis -- Method and Application
3) Result: SAS Testing Requirements
4) Conclusion and Future Work
02.06.2013
Towards Systematic MBT of SAS Folie Nr. 3 von XYZ
Motivation I: Why do we need…?
 Energy Auto Tuning models and architecture:
„CoolSoftware“
 Multi-NFP Auto-Tuning: ”Highly Adaptive Energy-Efficient
Computing” (HAEC)
 Role-based SAS architecture: „Smart Application Grids“
(SMAGS)
 Cyber-physical Systems including SAS behaviour: „Visual
and Interactive Cyber-Physical Systems Control and
Integration“ (VICCI)
 All projects research about requirements and design.
 To complete the SE process, testing is also required.
02.06.2013
Towards Systematic MBT of SAS Folie Nr. 4 von XYZ
Motivation II: Why should we generally….?
 SAS conform to a feedback loop principle (e.g., MAPE-K [KC03])
 Challenge:
“Creating validation and verification techniques to
test and evaluate control loops’ behaviour and
automatically detect unintended interactions.” [Cheng+08]
 Are SAS special to testing?
 As in design much more complex information has to be
specified.
 As SAS run control loops, testing methods can be
specifically tailored to it.
 Because of both, models should be to generate test cases.
(MBT – Model-based Testing)
02.06.2013
Towards Systematic MBT of SAS Folie Nr. 5 von XYZ
Related Work: What was done before?
 Gap (1): Besides challenge statements, analysis is rare.
 Gap (2): Only a minority considers the interaction between running system
processes and adaptation. (Transactions? Order of actions?)
 Gap (3): Generalization?
 Gap (4): Many approaches base on @runtime self-testing.
 But: For industry-ready and safe systems (e.g., with certification) we
require black box testing in advance (but before deployment)!
Some related approaches/methods:
 DiVA offers a comprehensive strategy, split in two phases [DiVA]:
 Early validation@design time: adaptation logic and context model are
executed in a simulation
 Operational validation: deals with context changes, uses Multi-
dimensional Coverage Arrays (MDCA)
 Testing strategy for context-adaptive systems: „Artificial Shake Table Testing“
coverage strategy to produce context test data [MB09]
 Further strategies generate test cases from context and control flows
[TSE+04][Wang+07]
 Cheng„s explicit test model of the total state space of an SAS. [Cheng+08]
02.06.2013
Towards Systematic MBT of SAS Folie Nr. 6 von XYZ
Long-term goals
02.06.2013
here
• failure analysis
• requirements
future
• instantiation
• generalized SAS testing
Towards Systematic MBT of SAS Folie Nr. 7 von XYZ
Failure Analysis prerequisites:
Requirements and Assumptions
 Following steps are performed in Failure Mode
and Effects Analysis (FMEA) [FMEA]:
1. Build Failure Domain Model (dimensions&properties)
2. Investigate scenarios
(3.) visualize fault propagation in a Fault Dependency
Tree/Graph
But: We require a common architectural
perspective of SAS!
 Assumption: We do only consider SAS fulfilling the
MAPE-K principle.
02.06.2013
Towards Systematic MBT of SAS Folie Nr. 8 von XYZ
Failure Analysis, Step (1): Failure Domain Model for SAS
02.06.2013
Deviation from exepected
behaviour at a system‘s interface.
Inconsistent part of total system
state (inner state+perceivable
external state).
An error‘s cause.
Propagation to
another component.
Towards Systematic MBT of SAS Folie Nr. 9 von XYZ
Failure Analysis, Step (1): Failure Domain Model for SAS
02.06.2013
dimensions/properties
Standard dimensions, but important
to keep track of.
With or without inclusion of
knowledge model?
Which components of the control
loop are affected.
Especially if the failure includes
manipulating the outer reality.
Failures can also be associated with
non-optimal fulfilled goals.
Event-driveness/Determintation of
adaptation initiation.
Towards Systematic MBT of SAS Folie Nr. 10 von XYZ
Failure Analysis, Step (2): Scenarios
02.06.2013
check
Monitor Plan
Scheduler
Configuration
planner
(Planner)
Adaptation
logic execution
(Analyzer)
Event
monitoring
& processing
(Monitor)
Analyse
Action queue
synch
System
actions
PRE
PLAN
SCHED
Sensors Effectors
SENS
EFFECT
POST
ADAPT
Execute
Executor
RECONF
TRIG
EVENT
„K“
Towards Systematic MBT of SAS Folie Nr. 11 von XYZ
Failure Analysis, Step (3): Fault Dependency Graph
 the FDG visualizes the casual chain of
failure propagation
 the cyclic propagation is estabilished
through the stateful knowledge memory
and potential interdependencies of sensing
manipulated outer/physical reality
(dashed arrow)
 PRE and TRIG are coupled in both
directections such that these scenarios
must be tested together
02.06.2013
Towards Systematic MBT of SAS Folie Nr. 12 von XYZ
 Task: State requirements which can be mapped to respective scenarios.
 Requirements as assurance tasks/goals.
Assure…
1) …correct sensor interpretation. (SENS)
2) …correct adaptation initiation. (TRIG/PRE/ADAPT)
3) …correct adaptation planning. (PLAN)
4) …consistent interaction between adaptation and
system behavior. (SCHED)
5) …consistent adaptation execution. (POST/RECONF)
6) …correct system behavior. (EVENT/EFFECT)
Extra:
7) Find contructive (to generate) and analytic (to measure) coverage criteria for
SAS.
Result: SAS Testing Requirements
02.06.2013
Towards Systematic MBT of SAS Folie Nr. 13 von XYZ
Conclusion and Future Work
 We applied FMEA to the MAPE-K concept.
 Failure Domain Model: properties of failures in
SAS
 Fault Dependency Graph shows some special
causal interdependencies in SAS
 6+1 derived requirements for SAS testing
 its a basic toolset for SAS testers
 Future Work:
 instantiate requirements for our (initially named)
projects
 … other to existing SAS frameworks
 therefore, develop appropriate testing models and
coverage criteria
02.06.2013
Towards Systematic MBT of SAS Folie Nr. 14 von XYZ
FIN– Q/A?
02.06.2013
Thank you for your attendence.
Towards Systematic MBT of SAS Folie Nr. 15 von XYZ
Funding
This research has received funding…
• …within the project #100084131 by the
European Social Fund (ESF) and the German
Federal State of Saxony,
• …by Deutsche Forschungsgemeinschaft
(DFG) within CRC 912 (HAEC)
• …as well as T-Systems Multimedia Solutions
GmbH.
02.06.2013
Towards Systematic MBT of SAS Folie Nr. 16 von XYZ
References
[KC03] J. O. Kephart and D. M. Chess, “The vision of autonomic computing,” Computer, vol. 36, no. 1, Jan.
2003, pp. 41–50.
[Cheng+08] B. H. C. Cheng, D. Lemos, H. Giese, P. Inverardi, and J. M. et al., “Software engineering for self-
adaptive systems: A research roadmap,” in Dagstuhl Seminar 08031 on Software Engineering for Self-
Adaptive Systems, 2008.
[FMEA] H. E. Roland and B. Moriarty, System Safety Egnineering and Managemnent, 2nd edn. John Wiley &
Sons, Chichester, 1990, ch. Failure Mode and Effect Analysis.
[STA07] H. Sozer, B. Tekinerdogan, and M. Aksit, Archtitecting dependable systems IV. Springer, 2007, ch.
Extending failure models and effects analysis approach for reliability analysis at the software architecture
design level.
[TSA08] B. Tekinerdogan, H. Sozer, and M. Aksit, “Software architecture reliability analysis using failure
scenarios,” Journal of Systems and Software, vol. 81 (4), 2008, pp. 558–575.
[MB09] F. Munoz and B. Baudry, “Artificial table testing dynamically adaptive systems,” 2009.
[DiVA] A. Maaß, D. Beucho, and A. Solberg, “Adaptation model and validation framework final version (DiVA
deliverable D4.3),” 2010.
[Tse+04] T. Tse, S. Yau, W. Chan, H. Lu, and T. Chen, “Testing context-sensitive middleware-based software
applications,” 28th Annual International Computer Software and Applications Conference, 2004, pp. 458–466.
[Wang+07] Z. Wang, S. Elbaum, and D. S. Rosenblum, “Automated generation of context-aware tests,” 29th
International Conference on Software Engineering (ICSE), 2007, pp. 406–415.
02.06.2013

More Related Content

Viewers also liked

Las webs
Las websLas webs
Las webs
Daniel Velazco
 
Preguntas para pensar
Preguntas para pensarPreguntas para pensar
Preguntas para pensar
Disnalda Medina
 
mjs
mjsmjs
Poster 2
Poster 2Poster 2
Poster 2Zahra06
 
Presentación María Camacho
Presentación  María Camacho Presentación  María Camacho
Presentación María Camacho
Maariacamm
 
DANIEL'S CV
DANIEL'S CVDANIEL'S CV
DANIEL'S CV
Daniel Adedigba
 
озыхан баршагуль+ умные стенды
озыхан баршагуль+ умные стендыозыхан баршагуль+ умные стенды
озыхан баршагуль+ умные стенды
Баршагуль Озыхан
 
Азарова Татьяна + Butterfly + финальная презентация
Азарова Татьяна + Butterfly + финальная презентацияАзарова Татьяна + Butterfly + финальная презентация
Азарова Татьяна + Butterfly + финальная презентация
Жанна Альжанова
 
Manual slideshare
Manual slideshareManual slideshare
Manual slideshare
arioli1994
 
Презентація Туменського НВК
Презентація Туменського НВКПрезентація Туменського НВК
Презентація Туменського НВК
tummen456
 

Viewers also liked (11)

Las webs
Las websLas webs
Las webs
 
Preguntas para pensar
Preguntas para pensarPreguntas para pensar
Preguntas para pensar
 
mjs
mjsmjs
mjs
 
Poster 2
Poster 2Poster 2
Poster 2
 
Certificate
CertificateCertificate
Certificate
 
Presentación María Camacho
Presentación  María Camacho Presentación  María Camacho
Presentación María Camacho
 
DANIEL'S CV
DANIEL'S CVDANIEL'S CV
DANIEL'S CV
 
озыхан баршагуль+ умные стенды
озыхан баршагуль+ умные стендыозыхан баршагуль+ умные стенды
озыхан баршагуль+ умные стенды
 
Азарова Татьяна + Butterfly + финальная презентация
Азарова Татьяна + Butterfly + финальная презентацияАзарова Татьяна + Butterfly + финальная презентация
Азарова Татьяна + Butterfly + финальная презентация
 
Manual slideshare
Manual slideshareManual slideshare
Manual slideshare
 
Презентація Туменського НВК
Презентація Туменського НВКПрезентація Туменського НВК
Презентація Туменського НВК
 

Similar to Adaptive13 test

HW/SW Partitioning Approach on Reconfigurable Multimedia System on Chip
HW/SW Partitioning Approach on Reconfigurable Multimedia System on ChipHW/SW Partitioning Approach on Reconfigurable Multimedia System on Chip
HW/SW Partitioning Approach on Reconfigurable Multimedia System on Chip
CSCJournals
 
IRJET - Virtual Mechanisms
IRJET - Virtual MechanismsIRJET - Virtual Mechanisms
IRJET - Virtual Mechanisms
IRJET Journal
 
Giddings
GiddingsGiddings
Giddings
anesah
 
MODEL CHECKERS –TOOLS AND LANGUAGES FOR SYSTEM DESIGN- A SURVEY
MODEL CHECKERS –TOOLS AND LANGUAGES FOR SYSTEM DESIGN- A SURVEYMODEL CHECKERS –TOOLS AND LANGUAGES FOR SYSTEM DESIGN- A SURVEY
MODEL CHECKERS –TOOLS AND LANGUAGES FOR SYSTEM DESIGN- A SURVEY
csandit
 
Managing Complexity and Change with Scalable Software Design
Managing Complexity and Change with Scalable Software DesignManaging Complexity and Change with Scalable Software Design
Managing Complexity and Change with Scalable Software Design
lbergmans
 
Variation response method CAE simulation suite
Variation response method CAE simulation suiteVariation response method CAE simulation suite
Variation response method CAE simulation suite
WMG centre High Value Manufacturing Catapult
 
Brian muirhead v1-27-12
Brian muirhead v1-27-12Brian muirhead v1-27-12
Brian muirhead v1-27-12
NASAPMC
 
Ch7
Ch7Ch7
Ch7
Ch7Ch7
Project Report (Summer 2016)
Project Report (Summer 2016)Project Report (Summer 2016)
Project Report (Summer 2016)
Brendan Guang Yao Tham
 
A tlm based platform to specify and verify component-based real-time systems
A tlm based platform to specify and verify component-based real-time systemsA tlm based platform to specify and verify component-based real-time systems
A tlm based platform to specify and verify component-based real-time systems
ijseajournal
 
Paper sharing_A digital twin hierarchy for metal additive manufacturing
Paper sharing_A digital twin hierarchy for metal additive manufacturingPaper sharing_A digital twin hierarchy for metal additive manufacturing
Paper sharing_A digital twin hierarchy for metal additive manufacturing
YOU SHENG CHEN
 
A World In Motion
A World In MotionA World In Motion
A World In Motion
oose
 
Software Engineering Important Short Question for Exams
Software Engineering Important Short Question for ExamsSoftware Engineering Important Short Question for Exams
Software Engineering Important Short Question for Exams
MuhammadTalha436
 
Hardware Design Practices For Modern Hardware
Hardware Design Practices For Modern HardwareHardware Design Practices For Modern Hardware
Hardware Design Practices For Modern Hardware
Winstina Kennedy
 
Sofware Engineering Important Past Paper 2019
Sofware Engineering Important Past Paper 2019Sofware Engineering Important Past Paper 2019
Sofware Engineering Important Past Paper 2019
MuhammadTalha436
 
Ch7
Ch7Ch7
A UML Profile for Security and Code Generation
A UML Profile for Security and Code Generation A UML Profile for Security and Code Generation
A UML Profile for Security and Code Generation
IJECEIAES
 
10 3
10 310 3
10 3
KowLoon1
 
Resume-Rohit_Vijay_Bapat_December_2016
Resume-Rohit_Vijay_Bapat_December_2016Resume-Rohit_Vijay_Bapat_December_2016
Resume-Rohit_Vijay_Bapat_December_2016
Rohit Bapat
 

Similar to Adaptive13 test (20)

HW/SW Partitioning Approach on Reconfigurable Multimedia System on Chip
HW/SW Partitioning Approach on Reconfigurable Multimedia System on ChipHW/SW Partitioning Approach on Reconfigurable Multimedia System on Chip
HW/SW Partitioning Approach on Reconfigurable Multimedia System on Chip
 
IRJET - Virtual Mechanisms
IRJET - Virtual MechanismsIRJET - Virtual Mechanisms
IRJET - Virtual Mechanisms
 
Giddings
GiddingsGiddings
Giddings
 
MODEL CHECKERS –TOOLS AND LANGUAGES FOR SYSTEM DESIGN- A SURVEY
MODEL CHECKERS –TOOLS AND LANGUAGES FOR SYSTEM DESIGN- A SURVEYMODEL CHECKERS –TOOLS AND LANGUAGES FOR SYSTEM DESIGN- A SURVEY
MODEL CHECKERS –TOOLS AND LANGUAGES FOR SYSTEM DESIGN- A SURVEY
 
Managing Complexity and Change with Scalable Software Design
Managing Complexity and Change with Scalable Software DesignManaging Complexity and Change with Scalable Software Design
Managing Complexity and Change with Scalable Software Design
 
Variation response method CAE simulation suite
Variation response method CAE simulation suiteVariation response method CAE simulation suite
Variation response method CAE simulation suite
 
Brian muirhead v1-27-12
Brian muirhead v1-27-12Brian muirhead v1-27-12
Brian muirhead v1-27-12
 
Ch7
Ch7Ch7
Ch7
 
Ch7
Ch7Ch7
Ch7
 
Project Report (Summer 2016)
Project Report (Summer 2016)Project Report (Summer 2016)
Project Report (Summer 2016)
 
A tlm based platform to specify and verify component-based real-time systems
A tlm based platform to specify and verify component-based real-time systemsA tlm based platform to specify and verify component-based real-time systems
A tlm based platform to specify and verify component-based real-time systems
 
Paper sharing_A digital twin hierarchy for metal additive manufacturing
Paper sharing_A digital twin hierarchy for metal additive manufacturingPaper sharing_A digital twin hierarchy for metal additive manufacturing
Paper sharing_A digital twin hierarchy for metal additive manufacturing
 
A World In Motion
A World In MotionA World In Motion
A World In Motion
 
Software Engineering Important Short Question for Exams
Software Engineering Important Short Question for ExamsSoftware Engineering Important Short Question for Exams
Software Engineering Important Short Question for Exams
 
Hardware Design Practices For Modern Hardware
Hardware Design Practices For Modern HardwareHardware Design Practices For Modern Hardware
Hardware Design Practices For Modern Hardware
 
Sofware Engineering Important Past Paper 2019
Sofware Engineering Important Past Paper 2019Sofware Engineering Important Past Paper 2019
Sofware Engineering Important Past Paper 2019
 
Ch7
Ch7Ch7
Ch7
 
A UML Profile for Security and Code Generation
A UML Profile for Security and Code Generation A UML Profile for Security and Code Generation
A UML Profile for Security and Code Generation
 
10 3
10 310 3
10 3
 
Resume-Rohit_Vijay_Bapat_December_2016
Resume-Rohit_Vijay_Bapat_December_2016Resume-Rohit_Vijay_Bapat_December_2016
Resume-Rohit_Vijay_Bapat_December_2016
 

Adaptive13 test

  • 1. Department of Computer Sience, Software Technology Group Valencia, 31.05.2013 Towards Systematic Model-based Testing of Self-adaptive Software Georg Püschel, Sebastian Götz, Claas Wilke, Uwe Aßmann
  • 2. Towards Systematic MBT of SAS Folie Nr. 2 von XYZ Outline 1) SAS requires a new MBT foundation 2) Failure Analysis -- Method and Application 3) Result: SAS Testing Requirements 4) Conclusion and Future Work 02.06.2013
  • 3. Towards Systematic MBT of SAS Folie Nr. 3 von XYZ Motivation I: Why do we need…?  Energy Auto Tuning models and architecture: „CoolSoftware“  Multi-NFP Auto-Tuning: ”Highly Adaptive Energy-Efficient Computing” (HAEC)  Role-based SAS architecture: „Smart Application Grids“ (SMAGS)  Cyber-physical Systems including SAS behaviour: „Visual and Interactive Cyber-Physical Systems Control and Integration“ (VICCI)  All projects research about requirements and design.  To complete the SE process, testing is also required. 02.06.2013
  • 4. Towards Systematic MBT of SAS Folie Nr. 4 von XYZ Motivation II: Why should we generally….?  SAS conform to a feedback loop principle (e.g., MAPE-K [KC03])  Challenge: “Creating validation and verification techniques to test and evaluate control loops’ behaviour and automatically detect unintended interactions.” [Cheng+08]  Are SAS special to testing?  As in design much more complex information has to be specified.  As SAS run control loops, testing methods can be specifically tailored to it.  Because of both, models should be to generate test cases. (MBT – Model-based Testing) 02.06.2013
  • 5. Towards Systematic MBT of SAS Folie Nr. 5 von XYZ Related Work: What was done before?  Gap (1): Besides challenge statements, analysis is rare.  Gap (2): Only a minority considers the interaction between running system processes and adaptation. (Transactions? Order of actions?)  Gap (3): Generalization?  Gap (4): Many approaches base on @runtime self-testing.  But: For industry-ready and safe systems (e.g., with certification) we require black box testing in advance (but before deployment)! Some related approaches/methods:  DiVA offers a comprehensive strategy, split in two phases [DiVA]:  Early validation@design time: adaptation logic and context model are executed in a simulation  Operational validation: deals with context changes, uses Multi- dimensional Coverage Arrays (MDCA)  Testing strategy for context-adaptive systems: „Artificial Shake Table Testing“ coverage strategy to produce context test data [MB09]  Further strategies generate test cases from context and control flows [TSE+04][Wang+07]  Cheng„s explicit test model of the total state space of an SAS. [Cheng+08] 02.06.2013
  • 6. Towards Systematic MBT of SAS Folie Nr. 6 von XYZ Long-term goals 02.06.2013 here • failure analysis • requirements future • instantiation • generalized SAS testing
  • 7. Towards Systematic MBT of SAS Folie Nr. 7 von XYZ Failure Analysis prerequisites: Requirements and Assumptions  Following steps are performed in Failure Mode and Effects Analysis (FMEA) [FMEA]: 1. Build Failure Domain Model (dimensions&properties) 2. Investigate scenarios (3.) visualize fault propagation in a Fault Dependency Tree/Graph But: We require a common architectural perspective of SAS!  Assumption: We do only consider SAS fulfilling the MAPE-K principle. 02.06.2013
  • 8. Towards Systematic MBT of SAS Folie Nr. 8 von XYZ Failure Analysis, Step (1): Failure Domain Model for SAS 02.06.2013 Deviation from exepected behaviour at a system‘s interface. Inconsistent part of total system state (inner state+perceivable external state). An error‘s cause. Propagation to another component.
  • 9. Towards Systematic MBT of SAS Folie Nr. 9 von XYZ Failure Analysis, Step (1): Failure Domain Model for SAS 02.06.2013 dimensions/properties Standard dimensions, but important to keep track of. With or without inclusion of knowledge model? Which components of the control loop are affected. Especially if the failure includes manipulating the outer reality. Failures can also be associated with non-optimal fulfilled goals. Event-driveness/Determintation of adaptation initiation.
  • 10. Towards Systematic MBT of SAS Folie Nr. 10 von XYZ Failure Analysis, Step (2): Scenarios 02.06.2013 check Monitor Plan Scheduler Configuration planner (Planner) Adaptation logic execution (Analyzer) Event monitoring & processing (Monitor) Analyse Action queue synch System actions PRE PLAN SCHED Sensors Effectors SENS EFFECT POST ADAPT Execute Executor RECONF TRIG EVENT „K“
  • 11. Towards Systematic MBT of SAS Folie Nr. 11 von XYZ Failure Analysis, Step (3): Fault Dependency Graph  the FDG visualizes the casual chain of failure propagation  the cyclic propagation is estabilished through the stateful knowledge memory and potential interdependencies of sensing manipulated outer/physical reality (dashed arrow)  PRE and TRIG are coupled in both directections such that these scenarios must be tested together 02.06.2013
  • 12. Towards Systematic MBT of SAS Folie Nr. 12 von XYZ  Task: State requirements which can be mapped to respective scenarios.  Requirements as assurance tasks/goals. Assure… 1) …correct sensor interpretation. (SENS) 2) …correct adaptation initiation. (TRIG/PRE/ADAPT) 3) …correct adaptation planning. (PLAN) 4) …consistent interaction between adaptation and system behavior. (SCHED) 5) …consistent adaptation execution. (POST/RECONF) 6) …correct system behavior. (EVENT/EFFECT) Extra: 7) Find contructive (to generate) and analytic (to measure) coverage criteria for SAS. Result: SAS Testing Requirements 02.06.2013
  • 13. Towards Systematic MBT of SAS Folie Nr. 13 von XYZ Conclusion and Future Work  We applied FMEA to the MAPE-K concept.  Failure Domain Model: properties of failures in SAS  Fault Dependency Graph shows some special causal interdependencies in SAS  6+1 derived requirements for SAS testing  its a basic toolset for SAS testers  Future Work:  instantiate requirements for our (initially named) projects  … other to existing SAS frameworks  therefore, develop appropriate testing models and coverage criteria 02.06.2013
  • 14. Towards Systematic MBT of SAS Folie Nr. 14 von XYZ FIN– Q/A? 02.06.2013 Thank you for your attendence.
  • 15. Towards Systematic MBT of SAS Folie Nr. 15 von XYZ Funding This research has received funding… • …within the project #100084131 by the European Social Fund (ESF) and the German Federal State of Saxony, • …by Deutsche Forschungsgemeinschaft (DFG) within CRC 912 (HAEC) • …as well as T-Systems Multimedia Solutions GmbH. 02.06.2013
  • 16. Towards Systematic MBT of SAS Folie Nr. 16 von XYZ References [KC03] J. O. Kephart and D. M. Chess, “The vision of autonomic computing,” Computer, vol. 36, no. 1, Jan. 2003, pp. 41–50. [Cheng+08] B. H. C. Cheng, D. Lemos, H. Giese, P. Inverardi, and J. M. et al., “Software engineering for self- adaptive systems: A research roadmap,” in Dagstuhl Seminar 08031 on Software Engineering for Self- Adaptive Systems, 2008. [FMEA] H. E. Roland and B. Moriarty, System Safety Egnineering and Managemnent, 2nd edn. John Wiley & Sons, Chichester, 1990, ch. Failure Mode and Effect Analysis. [STA07] H. Sozer, B. Tekinerdogan, and M. Aksit, Archtitecting dependable systems IV. Springer, 2007, ch. Extending failure models and effects analysis approach for reliability analysis at the software architecture design level. [TSA08] B. Tekinerdogan, H. Sozer, and M. Aksit, “Software architecture reliability analysis using failure scenarios,” Journal of Systems and Software, vol. 81 (4), 2008, pp. 558–575. [MB09] F. Munoz and B. Baudry, “Artificial table testing dynamically adaptive systems,” 2009. [DiVA] A. Maaß, D. Beucho, and A. Solberg, “Adaptation model and validation framework final version (DiVA deliverable D4.3),” 2010. [Tse+04] T. Tse, S. Yau, W. Chan, H. Lu, and T. Chen, “Testing context-sensitive middleware-based software applications,” 28th Annual International Computer Software and Applications Conference, 2004, pp. 458–466. [Wang+07] Z. Wang, S. Elbaum, and D. S. Rosenblum, “Automated generation of context-aware tests,” 29th International Conference on Software Engineering (ICSE), 2007, pp. 406–415. 02.06.2013