Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masumajaffery/tdd-project
TDD is the Test Driven Development Technology that is about write tests before write a code and if code does not run according to test case then refactor code.
https://github.com/masumajaffery/tdd-project
ruby tdd
Last synced: about 1 month ago
JSON representation
TDD is the Test Driven Development Technology that is about write tests before write a code and if code does not run according to test case then refactor code.
- Host: GitHub
- URL: https://github.com/masumajaffery/tdd-project
- Owner: MasumaJaffery
- License: mit
- Created: 2023-09-21T21:26:59.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-09-22T14:15:47.000Z (over 1 year ago)
- Last Synced: 2024-12-28T22:58:07.708Z (about 1 month ago)
- Topics: ruby, tdd
- Language: Ruby
- Homepage:
- Size: 16.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TDD
## Getting Started
# 📗 Table of Contents- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)# 📖 [Test Driven Development]
**[TDD]**In this project We will implement a class with some methods, but We will do it by doing test-driven development (TDD). The idea is to write tests first and then the code. This will be verified in Our commits history.# Flow Chart
Write Test => Write Code => Run Test => If Fails => Refactor Code => Run Test => Repeat Process of Refactor until Test Passed!# Main Points
1. Write the Test Case first.
2. Write the Code in accordance with the Test Case.
3. Run the Test Case and Refactor if the Test Case Failed!## 🛠 Built With
### Tech StackDatabase
- **[Using Ruby language]**
- **[Using Class]**
- **[Using OOP]**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- the Ruby should be installed in your machine.
- Run `ruby main.rb`.
### Setup
Clone this repository to your desired folder:
- `git clone https://github.com/MasumaJaffery/TDD-Project`
👤 **Najibullah Jafari**
- GitHub: [Najibullah_jafari](https://github.com/najibullahjafari)
- Twitter: [Najibullah_jafari](https://twitter.com/Najib_Jafari_)
- LinkedIn: [Najibullah_jafari](https://www.linkedin.com/in/najibullahjafari/)
👤 **Syeda Masuma Fatima**
- GitHub: [@MasumaJaffery](https://github.com/MasumaJaffery)
- Twitter: [@MasumaJaffery](https://twitter.com/MasumaJaffery)
- LinkedIn: [Masuma Jaffery](https://www.linkedin.com/in/masuma-jaffery-797a29256/)
## Future Features
- I think about how to make it fast.
- I will make a oop class for it.
- We will do our best to decrease duplication of code.
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/MasumaJaffery/TDD-Project/issues/).
If you like this project that would be nice to put a star!
I would like to thank Microverse for their helpful practices.
This project is [MIT](./LICENSE) licensed.