Test Release Candidate (Activity)

From Foss2Serve
(Difference between revisions)
Jump to: navigation, search
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
{| border="1"
 
|-
 
|'''Title''' || Release Testing
 
|-
 
|'''Overview''' || Student will test a release candidate for an open source software project and report findings.
 
|-
 
|'''Prerequisite Knowledge''' || Students will probably need to use git (see the [[Git_Activity]] series).
 
|-
 
|'''Learning Objectives''' || Students will be able to (1) explain how release testing fits into the SLDC lifecycle (2) go through the steps of a release test and provide their observations (3) be able to describe (in generic terms) the steps required for release testing (3) 
 
|}
 
  
=== Background: ===
+
{{Learning Activity Overview
Is there background reading material?
+
|title=
 +
Test Release Candidate
 +
|overview=  
 +
Student will test a release candidate for an open source software project and report findings.
 +
|prerequisites=
 +
Students will probably need to use git (see the [[Intro to GitHub (Activity)]] series).
 +
|objectives=
 +
# Explain how release testing fits into the software development life cycle (SDLC).
 +
# Go through the steps of a release test and provide their observations.
 +
# Describe (in generic terms) the steps required for release testing (3) 
 +
|process skills=
 +
}}
  
Are there other activities the student should have done first?
+
=== Background ===
  
What is the rational for this activity?
+
* ''Is there background reading material?''
 +
* ''Are there other activities the student should have done first?''
 +
* ''What is the rational for this activity?''
 +
* ''Include helpful hints to faculty here.''
  
Include helpful hints to faculty here.
+
(reference links for later)
  
 +
* https://cwiki.apache.org/confluence/display/CLOUDSTACK/Release+test+procedure
 +
* https://www.debian.org/doc/manuals/debian-faq/ch-ftparchives#s-testing
 +
* https://www.debian.org/devel/testing
 +
* https://en.wikipedia.org/wiki/Software_testing
 +
* http://www.alwaysagileconsulting.com/organisation-antipattern-release-testing/
 +
* https://www.scriptrock.com/blog/release-testing-basics
 +
* http://clusterlabs.org/wiki/Release_Testing
 +
* https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Mozmill
 +
* https://developer.mozilla.org/en-US/docs/Mozilla/QA/Developing_tests
 +
* https://developer.mozilla.org/en-US/Add-ons/SDK/Tutorials/Unit_testing
 +
* http://wiki.scummvm.org/index.php/Release_Testing
  
=== Directions: ===
 
1) Read about what release testing is and why it's done
 
2) Test a release
 
3) Write release testing instructions for a new version of a boxed cake mix
 
  
 +
=== Directions ===
  
=== Deliverables: ===
+
# Read about what release testing is and why it's done.
What will the student hand in?
+
# Test a release.
 +
# Write release testing instructions for a new version of a boxed cake mix.
  
 +
=== Deliverables ===
  
=== Assessment: ===
+
* ''What will the student hand in?''
How will the activity be graded?
+
+
How will learning will be measured?
+
  
Include sample assessment questions/rubrics.
+
=== Assessment ===
  
{| border="1" class="wikitable"
+
* ''How will the activity be graded?''
 +
* ''How will learning will be measured?''
 +
* ''Include sample assessment questions/rubrics.''
 +
 
 +
{| class="wikitable"
 
! Criteria
 
! Criteria
 
! Level 1 (fail)
 
! Level 1 (fail)
Line 60: Line 75:
 
|}
 
|}
  
=== Comments: ===
+
=== Comments ===
What should the instructor know before using this activity?
+
 
+
What are some likely difficulties that an instructor may encounter using this activity?
+
 
+
 
+
=== Additional Information: ===
+
{| border="1"
+
|-
+
|'''Knowledge Area/Knowledge Unit''' || What ACM Computing Curricula 2013 knowledge area and units does this activity cover? [[ACM_Body_of_Knowledge]]
+
|-
+
|'''Topic''' || What specific topics are addressed? The Computing Curriucula 2013 provides a list of topics - https://www.acm.org/education/CS2013-final-report.pdf
+
|-
+
|'''Level of Difficulty''' || Is this activity easy, medium or challenging?
+
|-
+
|'''Estimated Time to Completion''' ||  How long should it take for the student to complete the activity?
+
|-
+
|'''Materials/Environment''' || What does the student need?  Internet access, IRC client, Git Hub account, LINUX machine, etc.?
+
|-
+
|'''Author''' || Who wrote this activity?
+
|-
+
|'''Source''' || Is there another activity on which this activity is based?  If so, please provide a link to the original resource.
+
|-
+
|'''License''' || Under which license is this material made available? (http://creativecommons.org/licenses/)
+
|}
+
  
 +
* ''What should the instructor know before using this activity?''
 +
* ''What are some likely difficulties that an instructor may encounter using this activity?''
  
=== Suggestions to Open Source Mentors: ===
+
{{Learning Activity Info
Suggestions for an open source community member who is working in conjunction with the instructor.
+
|acm unit=
 +
|acm topic=
 +
|difficulty=
 +
|time=
 +
|environment=
 +
|author=
 +
Gina Litkins
 +
|source=
 +
|license=
 +
{{License CC BY SA}}
 +
}}
  
 +
=== Suggestions to Open Source Mentors ===
  
--------------------
+
''Suggestions for an open source community member who is working in conjunction with the instructor.''
This work is licensed under a
+
[http://creativecommons.org/licenses/by-sa/4.0/ Creative Commons Attribution-ShareAlike 4.0 International License]
+
  
[[File:CC_license.png]]
 
  
[[Category: Learning_Activity]]
+
[[Category:Learning Activity]]
[[Category: LEARNING_ACTIVITY_SUBCATEGORY]]
+
[[Category:Quality and Testing]]
 +
[[Category: Minimal Sketch]]

Latest revision as of 18:00, 8 March 2017


Title

Test Release Candidate

Overview

Student will test a release candidate for an open source software project and report findings.

Prerequisites

Students will probably need to use git (see the Intro to GitHub (Activity) series).

Learning
Objectives
After successfully completing this activity, the learner should be able to:
  1. Explain how release testing fits into the software development life cycle (SDLC).
  2. Go through the steps of a release test and provide their observations.
  3. Describe (in generic terms) the steps required for release testing (3)
Process Skills
Practiced


Background

  • Is there background reading material?
  • Are there other activities the student should have done first?
  • What is the rational for this activity?
  • Include helpful hints to faculty here.

(reference links for later)


Directions

  1. Read about what release testing is and why it's done.
  2. Test a release.
  3. Write release testing instructions for a new version of a boxed cake mix.

Deliverables

  • What will the student hand in?

Assessment

  • How will the activity be graded?
  • How will learning will be measured?
  • Include sample assessment questions/rubrics.
Criteria Level 1 (fail) Level 2 (pass) Level 3 (good) Level 4 (exceptional)
The purpose of the project
Why the project is open source

Comments

  • What should the instructor know before using this activity?
  • What are some likely difficulties that an instructor may encounter using this activity?
ACM BoK
Area & Unit(s)
ACM BoK
Topic(s)
Difficulty
Estimated Time
to Complete
Environment /
Materials
Author(s)

Gina Litkins

Source
License

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

CC license.png


Suggestions to Open Source Mentors

Suggestions for an open source community member who is working in conjunction with the instructor.

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