Tag: testautomation

Test Expo 2019

Today I presented “The Unified Model Of Regression (TUMOR)” at Test Expo 2019. I would like to thank the people arranging this incredible conference and the people who complimented my presentation. If anyone is interested, then I will gladly present it in your organization....
Read More

Python is not just a programming language.

Python is also a neat automation tool, like a calculator, that can help you with many tiny tasks.  I use it every day in test automation, like  * getting the sum of all characters in a text,  * scrapping webpages,  * decipher system encoded texts into human readable text,...
Read More

Simple test automation

Do you find test automation complicated, unreliable, and costly? It don’t have to be; for example a spell checker is also an automated testing tool, which is intuitive, reliable, and free. The right test automation will make your life easier 😉 What simple test automation tools (like the spell...
Read More

Deal with change in software development (TDD)

I often hear developers complain that the specifications, demands, and technology change to quickly. So how can developers deal with it? Change is after all the key aspect that complicates the design and development process. Often it is not even a question of delivering quality, but pure survival of the...
Read More