Blog

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...

Headless testing with Firefox

Last week I wanted to show you how to run Selenium tests using headless Firefox. Unfortunately my Browser Capabilitiesturned out to be outdated so I opted for correct Firefox Selenium Browser Capabilities explanation instead. It turned out that most of...

TestOps - Engineering Productivity

Introduction Google has recently surprised everyone by renaming their famous GTAC into Engineering Productivity conference. It means that already complicated and confusing testing dictionary received one more entry (ISTQB dictionaryfor instance, fails to explain the meaning of this term). The...

Rest Assured integration tests for jsontest.com

In my very popular Tester’s toolbox - an alternative guide I listed few examples of free public APIs that can be used for learning Rest Assured. Recently I have found one more site - www.jsontest.com. Having in mind that my...