Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

📗 Table of Contents

📖 Test Driven Development

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.

🛠 Built With

Tech Stack

Backend

Key Features

  • RSpec Testing
  • Classes
  • Methods
  • Unit test
  • Module

(back to top)

💻 Getting Started

Prerequisites

In order to run this project you need:

  • Desktop or laptop with minimum requirements
  • Install Ruby

Setup

Clone this repository to your desired folder:

  • create a directory
  • git clone https://github.com/Theodoraldo/test_driven_development.git if you're using HTTP or git
  • Navigate to the folder where the project was cloned.

Install

Install this project with:

  • Run the command bundle install in the terminal
  • This will install all the dependencies to the project

Run tests

To run tests, run the following command:

  • rspec
  • This will run all tests on the spec folder of the project directory

(back to top)

👥 Author

👤 Theodore Asimeng-Osei

👤 Paul Tesfaye

(back to top)

🔭 Future Features

  • Add more test cases
  • Add more methods

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project, kindly give me a star ⭐️ in the repository.

(back to top)

🙏 Acknowledgments & Attribution

  • I would like to thank Microverse.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

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.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages