SlideShare une entreprise Scribd logo
1  sur  33
Télécharger pour lire hors ligne
Cloud Specialist Program Initiative for Reality-based Advanced Learning
Education Network for Practical Information Technologies
◯Hiroshi Igaki
Naoki Fukuyasu
Sachio Saiki
Shinsuke Matsumoto
Shinji Kusumoto
Quantitative Assessment with Using
Ticket Driven Development for
Teaching Scrum Framework
Hiroshi Igaki (Osaka University, Japan)
@hirocell
https://www.facebook.com/hiroshi.igaki
Cloud Specialist Program Initiative for Reality-based Advanced Learning
Our course consists of 10 days lessons and
5days PBL
© Cloud Spiral partners 2013
2
Course Setup
10days
(Each day has 6 hour @Osaka)
PBL
(5days)
Scrum Facilitation Skill
MongodbJava JavaScript Application
Server
Continuous
Integration
Version
Control
System
April July August
ReviewingTesting
Specification
Reading
Web Application
Framework (DWR)
Cloud Specialist Program Initiative for Reality-based Advanced Learning
© Cloud Spiral partners 2013 3
Scrum Framework
Sprint Planning
Product Backlog Sprint Backlog
Development
(w/ Daily Scrum)
Scrum Master
(is not a manager as a servant leader)
Development
Team
Increment
Product Owner
Customer
Sprint
Review
Sprint
Retrospective
Product Owner
Sprint(1~4W)
Development
Team
Transparency
Inspection
Adaptation
Inspection
Adaptation
Cloud Specialist Program Initiative for Reality-based Advanced Learning
Developers must follow the process with
several associated rules
© Cloud Spiral partners 2013
Disregarded Processes and Rules
4
Specifications
Review
Report Done
Debugging
Reviewing
Source
Code
OK
NG
Coding
Unit Testing Unit Test
Report
Coding rules
Dev Plan
Unit Test Plan
Review checklist
Every component should be tested and
reviewed
Cloud Specialist Program Initiative for Reality-based Advanced Learning
© Cloud Spiral partners 2013
Disregarded process
5
Hi, Teacher!!
We have succeeded to save development time
We have omitted unit testing and reviewing
Specifications
Review
Report Done
Debugging
Reviewing
Source
Code
OK
NG
Coding
Unit Testing Unit Test
Report
Coding rules
Dev Plan
Unit Test Plan
Review checklist
Cloud Specialist Program Initiative for Reality-based Advanced Learning
In short term project, it sometimes happens to
work terrific if some important rules are
disregarded by students.
© Cloud Spiral partners 2013
Disregarded process
6
Hi, Teacher!!
We have succeeded to save development time
We have omitted unit testing and reviewing
Specifications
Done
Debugging
Source
Code
Coding
Coding rules
Dev Plan
Unit Test Plan
Review checklist
Cloud Specialist Program Initiative for Reality-based Advanced Learning
In Scrum project, members pull tasks which the
person will do by themselves
Students tend to select tasks which they can do
already respectively
© Cloud Spiral partners 2013 7
Inequality in Learning Opportunities
coding
review
codingunit test
review
integration test presentation
Cloud Specialist Program Initiative for Reality-based Advanced Learning
Such inequality on task assignment may bring projects
to a successful conclusion
Such inequality may demotivate team members
Such inequality also limits each student to learn new
things, and to share their knowledge
© Cloud Spiral partners 2013 8
Inequality in Learning Opportunities
coding
review
coding
unit test
review
integration test
presentation
In order to improve team
performance, someone except
me should do these tasks
Cloud Specialist Program Initiative for Reality-based Advanced Learning
We placed our PBL as a first step to learn
Scrum for every student
In our Scrum project, we have decided to
expect every student to experience
processes and rules required in team software
development correctly
various kinds of tasks which should be conducted
in the project
© Cloud Spiral partners 2013 9
Our PBL Objectives
Cloud Specialist Program Initiative for Reality-based Advanced Learning
Students form a team with 5~6 members
In 2013, total number of students is 49 (from 9
universities)
Every student is in master’s course
Students have 5 days for development
© Cloud Spiral partners 2013 10
PBL Setup
Sprint #1
(Tutorial)
Sprint #2 Sprint #3 Sprint #4 Sprint #5
26th July 19th Aug. 20th Aug. 21th Aug. 22th Aug.
Cloud Specialist Program Initiative for Reality-based Advanced Learning
Every team develops same Web application “Ticket
Purchasing system”
All specifications are given
 Students can select use cases (user stories) which they
develop
Development rules are given
Project Assessment Criteria are given
 Assessing Quality, Assignment and Delivery
© Cloud Spiral partners 2013 11
Project Input
Spec.s
Review
Report Done
Debugging
Review
Source
Code
OK
NG
Implement
Unit Test
Unit Test
Report
Coding rules
Dev Plan
Unit Test Plan
Review
checklist
Display Bought
Ticket List
Display Event
List
Login
Logout
Buy Ticket
Signup
Register Event
Display Event
Detail
Signup
Promoter
Display
Registered
Event List
Cancel Ticket
Display Bought
Ticket List
Register Seat
Category
Cloud Specialist Program Initiative for Reality-based Advanced Learning
Every team develops same Web application “Ticket
Purchasing system”
All specifications are given
 Students can select use cases (user stories) which they
develop
Development rules are given
Project Assessment Criteria are given
 Assessing Quality, Assignment and Delivery
