TestProject

Introduction to TestProject OpenSDK

This blog post provides an introduction to the TestProject OpenSDK. After you have read this blog post, you: Know what TestProject OpenSDK is. Can identify the benefits of using the TestProject OpenSDK. Understand how the TestProject OpenSDK works. Know what are the main differences between the TestProject SDK1 and the TestProject OpenSDK. Let's begin. This […] Read more

TestProject Best Practices

I have written quite a bit about the TestProject framework, and my TestProject tutorial provides us the technical skills which we need when we write tests for our web applications. This is a good start, but it's not enough. Before we can truly master a tool, we have to learn to use it in the […] Read more

Writing Custom Web Element Actions With TestProject

We can remove duplicate code from our TestProject test suite by using web actions. Even though web actions make our life easier, they have a access to the entire DOM, and this can make our test code more complicated than it could be. This blog post describes how we can solve this problem by using […] Read more

Java Testing Weekly 23 / 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

Running TestProject Tests on a Local Development Environment

The TestProject framework provides support for running TestProject tests and actions on a local development environment, and this blog post explains how we can use this feature. After we have finished this blog post, we: Know how we can obtain our developer key. Understand how we can pass input parameter values to the invoked test […] Read more

Java Testing Weekly 18 / 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