Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djordjevujatovic/tdd-testing-practice
https://github.com/djordjevujatovic/tdd-testing-practice
Last synced: about 15 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/djordjevujatovic/tdd-testing-practice
- Owner: DjordjeVujatovic
- Created: 2017-02-27T16:48:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-28T07:09:39.000Z (almost 8 years ago)
- Last Synced: 2025-01-09T03:33:41.281Z (1 day ago)
- Language: JavaScript
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TDD-Testing-Rojo## Summary
The purpose of the TDD-Rojo project was to explore, practice, and gain a better understanding of
behavior and test-driven development. In the early processes of this project, I mapped out the different
tests that I wanted to run with Rojo using BDD. Once I understood what I wanted to test, I wrote
a series of Jest tests that anticipated the results of a number of questions. Once this was mapped out,
te applications conditional statements were written in accordance to the Jest TDD tests.## Languages and Tools Used
* JavaScript
* Jest## Learning Outcomes
This project has allowed me to take a different approach to programming, a test-driven approach. It has
helped me understand the importance of testing and how it is crucial to the development of predictable, dependable,
and pure application functionality.