Browsed by
Category: Hot Topics

Opinion: Writing automated system tests is a great way to test a website / webapp.

Opinion: Writing automated system tests is a great way to test a website / webapp.

A few weeks ago I wrote a post explaining how running automated tests does not perform the same function as (good) manual testing. In a recent project, I was reminded that although running the tests is not deep testing, writing them is. I am very fortunate that I work with developers who are hot on quality and focused on writing appropriate unit tests for all their code, but what is the most cost effective way to have confidence that the…

Read More Read More

“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

C# and the disappearing PageFactory – My next steps in Selenium testing

C# and the disappearing PageFactory – My next steps in Selenium testing

This entry is part 1 of 5 in the series Building a .Net Core PageFactory Framework

Being an Open Source project maintainer is a thankless task Ask Jim Evans, the maintainer of the C# (aka dotnet) language bindings for Selenium Webdriver as well as as the Internet Explorer driver that I am sure just about everyone who has ever written a Selenium test has used. Until I started my new job at Altitude AngelĀ 16 days ago I had spent very little time worrying about the C# language bindings as I have been working in Java. As…

Read More Read More