Blog

Get rid of your external dependencies with WireMock

So far in my posts focusing on API testing I was using external services only. This isn’t particularly bad for higher level tests, but sometimes we would like to work on our localhosts only. This eliminates potential flakiness related to...

What CIA teaches us about productivity

I’ve done lots of code-rich posts this year which may leave some of my readers disappointed. Today there would be no code and the topic would be much broader - productivity. Christmas time favors off-topic so this post (and next...

Automate your XSS tests with Selenium

We are heading into an era where potential attackers have very easy knowledge access. In some instances proper training isn’t even required, because offensive tools are getting better and better. A lot of companies decided that it’s better to pay...

Firefox Selenium Browser Capabilities explained

Two very important Firefox news related to Selenium were published recently: a) Selenium IDE will no longer be supported in Firefox 55+ (source) b) Headless mode is now available (source) First news isn’t really that bad. Any time invested in...