TestProject

Transforming Recorded TestProject Tests Into Java Code

The TestProject team published a new feature that allows us to transform our recorded tests into Java code and download the generated code. This blog post explains when this feature is useful to us and describes how we can use this feature. After we have finished this blog post, we: Know when we should transform […] Read more

Java Testing Weekly 10 / 2019

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

Java Testing Weekly 7 / 2019

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

Using TestProject Actions in Our Test Classes

After we have have written custom TestProject actions, we want to use them in our test classes. Unfortunately, we have no idea how can do it. During this blog post we will write two tests for the search function of my blog and both test classes use the custom actions which we wrote in the […] Read more

Java Testing Weekly 6 / 2019

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

Adding Input and Output Parameters to TestProject Actions

When we use TestProject addons in a real software project, the odds are that we want to write actions which have input and output parameters. This blog post helps us to solve that problem. After we have finished this blog post, we: Know how we can add input and output parameters to TestProject actions. Understand […] Read more