Requirements Engineering, CSU Long Beach, Penzenstadler

(Difference between revisions)
Jump to: navigation, search
(Created page with "== 0. Overview == {| border="1" |- ! style="text-align:right;"| Course Name | ''Requirements Engineering'' |- ! style="text-align:right;"| Course Overview | ''Intermediate/...")
 
(40 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== 0. Overview ==
+
=== Overview ===
  
{| border="1"
+
{{Course Overview
|-
+
|course=
! style="text-align:right;"| Course Name
+
Requirements Engineering
| ''Requirements Engineering''
+
|institution=
|-
+
California State University Long Beach
! style="text-align:right;"| Course Overview
+
|instructors=
| ''Intermediate/advanced, elective. This course aims to equip students to develop techniques of software-intensive systems through successful requirements analysis techniques and requirements engineering. Students learn systematic process of developing requirements through cooperative problem analysis, representation, and validation.  
+
Birgit Penzenstadler
Lecture 2 hours. Semester long team project plus final exam. Letter grade only (A-F).
+
|offerings=
''
+
CECS 542, California State University Long Beach, Birgit Penzenstadler, 4th year undergraduate, or graduate
|-
+
|overview=
! style="text-align:right;"| Author(s)
+
Intermediate/advanced, elective. <br/> This course aims to equip students to develop techniques of software-intensive systems through successful requirements analysis techniques and requirements engineering. <br/> Students learn systematic process of developing requirements through cooperative problem analysis, representation, and validation. <br/> Lecture 2 hours, Lab 4 hours. <br/> Semester long team project plus midterm and final exam.  
| ''Birgit Penzenstadler''
+
|students=
|-
+
15-30 students of mixed backgrounds, some transfer, so not necessarily same software engineering knowledge
! style="text-align:right;"| Student Characteristics
+
|prerequisites=
| ''15-30 students of mixed backgrounds, some transfer, so not necessarily same software engineering knowledge''
+
basic knowledge about the principles of software engineering and the software lifecycle
|-
+
|infrastructure=
! style="text-align:right;"| Prerequisites
+
classroom, lab, slides, online materials
| ''basic knowledge about the principles of software engineering and the software lifecycle''
+
}}
|-
+
 
! style="text-align:right;"| Infrastructure
+
=== Learning Objectives ===
| ''classroom, lab, slides, online materials''
+
|-
+
! style="text-align:right;"| Offerings
+
| ''CECS 542, California State University Long Beach, Birgit Penzenstadler, 4th year undergraduate, or graduate''
+
|-
+
|}
+
  
== 1. Learning Objectives ==
 
 
This course is the essential stepping-stone for conducting successful large, complex software engineering projects. It introduces students in depth to requirements engineering, which lays the foundation for design and all subsequent development phases. It prepares students for complex projects by introducing them to a variety of techniques that enable to analyze and specify requirements from different application domains and stakeholders. The course provides students with the necessary skillset to communicate, analyze, and negotiate with a wide range of potential stakeholders in a project.
 
This course is the essential stepping-stone for conducting successful large, complex software engineering projects. It introduces students in depth to requirements engineering, which lays the foundation for design and all subsequent development phases. It prepares students for complex projects by introducing them to a variety of techniques that enable to analyze and specify requirements from different application domains and stakeholders. The course provides students with the necessary skillset to communicate, analyze, and negotiate with a wide range of potential stakeholders in a project.
After completing the course students will be able to elicit, analyze, document and verify and validate requirements.  
+
After completing the course students will be able to elicit, analyze, document and verify and validate requirements. <br/>
 
In particular, they will be able to perform:
 
In particular, they will be able to perform:
* Stakeholder identification and analysis
+
* Stakeholder identification and analysis
* Goal identification and analysis
+
* Goal identification and analysis
* Creating and refining a system vision
+
* Creating and refining a system vision
* Developing a domain model of all involved application domains
+
* Developing a domain model of all involved application domains
* Developing a usage model (in the form of UML use cases)
+
* Developing a usage model (in the form of UML use cases)
* Eliciting and specifying quality requirements
+
* Eliciting and specifying quality requirements
* Quality assurance techniques
+
* Quality assurance techniques
* Requirements management
+
* Requirements management
 
Furthermore, they will be able to navigate a free open source software context with its development processes and best practices.
 
Furthermore, they will be able to navigate a free open source software context with its development processes and best practices.
  
== 2. Methods of Assessment ==
+
=== Methods of Assessment ===
* ''what will students do in this course, and how will it be evaluated''
+
 
** ''Exams, assignments, projects, etc.''
+
The students will undertake a semester-long requirements engineering project, composed of individual, written assignments (to practice and demonstrate the skills from the course objectives above). Students may form teams of no more than three members. All members must participate equally, although not necessarily doing the same jobs.
* ''should be tied to learning objectives''
+
Per learning objective, there is a team assignment or an individual assignment that is worked on in lab and then further improved and finalized as homework.
 +
 
 +
Sample assignments:
 +
* Eliciting and documenting the stakeholders for a software system.
 +
* Developing a use case in UML.
 +
* Performing a review of quality requirements.
 +
 
 +
In addition, there are two exams, a midterm and a final. The author usually gives the students the respective midterm and final of the previous year as practice exams.
 +
 
 +
=== Course Outline ===
  
== 3. Course Outline ==
 
 
This course exposes students to the problem of determining and specifying what a proposed software system should do, why and for whom the system is needed, not how the system should do it, which is the topic of downstream software engineering activities such as design and coding. There are some nontechnical aspects of the course, with respect to communication and negotiation with multiple stakeholders.  Most of the course covers technical approaches to the requirements problem, such as techniques for eliciting stakeholder goals and requirements, notations and models for documenting and specifying requirements, strategies for negotiating requirements, and techniques for analyzing documented requirements. In detail, the course covers the following topics (1 per week, 2 class meetings per week):
 
This course exposes students to the problem of determining and specifying what a proposed software system should do, why and for whom the system is needed, not how the system should do it, which is the topic of downstream software engineering activities such as design and coding. There are some nontechnical aspects of the course, with respect to communication and negotiation with multiple stakeholders.  Most of the course covers technical approaches to the requirements problem, such as techniques for eliciting stakeholder goals and requirements, notations and models for documenting and specifying requirements, strategies for negotiating requirements, and techniques for analyzing documented requirements. In detail, the course covers the following topics (1 per week, 2 class meetings per week):
  
1. Why do we need Requirements Engineering and what is it?
+
# Why do we need Requirements Engineering and what is it?
2. Principles: Definitions, process, roles
+
# Principles: Definitions, process, roles
3. System Models: Decomposition and abstraction, system views
+
# System Models: Decomposition and abstraction, system views
4. Frameworks: What reference structures can I use for requirements?
+
# Frameworks: What reference structures can I use for requirements?
5. Business Case Analysis: Why are we building this system?
+
# Business Case Analysis: Why are we building this system?
6. Stakeholders: Who are the people to talk to about requirements?
+
# Stakeholders: Who are the people to talk to about requirements?
7. Goals and Constraints: What are the major objectives for the system?
+
# Goals and Constraints: What are the major objectives for the system?
8. System Vision: What exactly do we want to achieve?
+
# System Vision: What exactly do we want to achieve?
9. Domain Models: What are the surrounding systems ours interacts with?
+
# Domain Models: What are the surrounding systems ours interacts with?
10. Usage Models: How will the system interact with the user?
+
# Usage Models: How will the system interact with the user?
11. Software quality models: How to determine the quality characteristics?
+
# Software quality models: How to determine the quality characteristics?
12. Quality requirements: How to specify which qualities need to be met?
+
# Quality requirements: How to specify which qualities need to be met?
13. Quality assurance: How to ensure that RE is done in a good way?
+
# Quality assurance: How to ensure that RE is done in a good way?
14. Change management: How to evolve requirements?
+
# Change management: How to evolve requirements?
  
 
The class consists of interactive lectures from faculty and of lab discussion sessions. The assignments that are carried out in teams will be discussed together in class. Students will benefit from structured lectures that cover an adequate number of examples to facilitate student learning and introduce students to the topics covered. The instructor will introduce all requirements engineering methods and techniques in lectures using a number of examples and hands-on collaborative exercises using HFOSS. Also students will be provided with individual and team assignments and projects that are done outside of class or lab.
 
The class consists of interactive lectures from faculty and of lab discussion sessions. The assignments that are carried out in teams will be discussed together in class. Students will benefit from structured lectures that cover an adequate number of examples to facilitate student learning and introduce students to the topics covered. The instructor will introduce all requirements engineering methods and techniques in lectures using a number of examples and hands-on collaborative exercises using HFOSS. Also students will be provided with individual and team assignments and projects that are done outside of class or lab.
 
* ''major topics, events, milestones''
 
* ''learning activities that can be adopted or adapted''
 
* ''new learning activities that should or could be developed''
 
* ''include links to foss2serve Learning Activities where appropriate''
 
* ''reading assignments and supporting materials''
 
* ''or link to course website''
 
  
 
The following table provides a course overview per week. Each row per week describes the lecture topic and lab topic and activities. Note that this course currently has two meetings per week and CSULB has 15 week semesters, so some topics may have to be shortened in a different course setting.
 
The following table provides a course overview per week. Each row per week describes the lecture topic and lab topic and activities. Note that this course currently has two meetings per week and CSULB has 15 week semesters, so some topics may have to be shortened in a different course setting.
Line 78: Line 72:
 
{| class="wikitable" cellpadding="10" ! style="text-align:center; color:purple"
 
{| class="wikitable" cellpadding="10" ! style="text-align:center; color:purple"
 
!  Week
 
!  Week
Topics/Activities
+
Lectures
!  Reading Assignments
+
! Labs / Activities
 +
!  Reading / Resources
 +
 
 
|- style="text-align:left; color:black"
 
|- style="text-align:left; color:black"
 
| 1
 
| 1
| Course Introduction
+
| Course Introduction  
* Course logistics
+
* [http://foss2serve.org/index.php/File:2017_spring_542CourseSyllabus.pdf Syllabus]
* Lecture: Brief overview of RE - Why do we need Requirements Engineering and what is it?
+
* Why do we need Requirements Engineering and what is it?  
* Lab: Brief overview of HFOSS and the planned activities
+
[https://www.slideshare.net/kamikitty/requirements-engineering-introduction| Slides "Introduction to RE"]
 +
* Introduction to natural language requirements
 +
[https://www.slideshare.net/secret/NOcw2ahpblic2g Slides EARS - "Easy Approach to Requirements Syntax"]
 +
| Open source intro and EARS
 +
* Brief overview of HFOSS and the planned activities
 +
* Review HFOSS projects for interest: [http://openmrs.org/]
 +
* [[Practice EARS (Activity)]] approach for OpenMRS requirements
 
|
 
|
* https://opensource.com/life/13/4/ten-ways-participate-open-source
+
* [https://www.gnu.org/philosophy/free-sw.html Free software]
* https://blog.newrelic.com/2014/05/05/open-source_gettingstarted/
+
* [https://en.wikipedia.org/wiki/Open-source_software Open source software]
 +
* [http://www.foss2serve.org/index.php/HFOSS_Communities HFOSS communities]
 +
* Review HFOSS project [http://openmrs.org/ OpenMRS]
 +
* [http://foss2serve.org/index.php/50_Ways_to_be_a_FOSSer 50 ways to be a FOSSer]
  
 
|- style="text-align:left; color:black"
 
|- style="text-align:left; color:black"
 
| 2
 
| 2
| Topic
+
| Processes and frameworks
* Lecture: Principles: Definitions, process, roles
+
* What is the general process and what are the roles that perform RE?
* Lab: Activity goes here
+
[https://www.slideshare.net/kamikitty/requirements-engineering-process-roles Slides "Principles: Process and roles"]
 +
* What reference structures can I use for requirements?
 +
[https://www.slideshare.net/kamikitty/requirements-engineering-frameworks-standards Slides "Frameworks, templates, and standards"]
 
|
 
|
* read this
+
[[Requirements engineering process (Activity)]]
 +
* Identify the requirements engineering process steps used in HFOSS project
 +
* Compare to traditional requirements engineering phases and artifact-oriented requirements engineering.
 +
 
 +
[[Mapping Requirements Specification Standards (Activity)]]
 +
* Research the ISO RE standard 29148 and requirements specification templates.
 +
|
 +
* [http://ieeexplore.ieee.org/document/720574/ Standard on Requirements Specifications IEEE 830]
 +
* [https://www.iso.org/standard/45171.html ISO standard 29148 on Requirements engineering]
 +
* [https://blog.newrelic.com/2014/05/05/open-source_gettingstarted/ Getting started with open source]
 +
* [https://opensource.com/life/13/4/ten-ways-participate-open-source 10 ways to participate in open source]
 +
* [http://blog.smartbear.com/programming/14-ways-to-contribute-to-open-source-without-being-a-programming-genius-or-a-rock-star/ 14 Ways to Contribute to Open Source without Being a Programming Genius or a Rock Star]
 +
* [https://icontribute.wordpress.com/how-to-contribute-to-open-source-without-coding/ How to Contribute to Open Source Without Coding]
  
 
|- style="text-align:left; color:black"
 
|- style="text-align:left; color:black"
 
| 3
 
| 3
| Topic
+
| Artifact-oriented requirements engineering
* Lecture: System Models: Decomposition and abstraction, system views
+
* Artifact model for domain-indenpendent requirements engineering
* Activity:  
+
[https://www.slideshare.net/kamikitty/requirements-engineering-artifactoriented-requirements-engineering Slides "AMDiRE"]
 +
* Why are we building this system?
 +
[https://www.slideshare.net/kamikitty/requirements-engineering-business-case-analysis Slides "Business Case Analysis"]
 +
|
 +
[[Exploring artifact models (Activity)]]
 +
* Find the requirements documented for OpenMRS and sort the information into a requirements specification template.
 
|
 
|
* read this
+
* [https://link.springer.com/article/10.1007/s00766-014-0206-y AMDiRE article] by Mendez and Penzenstadler, Requirements Engineering, Springer
  
 
|- style="text-align:left; color:black"
 
|- style="text-align:left; color:black"
 
| 4
 
| 4
| Topic
+
| Stakeholders
* Lecture: Frameworks: What reference structures can I use for requirements?
+
* Who are the people to talk to about requirements?
* Lab: Introduce activity [[(Re-)Engineering a Software Requirements Specification]] (to be filled in)
+
[https://www.slideshare.net/kamikitty/requirements-engineering-stakeholders Slides "Stakeholders"]
 
|
 
|
* read this
+
[[(Re-)Engineering stakeholders (Activity)]]
 +
* Make list of stakeholders in HFOSS project
 +
* Make stakeholder model (deliverable)
 +
|
 +
* [http://ieeexplore.ieee.org/abstract/document/1259199/ Understanding project sociology by modeling stakeholders] by Alexander and Robertson, IEEE Software
  
 
|- style="text-align:left; color:black"
 
|- style="text-align:left; color:black"
 
| 5
 
| 5
| Topic
+
| Goals
* Lecture: Business Case Analysis: Why are we building this system?
+
* What are the major objectives for the system?
* Lab: Activity
+
[https://www.slideshare.net/kamikitty/requirements-engineering-goals Slides "Goals and Constraints"]
 
|
 
|
* read this
+
[[(Re-)Engineering goals (Activity)]]
 +
* Make list of goals in HFOSS project
 +
* Make goal model (deliverable)
 +
|
 +
* [http://dl.acm.org/citation.cfm?id=2451609 A generic model for sustainability] by Penzenstadler and Femmer, GIBSE 2013
  
 
|- style="text-align:left; color:black"
 
|- style="text-align:left; color:black"
 
| 6
 
| 6
| Topic
+
| System Vision
* Lecture: Stakeholders: Who are the people to talk to about requirements?
+
* What exactly do we want to achieve?
* Lab: Activity [[(Re-)Engineering stakeholders, goals & questions]] (to be filled in)
+
[https://www.slideshare.net/kamikitty/requirements-engineering-system-vision Slides "System Vision"]
 +
* What information sources do I need?
 +
[https://www.slideshare.net/kamikitty/requirements-engineering-system-vision Slides "Information sources for system visions and quality assurance"] (2nd half of same slide set)
 +
|
 +
[[(Re-)Engineering a system vision (Activity)]]
 +
* Making a rich picture for the future OpenMRS
 
|
 
|
* read this
+
* [http://www.moodle2.tfe.umu.se/pluginfile.php/32063/mod_resource/content/1/Rich%20pictures%20-monk.pdf Monk & Howard: Methods & tools: the rich picture: a tool for reasoning about work context]
 +
* [http://systems.open.ac.uk/materials/T552/ Online tutorial for rich pictures] by The Open University
  
 
|- style="text-align:left; color:black"
 
|- style="text-align:left; color:black"
| 7
+
| 7  
| Topic
+
| Domain Models
* Lecture: Goals and Constraints: What are the major objectives for the system?
+
* What are the surrounding systems ours interacts with?
* Lab: Activity
+
[https://www.slideshare.net/kamikitty/requirements-engineering-domain-models Slides "Domain Models"]
 +
| [[(Re-)Engineering a domain model (Activity)]]
 +
* Develop a UML domain model for a system under analysis.
 
|
 
|
* read this
+
* [http://ieeexplore.ieee.org/abstract/document/130660/ Domain modeling for software engineering] by N. Iscoe, G.B. Williams, and G. Arango
  
 
|- style="text-align:left; color:black"
 
|- style="text-align:left; color:black"
 
| 8
 
| 8
| Topic
+
| Midterm
* Lecture: System Vision: What exactly do we want to achieve?
+
* Recap, questions and answers
* Activity: [[(Re-)Engineering a system vision]] (to be filled in)
+
* [http://foss2serve.org/index.php/File:MidtermSolution.pdf Midterm]
 
|
 
|
* read this
+
Q & A session
 +
* Discussion
 +
|
 +
* [http://foss2serve.org/index.php/File:MidtermPracticeSolution.pdf Midterm practice]
 +
 
  
 
|- style="text-align:left; color:black"
 
|- style="text-align:left; color:black"
 
| 9
 
| 9
| Topic
+
| Usage Models
* Activity
+
* How will the system interact with the user?
* Lecture: Domain Models: What are the surrounding systems ours interacts with?
+
[https://www.slideshare.net/kamikitty/requirements-engineering-usage-models Slides "Usage Models"]
 +
| Use cases
 +
* Lab 1: [[(Re-)Engineering use cases (Activity)]]
 +
* Lab 2: Refine/rework use cases after feedback (deliverable)
 
|
 
|
* read this
+
* [http://alistair.cockburn.us/Basic+use+case+template Cockburn's Use Case Template]
 +
* [https://link.springer.com/article/10.1007/s00766-004-0194-4 Sindre & Opdahl: Eliciting security requirements with misuse cases, REJ 2005]
  
 
|- style="text-align:left; color:black"
 
|- style="text-align:left; color:black"
 
| 10
 
| 10
| Topic
+
| Scaling RE and RE tools
* Lecture: Usage Models: How will the system interact with the user?
+
* How to adapt RE for a specific project setting?
* Activity: [[(Re-)Engineering use cases]] (to be filled in)
+
[https://www.slideshare.net/kamikitty/requirements-engineering-scaling-re-requirements-refinement Slides "Scaling RE, refining requirements, and system models"]
 +
* How to select RE tools?
 +
[https://www.slideshare.net/kamikitty/requirements-engineering-re-tools Slides "RE Tools"]
 +
| Tools and assessment
 +
* Activity for Lab 1: try out requirements engineering tools
 +
* Lab 2: Write an assessment of one other requirements engineering tool [http://foss2serve.org/index.php/File:2017_542_Lab_RE-Tools.pdf RE Tools Assignment Sheet]
 
|
 
|
* read this
+
* [http://ieeexplore.ieee.org/abstract/document/5929527/ Requirements Engineering Tools] by Juan M. Carrillo de Gea et al., IEEE Software, 2011
  
 
|- style="text-align:left; color:black"
 
|- style="text-align:left; color:black"
 
| 11
 
| 11
| Topic
+
| Non-functional requirements
* Lecture: Software quality models: How to determine the quality characteristics?
+
* How to deal with requirements that are not about functionality?  
* Activity: [[Understanding Design and Checking Compliance]] (to be filled in)
+
* How to specify which qualities need to be met?
 
+
[https://www.slideshare.net/kamikitty/requirements-engineering-nonfunctional-requirements Slides "Classification of non-functional requirements"]
 +
| Non-functional requirements
 +
* [[(Re-)Engineering Quality requirements (Activity)]]
 
|
 
|
* read this
+
* [http://www.ptidej.net/courses/log3410/fall11/Lectures/Article_5.pdf Rethinking the notion of non-functional requirements] by Martin Glinz, Proc. Third World Congress for Software Quality, 2005
 +
* [http://ieeexplore.ieee.org/abstract/document/6381398/ Non-functional requirements in architectural decision making] by D Ameller, C Ayala, J Cabot, X Franch - IEEE software, 2013
  
 
|- style="text-align:left; color:black"
 
|- style="text-align:left; color:black"
 
| 12
 
| 12
| Topic
+
| Quality models
* Lecture: Quality requirements: How to specify which qualities need to be met?
+
* How to determine the quality characteristics?
* Activity: [[(Re-)Engineering Quality requirements]] (to be filled in)
+
[https://www.slideshare.net/kamikitty/requirements-engineering-quality-models Slides "Software quality models"]
 +
| Quality models
 +
* Activity: Perform peer review of non-functional requirements elaborated by other team and give feedback on how to improve them.
 
|
 
|
* read this
+
* [http://ieeexplore.ieee.org/abstract/document/476281/ Software quality: the elusive target] by B Kitchenham, SL Pfleeger - IEEE software, 1996
  
 
|- style="text-align:left; color:black"
 
|- style="text-align:left; color:black"
 
| 13
 
| 13
| Topic
+
| Quality assurance
* Lecture: Quality assurance: How to ensure that RE is done in a good way?
+
* How to ensure that RE is done in a good way?
* Activity: [[Documentation Quality Assurance]] (to be filled in)
+
[https://www.slideshare.net/kamikitty/requirements-engineering-quality-assurance Slides "Quality assurance"]
 +
| Quality assurance in documentation
 +
* [http://foss2serve.org/index.php/File:2017_542_Lab_QA.pdf Quality Assurance Assignment sheet]  
 
|
 
|
* read this
+
* [http://ieeexplore.ieee.org/document/720574/ Standard on Requirements Specifications IEEE 830]
 +
* [https://www.iso.org/standard/45171.html ISO standard 29148 on Requirements engineering]
 +
* [https://www.iso.org/standard/35733.html ISO 25010 Standard for Software Quality Models]
 +
* [https://standards.ieee.org/findstds/standard/730-2014.html IEEE 730-2014 Standard for Software Quality Assurance Processes]
  
 
|- style="text-align:left; color:black"
 
|- style="text-align:left; color:black"
 
| 14
 
| 14
| Topic
+
| Requirements management
* Lecture: Change management: How to evolve requirements?
+
* How to evolve requirements?
* Activity: Bug tracker activity (to be linked)
+
[https://www.slideshare.net/kamikitty/requirements-engineering-requirements-management Slides "Change management"]
 +
* How to anticipate and plan for risks.
 +
[https://www.slideshare.net/kamikitty/requirements-engineering-requirements-management Slides "Risk management"] (2nd half of slide set)
 +
* How to put it all together
 +
[https://www.slideshare.net/kamikitty/requirements-engineering-wrapup-putting-it-all-together Slides "Wrap-up"]
 +
| Requirements management
 +
* Activity: [http://foss2serve.org/index.php/Intro_to_Bug_Trackers_(Activity) Bug tracker activity]
 +
* Requirements Rationales (lab discussion on article, [http://foss2serve.org/index.php/File:2017_542_ReqRationale.pdf Rationales Assignment sheet])
 
|
 
|
* read this
+
* [http://ieeexplore.ieee.org/abstract/document/7325184/ Guidelines for Managing Requirements Rationales] by AK Thurimella et al. - IEEE Software, 2017
  
 +
|- style="text-align:left; color:black"
 +
| 15
 +
| Research and Recap
 +
* Research topics
 +
[https://www.slideshare.net/kamikitty/requirements-engineering-present-and-future-hot-research-topics Slides "Hot topics in current and future research"]
 +
* Recap of the 2nd half of the semester
 +
[https://www.slideshare.net/kamikitty/requirements-engineering-recap Slides "Recap"]
 +
| Final exam
 +
* [http://foss2serve.org/index.php/File:FinalPracticeSolution.pdf Final practice]
 +
* [http://foss2serve.org/index.php/File:FinalSolution.pdf Final]
 +
|
 +
* [http://dl.acm.org/citation.cfm?id=336523 Requirements engineering: a roadmap] by B Nuseibeh, S Easterbrook - Proceedings of the Conference on the Future of Software Engineering, 2000
 +
* [http://dl.acm.org/citation.cfm?id=1254725 Research directions in requirements engineering] by BHC Cheng, JM Atlee - 2007 Future of Software Engineering, 2007
 
|}
 
|}
  
  
== 4. Notes to Instructor ==
+
=== Notes to Instructor ===
* ''Tips, suggestions, lessons learned (warnings)...''
+
* If the whole set of activities seems to much, I have grouped a subset that contains the activities for [[(Re-)Engineering a Software Requirements Specification]] that leaves the other aspects (processes, standards, requirements management, etc.) aside.
  
Here are a couple of books on requirements engineering as this topic is not covered in depth within this wiki:
+
* Lessons learned
* Karl Wiegers and Joy Beatty: “Software Requirements”
+
** Students like working with real systems as opposed to "toy systems" they come up with
* Axel van Lamsweerde: “Requirements Engineering”
+
** Re-documenting a software system is kind of boring, so I'd suggest to find a happy medium in between letting students recover requirements and letting them come up with new ones.
* Klaus Pohl: “Requirements Engineering”
+
** It seems a little tough to get some open source communities interested in reengineering requirements, as they are focused on moving forward with the system and don't necessarily see a need for higher level requirements.
 +
 
 +
* Books: Here are a couple of books on requirements engineering as this topic is not covered in depth within this wiki:
 +
** [https://books.google.at/books/about/Software_Requirements.html?id=40lDmAEACAAJ&redir_esc=y Karl Wiegers and Joy Beatty: “Software Requirements”]
 +
** [https://books.google.at/books?id=AYk_AQAAIAAJ&q=Axel+van+Lamsweerde:+%E2%80%9CRequirements+Engineering%E2%80%9D&dq=Axel+van+Lamsweerde:+%E2%80%9CRequirements+Engineering%E2%80%9D&hl=en&sa=X&ved=0ahUKEwjL-oDB_KHVAhWLaRQKHTjdAPgQ6AEIJjAA Axel van Lamsweerde: “Requirements Engineering”]
 +
** [https://books.google.at/books?id=0i2ERQAACAAJ&dq=Klaus+Pohl:+%E2%80%9CRequirements+Engineering%E2%80%9D&hl=en&sa=X&ved=0ahUKEwjLiJTM_KHVAhXKbhQKHTnPAJ4Q6AEIJjAA Klaus Pohl: “Requirements Engineering”]
  
 
For the HFOSS part of the course, please refer to the internal and external references in the table above.
 
For the HFOSS part of the course, please refer to the internal and external references in the table above.
  
== 5. Moving Forward ==
+
=== Moving Forward ===
* This course is held for the first time in Spring 2017. If this page is not updated by August 2017 with experiences and further steps for moving forward, please hassle me per email so it do it :)
+
  
--------------------
+
* This course was held for the first time in Spring 2017 in the specific format presented above. The underlying course on requirements engineering has been developed and evolved over the past 10 years.
This work is licensed under a
+
* The data collected is still under analysis.
[http://creativecommons.org/licenses/by-sa/4.0/ Creative Commons Attribution-ShareAlike 4.0 International License]
+
  
[[File:CC_license.png]]
+
--------------------
 +
{{License CC BY SA}}
  
 
Materials linked to by this page may be governed by other licenses.
 
Materials linked to by this page may be governed by other licenses.
  
[[Category: Course]]
+
[[Category:Courses]]
 +
[[Category:Requirements Engineering]]
 +
[[Category:Specification and Design]]
 +
[[Category:Documentation]]
 +
[[Category:SE Requirements Engineering]]
 +
[[Category:Ready_to_Use]]

Revision as of 14:00, 15 October 2018

Contents

Overview

Course Requirements Engineering
Institution California State University Long Beach
Instructor(s) Birgit Penzenstadler
Term CECS 542, California State University Long Beach, Birgit Penzenstadler, 4th year undergraduate, or graduate
Course Overview Intermediate/advanced, elective.
This course aims to equip students to develop techniques of software-intensive systems through successful requirements analysis techniques and requirements engineering.
Students learn systematic process of developing requirements through cooperative problem analysis, representation, and validation.
Lecture 2 hours, Lab 4 hours.
Semester long team project plus midterm and final exam.
Course Length {{{courselength}}}
Student Characteristics 15-30 students of mixed backgrounds, some transfer, so not necessarily same software engineering knowledge
Prerequisites basic knowledge about the principles of software engineering and the software lifecycle
Infrastructure classroom, lab, slides, online materials


Learning Objectives

This course is the essential stepping-stone for conducting successful large, complex software engineering projects. It introduces students in depth to requirements engineering, which lays the foundation for design and all subsequent development phases. It prepares students for complex projects by introducing them to a variety of techniques that enable to analyze and specify requirements from different application domains and stakeholders. The course provides students with the necessary skillset to communicate, analyze, and negotiate with a wide range of potential stakeholders in a project. After completing the course students will be able to elicit, analyze, document and verify and validate requirements.
In particular, they will be able to perform:

  • Stakeholder identification and analysis
  • Goal identification and analysis
  • Creating and refining a system vision
  • Developing a domain model of all involved application domains
  • Developing a usage model (in the form of UML use cases)
  • Eliciting and specifying quality requirements
  • Quality assurance techniques
  • Requirements management

Furthermore, they will be able to navigate a free open source software context with its development processes and best practices.

Methods of Assessment

The students will undertake a semester-long requirements engineering project, composed of individual, written assignments (to practice and demonstrate the skills from the course objectives above). Students may form teams of no more than three members. All members must participate equally, although not necessarily doing the same jobs. Per learning objective, there is a team assignment or an individual assignment that is worked on in lab and then further improved and finalized as homework.

Sample assignments:

  • Eliciting and documenting the stakeholders for a software system.
  • Developing a use case in UML.
  • Performing a review of quality requirements.

In addition, there are two exams, a midterm and a final. The author usually gives the students the respective midterm and final of the previous year as practice exams.

Course Outline

This course exposes students to the problem of determining and specifying what a proposed software system should do, why and for whom the system is needed, not how the system should do it, which is the topic of downstream software engineering activities such as design and coding. There are some nontechnical aspects of the course, with respect to communication and negotiation with multiple stakeholders. Most of the course covers technical approaches to the requirements problem, such as techniques for eliciting stakeholder goals and requirements, notations and models for documenting and specifying requirements, strategies for negotiating requirements, and techniques for analyzing documented requirements. In detail, the course covers the following topics (1 per week, 2 class meetings per week):

  1. Why do we need Requirements Engineering and what is it?
  2. Principles: Definitions, process, roles
  3. System Models: Decomposition and abstraction, system views
  4. Frameworks: What reference structures can I use for requirements?
  5. Business Case Analysis: Why are we building this system?
  6. Stakeholders: Who are the people to talk to about requirements?
  7. Goals and Constraints: What are the major objectives for the system?
  8. System Vision: What exactly do we want to achieve?
  9. Domain Models: What are the surrounding systems ours interacts with?
  10. Usage Models: How will the system interact with the user?
  11. Software quality models: How to determine the quality characteristics?
  12. Quality requirements: How to specify which qualities need to be met?
  13. Quality assurance: How to ensure that RE is done in a good way?
  14. Change management: How to evolve requirements?

The class consists of interactive lectures from faculty and of lab discussion sessions. The assignments that are carried out in teams will be discussed together in class. Students will benefit from structured lectures that cover an adequate number of examples to facilitate student learning and introduce students to the topics covered. The instructor will introduce all requirements engineering methods and techniques in lectures using a number of examples and hands-on collaborative exercises using HFOSS. Also students will be provided with individual and team assignments and projects that are done outside of class or lab.

The following table provides a course overview per week. Each row per week describes the lecture topic and lab topic and activities. Note that this course currently has two meetings per week and CSULB has 15 week semesters, so some topics may have to be shortened in a different course setting.

Week Lectures Labs / Activities Reading / Resources
1 Course Introduction
  • Syllabus
  • Why do we need Requirements Engineering and what is it?

Slides "Introduction to RE"

  • Introduction to natural language requirements

Slides EARS - "Easy Approach to Requirements Syntax"

Open source intro and EARS
  • Brief overview of HFOSS and the planned activities
  • Review HFOSS projects for interest: [1]
  • Practice EARS (Activity) approach for OpenMRS requirements
2 Processes and frameworks
  • What is the general process and what are the roles that perform RE?

Slides "Principles: Process and roles"

  • What reference structures can I use for requirements?

Slides "Frameworks, templates, and standards"

Requirements engineering process (Activity)

  • Identify the requirements engineering process steps used in HFOSS project
  • Compare to traditional requirements engineering phases and artifact-oriented requirements engineering.

Mapping Requirements Specification Standards (Activity)

  • Research the ISO RE standard 29148 and requirements specification templates.
3 Artifact-oriented requirements engineering
  • Artifact model for domain-indenpendent requirements engineering

Slides "AMDiRE"

  • Why are we building this system?

Slides "Business Case Analysis"

Exploring artifact models (Activity)

  • Find the requirements documented for OpenMRS and sort the information into a requirements specification template.
  • AMDiRE article by Mendez and Penzenstadler, Requirements Engineering, Springer
4 Stakeholders
  • Who are the people to talk to about requirements?

Slides "Stakeholders"

(Re-)Engineering stakeholders (Activity)

  • Make list of stakeholders in HFOSS project
  • Make stakeholder model (deliverable)
5 Goals
  • What are the major objectives for the system?

Slides "Goals and Constraints"

(Re-)Engineering goals (Activity)

  • Make list of goals in HFOSS project
  • Make goal model (deliverable)
6 System Vision
  • What exactly do we want to achieve?

Slides "System Vision"

  • What information sources do I need?

Slides "Information sources for system visions and quality assurance" (2nd half of same slide set)

(Re-)Engineering a system vision (Activity)

  • Making a rich picture for the future OpenMRS
7 Domain Models
  • What are the surrounding systems ours interacts with?

Slides "Domain Models"

(Re-)Engineering a domain model (Activity)
  • Develop a UML domain model for a system under analysis.
8 Midterm
  • Recap, questions and answers
  • Midterm

Q & A session

  • Discussion


9 Usage Models
  • How will the system interact with the user?

Slides "Usage Models"

Use cases
10 Scaling RE and RE tools
  • How to adapt RE for a specific project setting?

Slides "Scaling RE, refining requirements, and system models"

  • How to select RE tools?

Slides "RE Tools"

Tools and assessment
  • Activity for Lab 1: try out requirements engineering tools
  • Lab 2: Write an assessment of one other requirements engineering tool RE Tools Assignment Sheet
11 Non-functional requirements
  • How to deal with requirements that are not about functionality?
  • How to specify which qualities need to be met?

Slides "Classification of non-functional requirements"

Non-functional requirements
12 Quality models
  • How to determine the quality characteristics?

Slides "Software quality models"

Quality models
  • Activity: Perform peer review of non-functional requirements elaborated by other team and give feedback on how to improve them.
13 Quality assurance
  • How to ensure that RE is done in a good way?

Slides "Quality assurance"

Quality assurance in documentation
14 Requirements management
  • How to evolve requirements?

Slides "Change management"

  • How to anticipate and plan for risks.

Slides "Risk management" (2nd half of slide set)

  • How to put it all together

Slides "Wrap-up"

Requirements management
15 Research and Recap
  • Research topics

Slides "Hot topics in current and future research"

  • Recap of the 2nd half of the semester

Slides "Recap"

Final exam


Notes to Instructor

  • Lessons learned
    • Students like working with real systems as opposed to "toy systems" they come up with
    • Re-documenting a software system is kind of boring, so I'd suggest to find a happy medium in between letting students recover requirements and letting them come up with new ones.
    • It seems a little tough to get some open source communities interested in reengineering requirements, as they are focused on moving forward with the system and don't necessarily see a need for higher level requirements.

For the HFOSS part of the course, please refer to the internal and external references in the table above.

Moving Forward

  • This course was held for the first time in Spring 2017 in the specific format presented above. The underlying course on requirements engineering has been developed and evolved over the past 10 years.
  • The data collected is still under analysis.

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License

CC license.png


Materials linked to by this page may be governed by other licenses.

Personal tools
Namespaces
Variants
Actions
Events
Learning Resources
HFOSS Projects
Evaluation
Navigation
Toolbox