Ian Huet - Development Journal

WIP - RealWorld Quality Engineering

TL;DR

This is as an exercise in quality engineering. I’m going to take an existing project from it’s currently functional state, setup a local development environment, a deployment pipeline, and bring it to a point where it is supported by a systematic test strategy, implemented across multiple layers.


Project Overview

Phase.1 - Setup & Teardown

Pick the product to work with, establish local & deployed environments, and establish an appropriate test strategy.

  1. Identify a fully integrated project to work with
  2. Setup a local development environment
  3. Setup a deployment pipeline - WIP
  4. Outline an appropriate test strategy

Phase.2 - Test Plan Roll-out

  1. Detail roll-out plan
  2. Implement test plan
  3. Complete development tasks to test automated test coverage
  4. Summary & Review