Difference between revisions of "DPS909 & OSD600 Winter 2017 - Lab 8"

From CDOT Wiki
Jump to: navigation, search
(Open Source Tooling and Automation Part 2: Unit Testing)
(Open Source Tooling and Automation Part 2: Unit Testing)
Line 87: Line 87:
 
|-
 
|-
 
| 14
 
| 14
|
+
|John James
|
+
|https://wordpress.com/post/johnjamesa70.wordpress.com/487
|
+
|https://travis-ci.org/JohnEJames/OSD600_Lab7
 
|-
 
|-
 
| 15
 
| 15

Revision as of 22:28, 28 March 2017

Open Source Tooling and Automation Part 2: Unit Testing

In this lab you will extend your previous lab's tooling to include automated unit tests. Most large software projects include tests, and it's a good idea to know how to create, run, and debug them.

Please following the instructions in the README-part2.md doc at https://github.com/humphd/Seneca2017LearningLab.

When you are done, write a blog post about the experience, including:

  • what you did
  • what you learned
  • things you found interesting or difficult.
  • Was unit testing new to you? If so, what did you think? If not, how was it different with Jest/JS?

Make sure you include links to things you discuss in your blog.

After you've tested the editors and written your guide, add your name, the chosen editor name, and your blog guide:

# Name Blog Post (URL) TravisCI Build for Tests (URL)
1 Christopher Singh
2 Dang Khue Tran https://trandangkhue27.wordpress.com/2017/03/24/osd600-lab-8-open-source-tooling-and-automation-part-2-unit-testing/ https://travis-ci.org/dangkhue27/OSD600LearningLab/jobs/214722326
3 Nagashashank P https://travis-ci.org/Shank09/LearningLab
4 Badr Modoukh https://badrmodoukh.wordpress.com/2017/03/28/dps909-lab-8-open-source-tooling-and-automation/ https://travis-ci.org/badrmodoukh/Seneca2017LearningLab
5 Max Fainshtein https://mfainshtein4.wordpress.com/2017/03/25/lab-8/ https://travis-ci.org/mfainshtein4/SenecaDPSLearningLab2017
6 Simon de Almeida http://sdealmeida.com/open-source-tooling-and-automation https://travis-ci.org/simon66/Seneca2017LearningLab
7 Heetai Park https://wordpress.com/post/tonypark0403.wordpress.com/214 https://travis-ci.org/tonypark0403/OSD600
8 Len Isac https://travis-ci.org/lkisac/OpenSourceToolingAutomation
9 Andrey Bykin https://andreybykin.wordpress.com/2017/03/27/osd600-lab-8-unit-testing/ https://travis-ci.org/Abykin/Seneca2017LearningLab
10 Kevin Ramsamujh https://kramsamujh.wordpress.com/2017/03/27/osd600-lab-8-unit-testing/ https://travis-ci.org/kramsamujh/OSD600_Lab7
11 Oleg Mytryniuk https://travis-ci.org/omytryniuk/GitHubTooling
12 Zenan Zha https://travis-ci.org/ZenanZha/Learning_Lab
13 Tiago Araujo Aguiar
14 John James https://wordpress.com/post/johnjamesa70.wordpress.com/487 https://travis-ci.org/JohnEJames/OSD600_Lab7
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34