© Cloud Spiral partners 2013 12
Project Input
Spec.s
Review
Report Done
Debugging
Review
Source
Code
OK
NG
Implement
Unit Test
Unit Test
Report
Coding rules
Dev Plan
Unit Test Plan
Review
checklist
Cloud Specialist Program Initiative for Reality-based Advanced Learning
写真を何枚か貼る
© Cloud Spiral partners 2013 13
Cloud Specialist Program Initiative for Reality-based Advanced Learning
© Cloud Spiral partners 2013 14
Typical Development Timeline
Sprint
Retrospective
(17:30~19:00)
Drinking
(19:30-24:00)
Sprint(1Day)
Teacher Feedback
Development
(10:30~17:00)
Scrum Master
Development
Team
Increment
Product Owner
Teacher
Sprint
Review (17:00~17:30)
Development
Team
Sprint Planning(9:00~10:30)
Product Backlog Sprint Backlog
Product Owner
Cloud Specialist Program Initiative for Reality-based Advanced Learning
In TiDD, every task is recorded as a ticket.
Componentass
種類:実装
着手時刻:13:00
終了時刻:14:00
見積時間:0.5H
総時間:1.0H
担当者:受講生X
スプリント:UC[Login]
Componentass
種類:実装
着手時刻:13:00
終了時刻:14:00
見積時間:0.5H
総時間:1.0H
担当者:受講生X
スプリント:UC[Login]
Componentass
種類:実装
着手時刻:13:00
終了時刻:14:00
見積時間:0.5H
総時間:1.0H
担当者:受講生X
スプリント:UC[Login]
Componentass
種類:実装
着手時刻:13:00
終了時刻:14:00
見積時間:0.5H
総時間:1.0H
担当者:受講生X
スプリント:UC[Login]
Component:
DisplayEventList.java
type:Unit Testing
Start:
Complete:
estimated:0.5H
Total hours:
Owner:
Sprint:#1
© Cloud Spiral partners 2013
Introduction of Ticket Driven Development(TiDD)
to Sprint Planning Meeting and Development
15
Sprint Planning(9:00-10:30)
Product Backlog Sprint Backlog
Display Event List coding
showEventList.html
review
showEventList.html
coding
DisplayEventList.java
unit test
DisplayEventList.java
review
DisplayEventList.java
integration test
Display Event List
Cloud Specialist Program Initiative for Reality-based Advanced Learning
Each member updates his tickets according to
its progress of the corresponding task
© Cloud Spiral partners 2013
Development Phase
16
Development
(10:30~17:00)
Student A
Increment
Componentass
種類:実装
着手時刻:13:00
終了時刻:14:00
見積時間:0.5H
総時間:1.0H
担当者:受講生X
スプリント:UC[Login]
Componentass
種類:実装
着手時刻:13:00
終了時刻:14:00
見積時間:0.5H
総時間:1.0H
担当者:受講生X
スプリント:UC[Login]
Componentass
種類:実装
着手時刻:13:00
終了時刻:14:00
見積時間:0.5H
総時間:1.0H
担当者:受講生X
スプリント:UC[Login]
Componentass
種類:実装
着手時刻:13:00
終了時刻:14:00
見積時間:0.5H
総時間:1.0H
担当者:受講生X
スプリント:UC[Login]
Component:
DisplayEventList.java
type:Unit Testing
Start:11:30
Complete:12:30
estimated:0.5H
Total hours:1H
Owner:Student A
Sprint:#1
coding
showEventList.html
review
showEventList.html
coding
DisplayEventList.java
unit test
DisplayEventList.java
review
DisplayEventList.java
integration test
Display Event List
Such ticket data enables us to visualize when and
who conducted what kinds of tasks.
Cloud Specialist Program Initiative for Reality-based Advanced Learning
We defined, Quality, Assignment, and
Delivery metrics
These metrics are exhibited to students
beforehand
Students can check most of the values of
metrics by themselves during each Sprint
© Cloud Spiral partners 2013 17
Project Assessment Criteria
Cloud Specialist Program Initiative for Reality-based Advanced Learning
Assessing process quality by checking
how correctly developers followed rules
QSB, QCT, QRV, QIT
© Cloud Spiral partners 2013 18
Quality Metrics
𝑄 𝑆𝐵 =
# 𝑜𝑓 𝑡𝑖𝑚𝑒𝑠 𝑤ℎ𝑖𝑐ℎ 𝑡ℎ𝑒 𝑠𝑜𝑢𝑟𝑐𝑒 𝑐𝑜𝑑𝑒 𝑐𝑎𝑛 𝑏𝑒 𝑏𝑢𝑖𝑙𝑡 𝑎𝑓𝑡𝑒𝑟 𝑐𝑜𝑚𝑚𝑖𝑡
# 𝑜𝑓 𝑇𝑜𝑡𝑎𝑙 𝑐𝑜𝑚𝑚𝑖𝑡𝑠
𝑄 𝐶𝑇 =
# 𝑜𝑓 𝑐𝑜𝑚𝑚𝑖𝑡𝑠 𝑤ℎ𝑖𝑐ℎ ℎ𝑎𝑣𝑒 𝑐𝑜𝑟𝑟𝑒𝑠𝑝𝑜𝑛𝑑𝑖𝑛𝑔 𝑡𝑖𝑐𝑘𝑒𝑡𝑠
# 𝑜𝑓 𝑇𝑜𝑡𝑎𝑙 𝐶𝑜𝑚𝑝𝑜𝑛𝑒𝑛𝑡𝑠
Cloud Specialist Program Initiative for Reality-based Advanced Learning
Every developer must check whether the person’s
code is buildable or not when the person commits
QSB
19
†Martin Fowler, “Continuous Integration,” http://www.martinfowler.com/articles/originalContinuousIntegration.html ,Sep. 2000.
Student A
Coding
Version Control System
Student B
Unit Testing
Student C
Reviewing
Student D
Coding
Commit Checkout
Checkout
=
# 𝑜𝑓 𝑡𝑖𝑚𝑒𝑠 𝑤ℎ𝑖𝑐ℎ 𝑡ℎ𝑒 𝑠𝑜𝑢𝑟𝑐𝑒 𝑐𝑜𝑑𝑒 𝑐𝑎𝑛 𝑏𝑒 𝑏𝑢𝑖𝑙𝑡 𝑎𝑓𝑡𝑒𝑟 𝑐𝑜𝑚𝑚𝑖𝑡
# 𝑜𝑓 𝑇𝑜𝑡𝑎𝑙 𝑐𝑜𝑚𝑚𝑖𝑡𝑠
8
10
Cloud Specialist Program Initiative for Reality-based Advanced Learning
In T4’s case, they did not find that the source code in
the repository could not be built for a while
Finally, in the #5, 7 teams have achieved 100%
© Cloud Spiral partners 2013 20
Result of QSB
0%
20%
40%
60%
80%
100%
#1 #2 #3 #4 #5
T1
T2
T3
T4
T5
T6
T7
T8
T9
T4
Cloud Specialist Program Initiative for Reality-based Advanced Learning
Developers must commit when they completed each task
All tasks must be recorded as tickets
 If a new task is added, a ticket must be added simultaneously
