- 📖 About the Project
- 💻 Getting Started
- 👥 Author
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Test Driven Development Software Testing is the process of evaluating a system or its components with the intent to find whether it satisfies the specified requirements or not. Test-Driven Development(TDD) works differently than the standard testing logic. In TDD we test first, code later.
Backend
- RSpec Testing
- Classes
- Methods
- Unit test
- Module
In order to run this project you need:
- Desktop or laptop with minimum requirements
- Install Ruby
Clone this repository to your desired folder:
- create a directory
git clone https://github.com/Theodoraldo/test_driven_development.gitif you're using HTTP or git- Navigate to the folder where the project was cloned.
Install this project with:
- Run the command
bundle installin the terminal - This will install all the dependencies to the project
To run tests, run the following command:
rspec- This will run all tests on the spec folder of the project directory
👤 Theodore Asimeng-Osei
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
👤 Paul Tesfaye
- Add more test cases
- Add more methods
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, kindly give me a star ⭐️ in the repository.
- I would like to thank Microverse.
This project is MIT licensed.