Blog Posts
Subscribe to the full blog feed using RSS
Subscribe to the full blog feed using RSS
TLDR; If you are lucky enough to already be working in testing, and want to learn to automate, then I recommend gradually automating to add value in your existing work. Focus on a few tools and approaches that add value to you. Then build on that.
TLDR; JUnit is an execution framework. The principles of TDD are about writing code, seeing it fail, writing code to make it pass, seeing it pass and making it better. All applies when writing automated execution code for Testing
TLDR; Do you test with individuality? Do you release work that reveals and harnesses your creativity? You can. Take heart from people like Stafford Beer, Charles Dodgson, Buckminster Fuller, William Blake and more. “I will not Reason & Compare: my business is to Create”
This post and video shows how to complete the challenge POST /todos (400)
to fail to create a todo item in the application due to not passing validation - using Insomnia.
This post and video shows how to complete the challenge GET /todos (200) ? filter
to create a todo item in the application using Insomnia.
TLDR; People seem to be nervous about releasing code to Github in case it isn’t good enough, or it reflects badly on them. I release code that I created that I found useful. Over time it leaves a trail of code that builds into a portfolio. If I judged it, I would leave no trail. Release. Build a portfolio.
This post and video shows how to complete the challenge POST /todos (201)
to create a todo item in the application using Insomnia.
This post and video shows how to complete the challenge HEAD /todos (200)
using Insomnia.
TLDR; Lesson learned, live streams do not start automatically when scheduled. Always go into studio and click start.
This post and video shows how to complete the challenge GET /todos/id 404
using Insomnia.