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 32: Line 32:
 
|-
 
|-
 
| 3
 
| 3
|
+
| Nagashashank P
|
+
|  
|
+
| https://travis-ci.org/Shank09/LearningLab
 
|-
 
|-
 
| 4
 
| 4

Revision as of 15:41, 24 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
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34