© Cloud Spiral partners 2013 21
QCT=
# 𝑜𝑓 𝑐𝑜𝑚𝑚𝑖𝑡𝑠 𝑤ℎ𝑖𝑐ℎ ℎ𝑎𝑣𝑒 𝑐𝑜𝑟𝑟𝑒𝑠𝑝𝑜𝑛𝑑𝑖𝑛𝑔 𝑡𝑖𝑐𝑘𝑒𝑡𝑠
# 𝑜𝑓 𝑇𝑜𝑡𝑎𝑙 𝐶𝑜𝑚𝑚𝑖𝑡𝑠
Component:
DisplayEventList.java
type:Coding
Start:10:45
Complete:11:45
estimated:0.5H
Total hours:1H
Owner:Student A
Sprint:#1
Version Control System
DisplayEventList.java
EventDetail.java
Commit(11:00)
Commit(11:40)
1
2
Student A
Cloud Specialist Program Initiative for Reality-based Advanced Learning
6 teams achieved over 80% in every Sprint
© Cloud Spiral partners 2013 22
Result of QCT
0%
20%
40%
60%
80%
100%
#1 #2 #3 #4 #5
T1
T2
T3
T4
T5
T6
T7
T8
T9
T3
T7
Cloud Specialist Program Initiative for Reality-based Advanced Learning
Bad/Good Result of QCT
T3
In T3, a member forgot to update most of tickets in #2,3
In T7, most of members updated their tickets after they
completed their tasks
There were a few students who tend to forget updating
tickets in almost all teams
T7
© Cloud Spiral partners 2013 23
0%
20%
40%
60%
80%
100%
#1 #2 #3 #4 #5
M31
M32
M33
M34
M35
M36
0%
20%
40%
60%
80%
100%
#1 #2 #3 #4 #5
M71
M72
M73
M74
M75
Cloud Specialist Program Initiative for Reality-based Advanced Learning
Assignment metrics check equality on task
assignment for each task type
ACOD, AWUT, ARV, AWIT, AEIT
© Cloud Spiral partners 2013 24
Assignment Metrics
Coding
showEventList.java
Coding
showEvent.html
Coding
DisplayEventList.java
Coding
EventList.java
Coding
showEventList.js
Coding
showEventList.html
Coding
Event.java
Coding
showEventDetail.html
Coding
EventDao.java
Coding
DisplayEventList.java
Coding
DisplayEventList.java
Coding
DisplayEventList.java
Coding
showEvent.js
Coding
EventDetail.java
Coding
DisplayEventController.java
Coding
AllEventList.java
Coding
EventList.java
Coding
Event.java
Student AStudent B Student C
Cloud Specialist Program Initiative for Reality-based Advanced Learning
Assignment criterion has several metrics
corresponding to the task type
ACOD, AWUT, ARV, AWIT, AEIT
© Cloud Spiral partners 2013 25
Assignment Metrics
Coding
Event.java
Total number of tasks = 18
Average number of tasks per member = 18/3 = 6
Is assigned tasks for each member in the range of 6 ± 20% ? (4.8~7.2)
Coding
DisplayEventList.java
Coding
showEventList.htmlCoding
DisplayEventList.javaCoding
DisplayEventList.java
Coding
DisplayEventList.java
Coding
DisplayEventList.javaCoding
DisplayEventList.javaCoding
showEventList.html
Coding
Event.java
Coding
Event.javaCoding
DisplayEventList.java
1
3
Coding
DisplayEventList.javaCoding
showEventList.htmlCoding
DisplayEventList.javaCoding
DisplayEventList.java
Coding
DisplayEventList.java
Coding
DisplayEventList.java
6 8 4Student BStudent A Student C
Cloud Specialist Program Initiative for Reality-based Advanced Learning
All assignment metrics are calculated based
on the accumulated number of assigned
tasks.
© Cloud Spiral partners 2013 26
Result of ACOD
0%
20%
40%
60%
80%
100%
#1 #2 #3 #4 #5
T1
T2
T3
T4
T5
T6
T7
T8
T9
T3
T7
Cloud Specialist Program Initiative for Reality-based Advanced Learning
Bad/Good Result of ACOD
T7
In T7, a student conducted all coding tasks in #4 to increase
the number of assigned tasks
In T3, students have tried to avoid the widening of values
between max and min
T3
© Cloud Spiral partners 2013 27
0
2
4
6
8
10
#1 #2 #3 #4 #5
M71
M72
M73
M74
M75 0
2
4
6
8
10
#1 #2 #3 #4 #5
M31
M32
M33
M34
M35
M36
Cloud Specialist Program Initiative for Reality-based Advanced Learning
Bad/Good Result of ACOD
T7
Comparing this metrics between these 2 teams, T3 is
better
In the T7, there is no free rider on coding tasks
T3
© Cloud Spiral partners 2013 28
0
2
4
6
8
10
#1 #2 #3 #4 #5
M71
M72
M73
M74
M75 0
2
4
6
8
10
#1 #2 #3 #4 #5
M31
M32
M33
M34
M35
M36
Cloud Specialist Program Initiative for Reality-based Advanced Learning
About the assignment metrics, we have
obtained feedback directly from 4 students
after our PBL
© Cloud Spiral partners 2013 29
Positive comments on assignment metrics
• I did not almost have experience about not only
JavaScript but Java. However, the constraints on
assignment motivated me to learn both of them
• The assignment constraints promoted our team to
help each other. As a result, I could have
experiences on various tasks.
Cloud Specialist Program Initiative for Reality-based Advanced Learning
Assessing how many
user stories are
developed by every
team(DNOU)
Assessing predictability
about the number of
user stories which the
team will develop(DPOA)
© Cloud Spiral partners 2013 30
Delivery Metrics
Team DNOU DPOA
T1 7 7/7 = 100%
T2 5 5/6 = 83%
T3 5 5/9 = 56%
T4 4 4/5 = 80%
T5 4 4/5 = 80%
T6 4 4/7 = 57%
T7 3 3/5 = 60%
T8 3 3/5 = 60%
T9 3 3/6 = 50%
Cloud Specialist Program Initiative for Reality-based Advanced Learning
QSB QCT QRV QIT ACOD AWUT ARV AWIT AEIT DNOV DPOA
T1 100% 92% 84% 75% 60% 40% 40% 100% 100% 7 100%
T2 95% 82% 83% 100% 100% 80% 100% 100% 100% 5 83%
T3 95% 86% 60% 63% 100% 67% 100% 67% 83% 5 56%
T4 87% 84% 88% 83% 100% 100% 100% 100% 100% 4 80%
T5 96% 79% 87% 83% 100% 40% 80% 100% 100% 4 80%
T6 92% 82% 81% 50% 83% 100% 100% 100% 100% 4 57%
T7 96% 90% 76% 100% 40% 40% 40% 100% 100% 3 60%
T8 98% 80% 50% 40% 83% 67% 100% 67% 100% 3 60%
T9 93% 91% 72% 57% 83% 33% 67% 100% 83% 3 50% 31
All Results of QAD after All Sprints
In the view point of delivery, T1 has achieved
highest score
the score of the assignment metrics of T1 is low
Cloud Specialist Program Initiative for Reality-based Advanced Learning
© Cloud Spiral partners 2013 32
All Results of QAD after All Sprints
In the view point of the assignment metrics,
T2, T4, and T6 achieved higher score
Quality metrics values of T2 and T4 are also high
QSB QCT QRV QIT ACOD AWUT ARV AWIT AEIT DNOV DPOA
T1 100% 92% 84% 75% 60% 40% 40% 100% 100% 7 100%
T2 95% 82% 83% 100% 100% 80% 100% 100% 100% 5 83%
T3 95% 86% 60% 63% 100% 67% 100% 67% 83% 5 56%
T4 87% 84% 88% 83% 100% 100% 100% 100% 100% 4 80%
T5 96% 79% 87% 83% 100% 40% 80% 100% 100% 4 80%
T6 92% 82% 81% 50% 83% 100% 100% 100% 100% 4 57%
T7 96% 90% 76% 100% 40% 40% 40% 100% 100% 3 60%
T8 98% 80% 50% 40% 83% 67% 100% 67% 100% 3 60%
T9 93% 91% 72% 57% 83% 33% 67% 100% 83% 3 50%
Cloud Specialist Program Initiative for Reality-based Advanced Learning
© Cloud Spiral partners 2013 33
Conclusion

Contenu connexe

Tendances

The digital shakeout in quality assurance and testing by Shiva Agolla and Sat...
The digital shakeout in quality assurance and testing by Shiva Agolla and Sat...The digital shakeout in quality assurance and testing by Shiva Agolla and Sat...
The digital shakeout in quality assurance and testing by Shiva Agolla and Sat...QA or the Highway
 
