kanohapierre / vet-clinic

Vet Clinic tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vet Clinic Tutorial Project

This project is used as the basis of a number of tutorials and exercises, as part of the Professional Java Development and Test Automation Skills program. Each tutorial explores a different technique or practice essential to modern Java developers or Engineers in Test.

These tutorials are designed to be used as the basis of small coding exercises (similar to very short coding katas) that you can learn and practice until you are familiar with a particular technique. The approach is outlined here:

Learning from the tutorials

  1. Clone this repository and check out the starting point for the tutorial you want to do.
  2. Watch the tutorial and follow along on your own machine.
  3. Redo the tutorial following the step-by-step instructions given in the tutorial's README file.
  4. Redo the exercise without the instructions.

The problem domain

The domain is a simple one. We are writing an application for a Vet clinic, where you can take your pets to be treated when they are sick. At the vet clinic, we need to be able to register new animals when they arrive for treatment.

Starting a tutorial

Each tutorial has two main branches, one for the starting point for the tutorial, and one for a sample solution. The format for the branch names uses a simple naming convention to identify the starting point and the sample solutions for each tutorial. For example, to start tutorial 1, check out the start branch like this:

$ git checkout kata/collections/start

And to see the solution for tutorial 1, use the solution branch:

$ git checkout kata/collections/solution

Go to the tutorial branch to see the step-by-step instructions for that tutorial.

About

Vet Clinic tutorial

License:Apache License 2.0


Languages

Language:Java 100.0%