Profile Picture

The Testing Pirate

Software Test Automation

  • Home
  • Articles
  • Howto
  • All Posts
  • About

Create a python test environment from scratch

9 Sep 2020 · 3 min read
To automate tests, you can make use of a test environment. It is possible to make it by yourself. But why should you?
Read More ...
  • pytest
  • python

diffmerge the tool I always wanted

2 Sep 2020 · 2 min read
Our test output data contains several long output files with very long lines. If the test fails it is hard to see where to see the problem in that line.
Read More ...
  • diff
  • test-data

API Reply validation with Python

26 Aug 2020 · 5 min read
In a previous post we did created some tests with hypothesis to generate input date for us. In that post, there was a validation class to validate the password.
Read More ...
  • api
  • python

Upload a file to a remote ssh server with java

19 Aug 2020 · 2 min read
There is a new feature on our system. We receive from a third party a file. My tests create such a file.
Read More ...
  • java
  • ssh

Web automation in java with no browser

12 Aug 2020 · 2 min read
Chrome has a headless option. In that case chrome launches without an interface. There is an other way to do web automation in java with no browser.
Read More ...
  • api
  • java

Let your test automation choose the input data

5 Aug 2020 · 4 min read
What if you do not need to figure out what test data you have to put into your tests? That sounds like something impossible?
Read More ...
  • automation
  • hypothesis
  • property-based-testing
  • python

Is reviewing code a risk ?

29 Jul 2020 · 5 min read
Some years ago, I was part of a small team in a big company. This company had locations all over the world.
Read More ...
  • ministry-of-testing

API testing with python requests

22 Jul 2020 · 2 min read
Testing API’s in python is not difficult. We only need a library that can call a web service to test a REST API.
Read More ...
  • api
  • python

Get the value from a map in java

15 Jul 2020 · 3 min read
I recently created some cucumber tests to test a mapper module in our system. The tests converts data from an input data structure to another data structure.
Read More ...
  • java

Testing is like playing music

9 Jul 2020 · 3 min read
I have 2 passions, so let’s combine them. In the Slack channel The Bloggers Club of Ministry of Testing there was a call to make a blog post with topic: Testing is like.
Read More ...
  • ministry-of-testing
  • music
  • ««
  • «
  • 3
  • 4
  • 5
  • 6
  • 7
  • »
  • »»

© The Testing Pirate 2023 · CC BY-SA 4.0