Skip to content
The Testing Pirate

The Testing Pirate

Category: How To

Butterfly of Will Beckers

Upload a file to a remote ssh server with java

August 19, 2020

There is a new feature on our system. We receive from a third party a file. My tests create such a file. Then they…

Neerhelst

Web automation in java with no browser

August 12, 2020

I needed a framework to call a webserver, just to verify if something is shown on the page. I did not want to use selenium.

Bee on flowers

Let your test automation choose the input data

August 5, 2020

What if you do not need to figure out what test data you have to put into your tests? That sounds like something impossible? No it is not. There is a way to do this. This post will show how to test with a framework that will find edge cases.

Gate

API testing with python requests

July 22, 2020

API testing is not that difficult. If you use python, there is a library written for us. It even can handle bearer tokens to log in.

Bank

Get the value from a map in java

July 15, 2020

I wrote some code to set data in a java class. I was not satisfied with the code. It looked to weird. But I found a solution.

Cube of Glass

xslt transformations in Java

May 2, 2020

How should we test xslt transformations in java? Is the solution that we found on the most examples located on the internet suitable for us? In our case we still had problems that our tests where failing. The solution is not correct. This means we need another approach.

Arrows

Swiping on a touch screen

June 12, 2019

We had already a few months a problem on the machines touchscreen that our interface behaved differently with a finger swipe as with a mouse drag and drop.

Posts navigation

Previous 1 2 3

Popular articles

  • Three words in python strings
    How To Three words in python strings
  • Days between two dates
    How To Days between two dates
  • Count Digits in Python Strings
    How To Count number of digits in a string

Categories

  • Articles
  • Conferences
  • How To

Recent Posts

  • Days between two dates
  • Count number of digits in a string
  • Three words in python strings
  • Sort numbers with python
  • Why do you blog ?
Copyright The Testing Pirate. All rights reserved. | Theme by SuperbThemes