Tool functevalvle steergrpv1.4
Tool functevalvle steergrpv1.4Tool functevalvle steergrpv1.4
Tool functevalvle steergrpv1.4Vicki McGarvey
 
Gourav resume 2016
Gourav resume 2016Gourav resume 2016
Gourav resume 2016Gourav kumar
 
Keynote: Testing and Quality in the Scaled Agile Framework for Lean Enterpris...
Keynote: Testing and Quality in the Scaled Agile Framework for Lean Enterpris...Keynote: Testing and Quality in the Scaled Agile Framework for Lean Enterpris...
Keynote: Testing and Quality in the Scaled Agile Framework for Lean Enterpris...Derk-Jan de Grood
 
Tester’s considerations when moving towards successful CI/CD
Tester’s considerations when moving towards successful CI/CDTester’s considerations when moving towards successful CI/CD
Tester’s considerations when moving towards successful CI/CDDerk-Jan de Grood
 
Gap Survey, Assessment and Analysis for DevSecOps
Gap Survey, Assessment and Analysis for DevSecOpsGap Survey, Assessment and Analysis for DevSecOps
Gap Survey, Assessment and Analysis for DevSecOpsMarc Hornbeek
 
Scrum and ISO 9241:210 Interaction Design Process and User Stories
Scrum and ISO 9241:210 Interaction Design Process and User StoriesScrum and ISO 9241:210 Interaction Design Process and User Stories
Scrum and ISO 9241:210 Interaction Design Process and User StoriesKhalid Md Saifuddin
 
Gap Assessment for DevOps
Gap Assessment   for DevOpsGap Assessment   for DevOps
Gap Assessment for DevOpsMarc Hornbeek
 
20160512 predictive and adaptive approach
20160512   predictive and adaptive approach20160512   predictive and adaptive approach
20160512 predictive and adaptive approachSilvia Fragola
 
Acknowledging The Common Good of Agile
Acknowledging The Common Good of AgileAcknowledging The Common Good of Agile
Acknowledging The Common Good of AgileLogapps LLC
 
Gap assessment Continuous Testing
Gap assessment   Continuous TestingGap assessment   Continuous Testing
Gap assessment Continuous TestingMarc Hornbeek
 
Gap assessment containers
Gap assessment   containersGap assessment   containers
Gap assessment containersMarc Hornbeek
 
Continuous Security / DevSecOps- Why How and What
Continuous Security /  DevSecOps- Why How and WhatContinuous Security /  DevSecOps- Why How and What
Continuous Security / DevSecOps- Why How and WhatMarc Hornbeek
 
Certified Professional - Continuous Testing (CP-CT) course information v1.05 ...
Certified Professional - Continuous Testing (CP-CT) course information v1.05 ...Certified Professional - Continuous Testing (CP-CT) course information v1.05 ...
Certified Professional - Continuous Testing (CP-CT) course information v1.05 ...DevOps++ Alliance
 
Hackfest - GGV Info Session | DSC - GGV
Hackfest - GGV  Info Session | DSC - GGVHackfest - GGV  Info Session | DSC - GGV
Hackfest - GGV Info Session | DSC - GGVAbhishek Gupta
 

Tendances (19)

Nripendra
NripendraNripendra
Nripendra
 
SiddharthaSharma_Resume
SiddharthaSharma_ResumeSiddharthaSharma_Resume
SiddharthaSharma_Resume
 
The digital shakeout in quality assurance and testing by Shiva Agolla and Sat...
The digital shakeout in quality assurance and testing by Shiva Agolla and Sat...The digital shakeout in quality assurance and testing by Shiva Agolla and Sat...
The digital shakeout in quality assurance and testing by Shiva Agolla and Sat...
 
Tool functevalvle steergrpv1.4
Tool functevalvle steergrpv1.4Tool functevalvle steergrpv1.4
Tool functevalvle steergrpv1.4
 
Gourav resume 2016
Gourav resume 2016Gourav resume 2016
Gourav resume 2016
 
Keynote: Testing and Quality in the Scaled Agile Framework for Lean Enterpris...
Keynote: Testing and Quality in the Scaled Agile Framework for Lean Enterpris...Keynote: Testing and Quality in the Scaled Agile Framework for Lean Enterpris...
Keynote: Testing and Quality in the Scaled Agile Framework for Lean Enterpris...
 
Tester’s considerations when moving towards successful CI/CD
Tester’s considerations when moving towards successful CI/CDTester’s considerations when moving towards successful CI/CD
Tester’s considerations when moving towards successful CI/CD
 
Reliable SAP
Reliable SAPReliable SAP
Reliable SAP
 
Gap Survey, Assessment and Analysis for DevSecOps
Gap Survey, Assessment and Analysis for DevSecOpsGap Survey, Assessment and Analysis for DevSecOps
Gap Survey, Assessment and Analysis for DevSecOps
 
Scrum and ISO 9241:210 Interaction Design Process and User Stories
Scrum and ISO 9241:210 Interaction Design Process and User StoriesScrum and ISO 9241:210 Interaction Design Process and User Stories
Scrum and ISO 9241:210 Interaction Design Process and User Stories
 
Gap Assessment for DevOps
Gap Assessment   for DevOpsGap Assessment   for DevOps
Gap Assessment for DevOps
 
20160512 predictive and adaptive approach
20160512   predictive and adaptive approach20160512   predictive and adaptive approach
20160512 predictive and adaptive approach
 
Acknowledging The Common Good of Agile
Acknowledging The Common Good of AgileAcknowledging The Common Good of Agile
Acknowledging The Common Good of Agile
 
Gap assessment Continuous Testing
Gap assessment   Continuous TestingGap assessment   Continuous Testing
Gap assessment Continuous Testing
 
Agile Methodologies
Agile MethodologiesAgile Methodologies
Agile Methodologies
 
Gap assessment containers
Gap assessment   containersGap assessment   containers
Gap assessment containers
 
Continuous Security / DevSecOps- Why How and What
Continuous Security /  DevSecOps- Why How and WhatContinuous Security /  DevSecOps- Why How and What
Continuous Security / DevSecOps- Why How and What
 
Certified Professional - Continuous Testing (CP-CT) course information v1.05 ...
Certified Professional - Continuous Testing (CP-CT) course information v1.05 ...Certified Professional - Continuous Testing (CP-CT) course information v1.05 ...
Certified Professional - Continuous Testing (CP-CT) course information v1.05 ...
 
Hackfest - GGV Info Session | DSC - GGV
Hackfest - GGV  Info Session | DSC - GGVHackfest - GGV  Info Session | DSC - GGV
Hackfest - GGV Info Session | DSC - GGV
 

Similaire à Cloud Specialist Program for Advanced Learning

Poornima Kotapati_Selenium wedriver 5.8
Poornima Kotapati_Selenium wedriver 5.8Poornima Kotapati_Selenium wedriver 5.8
Poornima Kotapati_Selenium wedriver 5.8Poornima Kotapati
 
Sadhvi.Dhawan.2015.june
Sadhvi.Dhawan.2015.juneSadhvi.Dhawan.2015.june
Sadhvi.Dhawan.2015.juneSadhvi Dhawan
 
Sharath Resume
Sharath ResumeSharath Resume
Sharath ResumeSharath Ns
 
