Blog

How to start learning test automation

In one of my previous posts - How to become a software tester, I gave you 10 practical advice on how to get yourself running in a fascinating software testing industry. On another post - Learning pathways for testers, which...

Best complete testing suites available online

In Testers toolbox - an alternative guide post I listed various sites that you may use for testing skills improvement. Today I’d like to show you something totally different - complete end-to-end testing suites that are open-sourced and freely available...

RESTful API Testing with Rest-Assured (1)

Before I start writing about API testing let me announce the big news. I released all my Selenium related Java code snippets on the Github Awesome Testing project. I will update it with every new technical post (including this one...

TestOps - missing piece of puzzle

Some time ago in my do/don’t recommendI encouraged you to take care of your testing environment and learn orchestration tool like Ansible. Somewhere between writing automated tests and implementing Continuous Delivery, I came across interesting concept popularised by Seth Eliot...

How to Download files using Selenium 2

In my previous post about Selenium, I explained how can we modify browsers before tests to have the desired configuration. Today I like to discuss a different topic that lacks quality guides - downloading files. Mixing Selenium with AutoIT isn’t...