Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TDD dev cycle (simple) #103

Open
paulrobinson opened this issue Nov 24, 2021 · 0 comments
Open

TDD dev cycle (simple) #103

paulrobinson opened this issue Nov 24, 2021 · 0 comments
Labels
good first issue Good for newcomers qtip ideas/contribution for a Quarkus QTip video

Comments

@paulrobinson
Copy link

Qtip that shows Test Driven Development using the continuous testing feature.

Idea:

  1. Show a simple calculator class (with add, subtract, multiply, divide) methods (all unimplemented and returning null or 0).
  2. Show that all the tests are failing
  3. Implement one of the calculator methods and observe that the test passes
  4. Implement the remainder of the calculator and observe that they all pass
  5. Introduce a bug and observe that one of the tests fails.
@paulrobinson paulrobinson added the qtip ideas/contribution for a Quarkus QTip video label Nov 24, 2021
@paulrobinson paulrobinson added the good first issue Good for newcomers label Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers qtip ideas/contribution for a Quarkus QTip video
Projects
None yet
Development

No branches or pull requests

1 participant