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
Spock Framework
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
The previous part of this tutorial described the structure of a feature method and helped us to specify the expected behavior of the system under specification. This time we will take a closer look at the where block that is used to provide input data for our feature methods when we are writing parameterized tests […] 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
The previous part of this tutorial described the structure of a Spock specification and helped us to write our first specification. Although it is important to understand the basics, our specifications are not very useful because we don't know how we can describe the expected behavior of the system under specification. This blog post fixes […] Read more