“Testing is harder than Development” : Gerald Weinberg 1933-2018

“Testing is harder than Development” : Gerald Weinberg 1933-2018

This entry is part 4 of 4 in the series Building a career in test as a developer

I won’t pretend that I knew Gerald Weinberg, and to be honest I am not sure that I had heard of him before his passing last week. However, the tributes paid to him, especially by Joe Colantanio, awakened me to one of those people who any tester really should know more about. I encourage you to go and read some of them, (There is a listing of a few here) but learning a little about him has reminded me of…

Read More Read More

Opinion: Automated testing is not testing.

Opinion: Automated testing is not testing.

This entry is part 3 of 4 in the series Building a career in test as a developer

QA and testing: Is it time for a new glossary? Sorry it’s been a while. I have my final bit of Java coding written ready to write up, but I then had a fantastic two week vacation driving around Croatia with my family. I came home to find my test infrastructure had fried itself in the unusual summer heat, so I have some major reconstruction to do: Losing my grid is one thing, but losing the media server at the…

Read More Read More

Going multi-platform: Running the tests from MacOs and Linux

Going multi-platform: Running the tests from MacOs and Linux

Just a quickie tonight. Part of the reason for writing anything in Java is its ability to run on many devices. Before I move on from Java to dotnet and C# there are a couple of things to complete. In principle it should be no problem to call gradle to run my tests on both Linux and Macos. I’m going to cheat a little with Linux by running on Ubuntu on the Windows Subsystem for Linux. While we are at…

Read More Read More

Going Multi-Platform – Adding a Mac to the Grid: Part 2

Going Multi-Platform – Adding a Mac to the Grid: Part 2

This entry is part 5 of 5 in the series Building a WebDriver Grid

Last time I discussed the differences in setting up a Mac as a node on a Selenium grid. That is not even half the battle however as I also need to get the supporting code in the framework and find out if I have to work around any differences in the WebDriver implementations. Back in January I wrote some tests checking that the framework was launching the correct browser and getting this working properly. I enjoy the challenge of writing…

Read More Read More

Going Multi-Platform – Adding a Mac to the Grid: Part 1

Going Multi-Platform – Adding a Mac to the Grid: Part 1

This entry is part 4 of 5 in the series Building a WebDriver Grid

Apologies if you got a link to the incomplete first attempt at this post. This one is the real deal. It has long been my intention to look at adding multi-platform testing to my set-up, and finally I got my hands on a Mac to see if I could get it working. I am sure that I could easily have got a linux VM up and running in no time, but both my stats for this site, and from gs.statcounter.com…

Read More Read More