Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 Stack

Database

### Key Features

- **[Using Ruby language]**
- **[Using Class]**
- **[Using OOP]**

(back to top)

## 💻 Getting Started

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`

## 👥 Authors

👤 **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/)

(back to top)

## 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.

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/MasumaJaffery/TDD-Project/issues/).

(back to top)

## ⭐️ Show your support

If you like this project that would be nice to put a star!

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for their helpful practices.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)