TestProject

Packaging TestProject Tests and Addons With Gradle

Before we can publish our tests and addons on the app.testproject.io website, we have to package our tests and addons to jar file. This blog post describes how we can create a Gradle project that can create the required jar file. After we have finished this blog post, we: Understand how we can get the […] Read more

Java Testing Weekly 41 / 2018

There are many software development blogs out there, but many of them don't publish testing articles on a regular basis. Also, I have noticed that some software developers don't read blogs written by software testers. That is a shame because I think that we can learn a lot from them. That is why I decided […] Read more

Introduction to TestProject

This blog post provides an introduction to TestProject framework. After we have finished this blog post, we: Know what TestProject is. Can identify the key features of the TestProject framework. Are familiar with the architecture of the TestProject framework. Let's begin. This blog post is the first part of my TestProject tutorial that is sponsored […] Read more