I wrote this article as part of the Ministry of Testing’s Blogger’s Club. The topic for march 2022 is: ____ is an underrated skill in testing.
Read More ...
In a previous blog I already explained how I did API calls with the python requests library. I also looked at setting up a new test environment with pytest.
Read More ...
I discovered lately some things in java that I did not know yet. The switch statement in the java language switch in java has some weird things.
Read More ...
In this post, I am going to explain how to count the number of digits in a string with Python. I will explain how I extract the digits out Strings.
Read More ...
My automated tests contains a lot of string manipulations. I do exercise a lot with programming. In this post I will solve a problem to distinguish between words and numbers.
Read More ...
Unitary operators in java are symbols that applies to a set of variables. The operator returns a result. A simple example is the one we know from mathematics.
Read More ...