Sandeep_QA_4+yrs_exp
Sandeep_QA_4+yrs_expSandeep_QA_4+yrs_exp
Sandeep_QA_4+yrs_expSandeep Singa
 
Piyush Garg Resume_Manual Testing
Piyush Garg Resume_Manual TestingPiyush Garg Resume_Manual Testing
Piyush Garg Resume_Manual TestingPiyush Garg
 
Vidhya S _Profile
Vidhya S _Profile Vidhya S _Profile
Vidhya S _Profile Vidhya S
 
Risk Management Final Ppt (Mobile App Development).pptx
Risk Management Final Ppt (Mobile App Development).pptxRisk Management Final Ppt (Mobile App Development).pptx
Risk Management Final Ppt (Mobile App Development).pptxZiyad Zaidi
 
Sarbajit Resume - Delivery Manager QA - Test Automation Consluting
Sarbajit Resume - Delivery Manager QA - Test Automation ConslutingSarbajit Resume - Delivery Manager QA - Test Automation Consluting
Sarbajit Resume - Delivery Manager QA - Test Automation Conslutingsarbajit Chakrabarty
 
Resume_Testing_Sanjeev_latest
Resume_Testing_Sanjeev_latestResume_Testing_Sanjeev_latest
Resume_Testing_Sanjeev_latestsanjeev kumar jha
 

Similaire à Cloud Specialist Program for Advanced Learning (20)

Poornima Kotapati_Selenium wedriver 5.8
Poornima Kotapati_Selenium wedriver 5.8Poornima Kotapati_Selenium wedriver 5.8
Poornima Kotapati_Selenium wedriver 5.8
 
Profile Seema Wadhwa
Profile Seema WadhwaProfile Seema Wadhwa
Profile Seema Wadhwa
 
mritunjayresume
mritunjayresumemritunjayresume
mritunjayresume
 
Sadhvi.Dhawan.2015.june
Sadhvi.Dhawan.2015.juneSadhvi.Dhawan.2015.june
Sadhvi.Dhawan.2015.june
 
Sharath Resume
Sharath ResumeSharath Resume
Sharath Resume
 
Pivotal Training Plan
Pivotal Training PlanPivotal Training Plan
Pivotal Training Plan
 
Sandeep_QA_4+yrs_exp
Sandeep_QA_4+yrs_expSandeep_QA_4+yrs_exp
Sandeep_QA_4+yrs_exp
 
Piyush Garg Resume_Manual Testing
Piyush Garg Resume_Manual TestingPiyush Garg Resume_Manual Testing
Piyush Garg Resume_Manual Testing
 
Anil_kumar_Resume
Anil_kumar_ResumeAnil_kumar_Resume
Anil_kumar_Resume
 
MousumiDebnath-Resume
MousumiDebnath-ResumeMousumiDebnath-Resume
MousumiDebnath-Resume
 
preeti soni
preeti sonipreeti soni
preeti soni
 
Vidhya S _Profile
Vidhya S _Profile Vidhya S _Profile
Vidhya S _Profile
 
Risk Management Final Ppt (Mobile App Development).pptx
Risk Management Final Ppt (Mobile App Development).pptxRisk Management Final Ppt (Mobile App Development).pptx
Risk Management Final Ppt (Mobile App Development).pptx
 
QA_3.6 yrs
QA_3.6 yrsQA_3.6 yrs
QA_3.6 yrs
 
Sarbajit Resume - Delivery Manager QA - Test Automation Consluting
Sarbajit Resume - Delivery Manager QA - Test Automation ConslutingSarbajit Resume - Delivery Manager QA - Test Automation Consluting
Sarbajit Resume - Delivery Manager QA - Test Automation Consluting
 
Report1.docx
Report1.docxReport1.docx
Report1.docx
 
Resume_Testing_Sanjeev_latest
Resume_Testing_Sanjeev_latestResume_Testing_Sanjeev_latest
Resume_Testing_Sanjeev_latest
 
Resume_Testing_Sanjeev
Resume_Testing_SanjeevResume_Testing_Sanjeev
Resume_Testing_Sanjeev
 
Resume_Testing_Sanjeev
Resume_Testing_SanjeevResume_Testing_Sanjeev
Resume_Testing_Sanjeev
 
Prasun saha
Prasun sahaPrasun saha
Prasun saha
 

Plus de Hiroshi Igaki

オンライン授業の進め方(教員向け)
オンライン授業の進め方(教員向け)オンライン授業の進め方(教員向け)
オンライン授業の進め方(教員向け)Hiroshi Igaki
 
rePiT2015_アジャイルソフトウェア開発教育のためのチケットシステムを用いたプロジェクト定量評価手法
rePiT2015_アジャイルソフトウェア開発教育のためのチケットシステムを用いたプロジェクト定量評価手法rePiT2015_アジャイルソフトウェア開発教育のためのチケットシステムを用いたプロジェクト定量評価手法
rePiT2015_アジャイルソフトウェア開発教育のためのチケットシステムを用いたプロジェクト定量評価手法Hiroshi Igaki
 
CloudSpiralの振り返りと今後~反転授業とポートフォリオ~
CloudSpiralの振り返りと今後~反転授業とポートフォリオ~CloudSpiralの振り返りと今後~反転授業とポートフォリオ~
CloudSpiralの振り返りと今後~反転授業とポートフォリオ~Hiroshi Igaki
 
Immutable Infrastructureを利用したソフトウェア工学教育のためのサーバ運用手法の検討
Immutable Infrastructureを利用したソフトウェア工学教育のためのサーバ運用手法の検討Immutable Infrastructureを利用したソフトウェア工学教育のためのサーバ運用手法の検討
Immutable Infrastructureを利用したソフトウェア工学教育のためのサーバ運用手法の検討Hiroshi Igaki
 
Scrum × PBL × チケット駆動開発
Scrum × PBL × チケット駆動開発Scrum × PBL × チケット駆動開発
Scrum × PBL × チケット駆動開発Hiroshi Igaki
 
PBLのためのScrumとチケット駆動開発の融合 ~Scrum+PBL+TiDD~
PBLのためのScrumとチケット駆動開発の融合 ~Scrum+PBL+TiDD~PBLのためのScrumとチケット駆動開発の融合 ~Scrum+PBL+TiDD~
PBLのためのScrumとチケット駆動開発の融合 ~Scrum+PBL+TiDD~Hiroshi Igaki
 

Plus de Hiroshi Igaki (7)

オンライン授業の進め方(教員向け)
オンライン授業の進め方(教員向け)オンライン授業の進め方(教員向け)
オンライン授業の進め方(教員向け)
 
rePiT2015_アジャイルソフトウェア開発教育のためのチケットシステムを用いたプロジェクト定量評価手法
rePiT2015_アジャイルソフトウェア開発教育のためのチケットシステムを用いたプロジェクト定量評価手法rePiT2015_アジャイルソフトウェア開発教育のためのチケットシステムを用いたプロジェクト定量評価手法
rePiT2015_アジャイルソフトウェア開発教育のためのチケットシステムを用いたプロジェクト定量評価手法
 
