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
TestProject
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
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
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
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
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