Linux by example – Creating test tooling
We talk about building the test tooling we later will use to test the compiler and build systems.
I will do some live coding reading a webpage using Jsoup and creating some braille text. This is perhaps a simple project but I wanted to play around with some string creating and braille text.
We look into how to screenshot in different devices, take coverage metrics and check loading performance.
I’m trying to solve all the Advent of Code puzzles in this video series.
We talk about JMeter a tool to test your sites throughput and load metering. Setting up a test plan and running it against your site with login.
In this video, we look into how to set the proper TXT records in your DNS and sign your email to show up in the inbox of all email …
We look into how to setup a project that will install WordPress and test your plugin or theme on Travis CI.