CloudSpiralの振り返りと今後~反転授業とポートフォリオ~
CloudSpiralの振り返りと今後~反転授業とポートフォリオ~CloudSpiralの振り返りと今後~反転授業とポートフォリオ~
CloudSpiralの振り返りと今後~反転授業とポートフォリオ~
 
Immutable Infrastructureを利用したソフトウェア工学教育のためのサーバ運用手法の検討
Immutable Infrastructureを利用したソフトウェア工学教育のためのサーバ運用手法の検討Immutable Infrastructureを利用したソフトウェア工学教育のためのサーバ運用手法の検討
Immutable Infrastructureを利用したソフトウェア工学教育のためのサーバ運用手法の検討
 
Scrum × PBL × チケット駆動開発
Scrum × PBL × チケット駆動開発Scrum × PBL × チケット駆動開発
Scrum × PBL × チケット駆動開発
 
PBLのためのScrumとチケット駆動開発の融合 ~Scrum+PBL+TiDD~
PBLのためのScrumとチケット駆動開発の融合 ~Scrum+PBL+TiDD~PBLのためのScrumとチケット駆動開発の融合 ~Scrum+PBL+TiDD~
PBLのためのScrumとチケット駆動開発の融合 ~Scrum+PBL+TiDD~
 
PBL as a Service
PBL as a ServicePBL as a Service
PBL as a Service
 

Dernier

POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...RKavithamani
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 

Dernier (20)

POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 

