Profile Picture

The Testing Pirate

Software Test Automation

  • Home
  • Articles
  • Howto
  • All Posts
  • About

Check for empty lists in python

2 Dec 2020 · 2 min read
I use lists all the time in my code. Sometimes I have to check for empty lists in my python code.
Read More ...
  • python

http basic authentication with selenium

18 Nov 2020 · 2 min read
I want to automate a login page. This page requires the user to log in with basic http authentication. I want to automate this page that has http basic authentication with selenium.
Read More ...
  • java
  • selenium

What I stole from the best developers

11 Nov 2020 · 2 min read
In this post I will describe some tips what I stole from the best software developers. Deleting code is fine At a point in your development of your automated tests, you will change some code.
Read More ...
  • automation

Wait for Vaadin in Selenium

4 Nov 2020 · 3 min read
Our web project uses the Vaadin framework. Because the pages are not loaded in one time, we have to wait a certain time.
Read More ...
  • java
  • selenium

Generate your test data from a template

28 Oct 2020 · 2 min read
Freemarker is a template engine in java to generate text output based on templates and data classes. You should write the templates in a custom language.
Read More ...
  • java

Underscores in Java and Python numbers

21 Oct 2020 · 2 min read
In some areas in the world people use commas as thousand separators. I sometimes use points to separate them. Most of the time I do not use separators at all.
Read More ...
  • java
  • python

Java builder pattern for testers too

14 Oct 2020 · 4 min read
The java builder pattern is an alternative way of constructing objects. The java builder pattern is useful for testers too.
Read More ...
  • java

Saving internal data in a file with Python

7 Oct 2020 · 3 min read
Some automated tests failed. In this case you want to analyse what went wrong. It can be hard to analyse the cause of the problem.
Read More ...
  • python

Create a mock application with Flask

30 Sep 2020 · 3 min read
At the start of a new project, the testing is very easy. The software guys create a basic application that you have to test.
Read More ...
  • api
  • flask
  • python

Testers can learn from the Hunger games

23 Sep 2020 · 3 min read
Recently I read the first book of The Hunger Games Trilogy written by Suzanne Collins. The book is also very interesting if you think a little bit deeper about it.
Read More ...
  • agile
  • ««
  • «
  • 1
  • 2
  • 3
  • 4
  • »
  • »»

© The Testing Pirate 2022 · CC BY-SA 4.0