Cloud Specialist Program for Advanced Learning

  • 1. Cloud Specialist Program Initiative for Reality-based Advanced Learning Education Network for Practical Information Technologies ◯Hiroshi Igaki Naoki Fukuyasu Sachio Saiki Shinsuke Matsumoto Shinji Kusumoto Quantitative Assessment with Using Ticket Driven Development for Teaching Scrum Framework Hiroshi Igaki (Osaka University, Japan) @hirocell https://www.facebook.com/hiroshi.igaki
  • 2. Cloud Specialist Program Initiative for Reality-based Advanced Learning Our course consists of 10 days lessons and 5days PBL © Cloud Spiral partners 2013 2 Course Setup 10days (Each day has 6 hour @Osaka) PBL (5days) Scrum Facilitation Skill MongodbJava JavaScript Application Server Continuous Integration Version Control System April July August ReviewingTesting Specification Reading Web Application Framework (DWR)
  • 3. Cloud Specialist Program Initiative for Reality-based Advanced Learning © Cloud Spiral partners 2013 3 Scrum Framework Sprint Planning Product Backlog Sprint Backlog Development (w/ Daily Scrum) Scrum Master (is not a manager as a servant leader) Development Team Increment Product Owner Customer Sprint Review Sprint Retrospective Product Owner Sprint(1~4W) Development Team Transparency Inspection Adaptation Inspection Adaptation
  • 4. Cloud Specialist Program Initiative for Reality-based Advanced Learning Developers must follow the process with several associated rules © Cloud Spiral partners 2013 Disregarded Processes and Rules 4 Specifications Review Report Done Debugging Reviewing Source Code OK NG Coding Unit Testing Unit Test Report Coding rules Dev Plan Unit Test Plan Review checklist Every component should be tested and reviewed
  • 5. Cloud Specialist Program Initiative for Reality-based Advanced Learning © Cloud Spiral partners 2013 Disregarded process 5 Hi, Teacher!! We have succeeded to save development time We have omitted unit testing and reviewing Specifications Review Report Done Debugging Reviewing Source Code OK NG Coding Unit Testing Unit Test Report Coding rules Dev Plan Unit Test Plan Review checklist
  • 6. Cloud Specialist Program Initiative for Reality-based Advanced Learning In short term project, it sometimes happens to work terrific if some important rules are disregarded by students. © Cloud Spiral partners 2013 Disregarded process 6 Hi, Teacher!! We have succeeded to save development time We have omitted unit testing and reviewing Specifications Done Debugging Source Code Coding Coding rules Dev Plan Unit Test Plan Review checklist
  • 7. Cloud Specialist Program Initiative for Reality-based Advanced Learning In Scrum project, members pull tasks which the person will do by themselves Students tend to select tasks which they can do already respectively © Cloud Spiral partners 2013 7 Inequality in Learning Opportunities coding review codingunit test review integration test presentation
  • 8. Cloud Specialist Program Initiative for Reality-based Advanced Learning Such inequality on task assignment may bring projects to a successful conclusion Such inequality may demotivate team members Such inequality also limits each student to learn new things, and to share their knowledge © Cloud Spiral partners 2013 8 Inequality in Learning Opportunities coding review coding unit test review integration test presentation In order to improve team performance, someone except me should do these tasks
  • 9. Cloud Specialist Program Initiative for Reality-based Advanced Learning We placed our PBL as a first step to learn Scrum for every student In our Scrum project, we have decided to expect every student to experience processes and rules required in team software development correctly various kinds of tasks which should be conducted in the project © Cloud Spiral partners 2013 9 Our PBL Objectives
  • 10. Cloud Specialist Program Initiative for Reality-based Advanced Learning Students form a team with 5~6 members In 2013, total number of students is 49 (from 9 universities) Every student is in master’s course Students have 5 days for development © Cloud Spiral partners 2013 10 PBL Setup Sprint #1 (Tutorial) Sprint #2 Sprint #3 Sprint #4 Sprint #5 26th July 19th Aug. 20th Aug. 21th Aug. 22th Aug.
  • 11. Cloud Specialist Program Initiative for Reality-based Advanced Learning Every team develops same Web application “Ticket Purchasing system” All specifications are given  Students can select use cases (user stories) which they develop Development rules are given Project Assessment Criteria are given  Assessing Quality, Assignment and Delivery © Cloud Spiral partners 2013 11 Project Input Spec.s Review Report Done Debugging Review Source Code OK NG Implement Unit Test Unit Test Report Coding rules Dev Plan Unit Test Plan Review checklist Display Bought Ticket List Display Event List Login Logout Buy Ticket Signup Register Event Display Event Detail Signup Promoter Display Registered Event List Cancel Ticket Display Bought Ticket List Register Seat Category
  • 12. Cloud Specialist Program Initiative for Reality-based Advanced Learning Every team develops same Web application “Ticket Purchasing system” All specifications are given  Students can select use cases (user stories) which they develop Development rules are given Project Assessment Criteria are given  Assessing Quality, Assignment and Delivery © Cloud Spiral partners 2013 12 Project Input Spec.s Review Report Done Debugging Review Source Code OK NG Implement Unit Test Unit Test Report Coding rules Dev Plan Unit Test Plan Review checklist
  • 13. Cloud Specialist Program Initiative for Reality-based Advanced Learning 写真を何枚か貼る © Cloud Spiral partners 2013 13
  • 14. Cloud Specialist Program Initiative for Reality-based Advanced Learning © Cloud Spiral partners 2013 14 Typical Development Timeline Sprint Retrospective (17:30~19:00) Drinking (19:30-24:00) Sprint(1Day) Teacher Feedback Development (10:30~17:00) Scrum Master Development Team Increment Product Owner Teacher Sprint Review (17:00~17:30) Development Team Sprint Planning(9:00~10:30) Product Backlog Sprint Backlog Product Owner
  • 15. Cloud Specialist Program Initiative for Reality-based Advanced Learning In TiDD, every task is recorded as a ticket. Componentass 種類:実装 着手時刻:13:00 終了時刻:14:00 見積時間:0.5H 総時間:1.0H 担当者:受講生X スプリント:UC[Login] Componentass 種類:実装 着手時刻:13:00 終了時刻:14:00 見積時間:0.5H 総時間:1.0H 担当者:受講生X スプリント:UC[Login] Componentass 種類:実装 着手時刻:13:00 終了時刻:14:00 見積時間:0.5H 総時間:1.0H 担当者:受講生X スプリント:UC[Login] Componentass 種類:実装 着手時刻:13:00 終了時刻:14:00 見積時間:0.5H 総時間:1.0H 担当者:受講生X スプリント:UC[Login] Component: DisplayEventList.java type:Unit Testing Start: Complete: estimated:0.5H Total hours: Owner: Sprint:#1 © Cloud Spiral partners 2013 Introduction of Ticket Driven Development(TiDD) to Sprint Planning Meeting and Development 15 Sprint Planning(9:00-10:30) Product Backlog Sprint Backlog Display Event List coding showEventList.html review showEventList.html coding DisplayEventList.java unit test DisplayEventList.java review DisplayEventList.java integration test Display Event List
  • 16. Cloud Specialist Program Initiative for Reality-based Advanced Learning Each member updates his tickets according to its progress of the corresponding task © Cloud Spiral partners 2013 Development Phase 16 Development (10:30~17:00) Student A Increment Componentass 種類:実装 着手時刻:13:00 終了時刻:14:00 見積時間:0.5H 総時間:1.0H 担当者:受講生X スプリント:UC[Login] Componentass 種類:実装 着手時刻:13:00 終了時刻:14:00 見積時間:0.5H 総時間:1.0H 担当者:受講生X スプリント:UC[Login] Componentass 種類:実装 着手時刻:13:00 終了時刻:14:00 見積時間:0.5H 総時間:1.0H 担当者:受講生X スプリント:UC[Login] Componentass 種類:実装 着手時刻:13:00 終了時刻:14:00 見積時間:0.5H 総時間:1.0H 担当者:受講生X スプリント:UC[Login] Component: DisplayEventList.java type:Unit Testing Start:11:30 Complete:12:30 estimated:0.5H Total hours:1H Owner:Student A Sprint:#1 coding showEventList.html review showEventList.html coding DisplayEventList.java unit test DisplayEventList.java review DisplayEventList.java integration test Display Event List Such ticket data enables us to visualize when and who conducted what kinds of tasks.
  • 17. Cloud Specialist Program Initiative for Reality-based Advanced Learning We defined, Quality, Assignment, and Delivery metrics These metrics are exhibited to students beforehand Students can check most of the values of metrics by themselves during each Sprint © Cloud Spiral partners 2013 17 Project Assessment Criteria
  • 18. Cloud Specialist Program Initiative for Reality-based Advanced Learning Assessing process quality by checking how correctly developers followed rules QSB, QCT, QRV, QIT © Cloud Spiral partners 2013 18 Quality Metrics 𝑄 𝑆𝐵 = # 𝑜𝑓 𝑡𝑖𝑚𝑒𝑠 𝑤ℎ𝑖𝑐ℎ 𝑡ℎ𝑒 𝑠𝑜𝑢𝑟𝑐𝑒 𝑐𝑜𝑑𝑒 𝑐𝑎𝑛 𝑏𝑒 𝑏𝑢𝑖𝑙𝑡 𝑎𝑓𝑡𝑒𝑟 𝑐𝑜𝑚𝑚𝑖𝑡 # 𝑜𝑓 𝑇𝑜𝑡𝑎𝑙 𝑐𝑜𝑚𝑚𝑖𝑡𝑠 𝑄 𝐶𝑇 = # 𝑜𝑓 𝑐𝑜𝑚𝑚𝑖𝑡𝑠 𝑤ℎ𝑖𝑐ℎ ℎ𝑎𝑣𝑒 𝑐𝑜𝑟𝑟𝑒𝑠𝑝𝑜𝑛𝑑𝑖𝑛𝑔 𝑡𝑖𝑐𝑘𝑒𝑡𝑠 # 𝑜𝑓 𝑇𝑜𝑡𝑎𝑙 𝐶𝑜𝑚𝑝𝑜𝑛𝑒𝑛𝑡𝑠
  • 19. Cloud Specialist Program Initiative for Reality-based Advanced Learning Every developer must check whether the person’s code is buildable or not when the person commits QSB 19 †Martin Fowler, “Continuous Integration,” http://www.martinfowler.com/articles/originalContinuousIntegration.html ,Sep. 2000. Student A Coding Version Control System Student B Unit Testing Student C Reviewing Student D Coding Commit Checkout Checkout = # 𝑜𝑓 𝑡𝑖𝑚𝑒𝑠 𝑤ℎ𝑖𝑐ℎ 𝑡ℎ𝑒 𝑠𝑜𝑢𝑟𝑐𝑒 𝑐𝑜𝑑𝑒 𝑐𝑎𝑛 𝑏𝑒 𝑏𝑢𝑖𝑙𝑡 𝑎𝑓𝑡𝑒𝑟 𝑐𝑜𝑚𝑚𝑖𝑡 # 𝑜𝑓 𝑇𝑜𝑡𝑎𝑙 𝑐𝑜𝑚𝑚𝑖𝑡𝑠 8 10
  • 20. Cloud Specialist Program Initiative for Reality-based Advanced Learning In T4’s case, they did not find that the source code in the repository could not be built for a while Finally, in the #5, 7 teams have achieved 100% © Cloud Spiral partners 2013 20 Result of QSB 0% 20% 40% 60% 80% 100% #1 #2 #3 #4 #5 T1 T2 T3 T4 T5 T6 T7 T8 T9 T4
  • 21. Cloud Specialist Program Initiative for Reality-based Advanced Learning Developers must commit when they completed each task All tasks must be recorded as tickets  If a new task is added, a ticket must be added simultaneously © Cloud Spiral partners 2013 21 QCT= # 𝑜𝑓 𝑐𝑜𝑚𝑚𝑖𝑡𝑠 𝑤ℎ𝑖𝑐ℎ ℎ𝑎𝑣𝑒 𝑐𝑜𝑟𝑟𝑒𝑠𝑝𝑜𝑛𝑑𝑖𝑛𝑔 𝑡𝑖𝑐𝑘𝑒𝑡𝑠 # 𝑜𝑓 𝑇𝑜𝑡𝑎𝑙 𝐶𝑜𝑚𝑚𝑖𝑡𝑠 Component: DisplayEventList.java type:Coding Start:10:45 Complete:11:45 estimated:0.5H Total hours:1H Owner:Student A Sprint:#1 Version Control System DisplayEventList.java EventDetail.java Commit(11:00) Commit(11:40) 1 2 Student A
  • 22. Cloud Specialist Program Initiative for Reality-based Advanced Learning 6 teams achieved over 80% in every Sprint © Cloud Spiral partners 2013 22 Result of QCT 0% 20% 40% 60% 80% 100% #1 #2 #3 #4 #5 T1 T2 T3 T4 T5 T6 T7 T8 T9 T3 T7
  • 23. Cloud Specialist Program Initiative for Reality-based Advanced Learning Bad/Good Result of QCT T3 In T3, a member forgot to update most of tickets in #2,3 In T7, most of members updated their tickets after they completed their tasks There were a few students who tend to forget updating tickets in almost all teams T7 © Cloud Spiral partners 2013 23 0% 20% 40% 60% 80% 100% #1 #2 #3 #4 #5 M31 M32 M33 M34 M35 M36 0% 20% 40% 60% 80% 100% #1 #2 #3 #4 #5 M71 M72 M73 M74 M75
  • 24. Cloud Specialist Program Initiative for Reality-based Advanced Learning Assignment metrics check equality on task assignment for each task type ACOD, AWUT, ARV, AWIT, AEIT © Cloud Spiral partners 2013 24 Assignment Metrics Coding showEventList.java Coding showEvent.html Coding DisplayEventList.java Coding EventList.java Coding showEventList.js Coding showEventList.html Coding Event.java Coding showEventDetail.html Coding EventDao.java Coding DisplayEventList.java Coding DisplayEventList.java Coding DisplayEventList.java Coding showEvent.js Coding EventDetail.java Coding DisplayEventController.java Coding AllEventList.java Coding EventList.java Coding Event.java Student AStudent B Student C
  • 25. Cloud Specialist Program Initiative for Reality-based Advanced Learning Assignment criterion has several metrics corresponding to the task type ACOD, AWUT, ARV, AWIT, AEIT © Cloud Spiral partners 2013 25 Assignment Metrics Coding Event.java Total number of tasks = 18 Average number of tasks per member = 18/3 = 6 Is assigned tasks for each member in the range of 6 ± 20% ? (4.8~7.2) Coding DisplayEventList.java Coding showEventList.htmlCoding DisplayEventList.javaCoding DisplayEventList.java Coding DisplayEventList.java Coding DisplayEventList.javaCoding DisplayEventList.javaCoding showEventList.html Coding Event.java Coding Event.javaCoding DisplayEventList.java 1 3 Coding DisplayEventList.javaCoding showEventList.htmlCoding DisplayEventList.javaCoding DisplayEventList.java Coding DisplayEventList.java Coding DisplayEventList.java 6 8 4Student BStudent A Student C
  • 26. Cloud Specialist Program Initiative for Reality-based Advanced Learning All assignment metrics are calculated based on the accumulated number of assigned tasks. © Cloud Spiral partners 2013 26 Result of ACOD 0% 20% 40% 60% 80% 100% #1 #2 #3 #4 #5 T1 T2 T3 T4 T5 T6 T7 T8 T9 T3 T7
  • 27. Cloud Specialist Program Initiative for Reality-based Advanced Learning Bad/Good Result of ACOD T7 In T7, a student conducted all coding tasks in #4 to increase the number of assigned tasks In T3, students have tried to avoid the widening of values between max and min T3 © Cloud Spiral partners 2013 27 0 2 4 6 8 10 #1 #2 #3 #4 #5 M71 M72 M73 M74 M75 0 2 4 6 8 10 #1 #2 #3 #4 #5 M31 M32 M33 M34 M35 M36
  • 28. Cloud Specialist Program Initiative for Reality-based Advanced Learning Bad/Good Result of ACOD T7 Comparing this metrics between these 2 teams, T3 is better In the T7, there is no free rider on coding tasks T3 © Cloud Spiral partners 2013 28 0 2 4 6 8 10 #1 #2 #3 #4 #5 M71 M72 M73 M74 M75 0 2 4 6 8 10 #1 #2 #3 #4 #5 M31 M32 M33 M34 M35 M36
  • 29. Cloud Specialist Program Initiative for Reality-based Advanced Learning About the assignment metrics, we have obtained feedback directly from 4 students after our PBL © Cloud Spiral partners 2013 29 Positive comments on assignment metrics • I did not almost have experience about not only JavaScript but Java. However, the constraints on assignment motivated me to learn both of them • The assignment constraints promoted our team to help each other. As a result, I could have experiences on various tasks.
  • 30. Cloud Specialist Program Initiative for Reality-based Advanced Learning Assessing how many user stories are developed by every team(DNOU) Assessing predictability about the number of user stories which the team will develop(DPOA) © Cloud Spiral partners 2013 30 Delivery Metrics Team DNOU DPOA T1 7 7/7 = 100% T2 5 5/6 = 83% T3 5 5/9 = 56% T4 4 4/5 = 80% T5 4 4/5 = 80% T6 4 4/7 = 57% T7 3 3/5 = 60% T8 3 3/5 = 60% T9 3 3/6 = 50%
  • 31. Cloud Specialist Program Initiative for Reality-based Advanced Learning QSB QCT QRV QIT ACOD AWUT ARV AWIT AEIT DNOV DPOA T1 100% 92% 84% 75% 60% 40% 40% 100% 100% 7 100% T2 95% 82% 83% 100% 100% 80% 100% 100% 100% 5 83% T3 95% 86% 60% 63% 100% 67% 100% 67% 83% 5 56% T4 87% 84% 88% 83% 100% 100% 100% 100% 100% 4 80% T5 96% 79% 87% 83% 100% 40% 80% 100% 100% 4 80% T6 92% 82% 81% 50% 83% 100% 100% 100% 100% 4 57% T7 96% 90% 76% 100% 40% 40% 40% 100% 100% 3 60% T8 98% 80% 50% 40% 83% 67% 100% 67% 100% 3 60% T9 93% 91% 72% 57% 83% 33% 67% 100% 83% 3 50% 31 All Results of QAD after All Sprints In the view point of delivery, T1 has achieved highest score the score of the assignment metrics of T1 is low
  • 32. Cloud Specialist Program Initiative for Reality-based Advanced Learning © Cloud Spiral partners 2013 32 All Results of QAD after All Sprints In the view point of the assignment metrics, T2, T4, and T6 achieved higher score Quality metrics values of T2 and T4 are also high QSB QCT QRV QIT ACOD AWUT ARV AWIT AEIT DNOV DPOA T1 100% 92% 84% 75% 60% 40% 40% 100% 100% 7 100% T2 95% 82% 83% 100% 100% 80% 100% 100% 100% 5 83% T3 95% 86% 60% 63% 100% 67% 100% 67% 83% 5 56% T4 87% 84% 88% 83% 100% 100% 100% 100% 100% 4 80% T5 96% 79% 87% 83% 100% 40% 80% 100% 100% 4 80% T6 92% 82% 81% 50% 83% 100% 100% 100% 100% 4 57% T7 96% 90% 76% 100% 40% 40% 40% 100% 100% 3 60% T8 98% 80% 50% 40% 83% 67% 100% 67% 100% 3 60% T9 93% 91% 72% 57% 83% 33% 67% 100% 83% 3 50%
  • 33. Cloud Specialist Program Initiative for Reality-based Advanced Learning © Cloud Spiral partners 2013 33 Conclusion