Jay Librarian – Jayway’s Book Management System
It all has started as a competence project. At Jayway we have a practice of combining competence development with developing of some useful applications that we would use in our…
It all has started as a competence project. At Jayway we have a practice of combining competence development with developing of some useful applications that we would use in our…
Very often I hear testers wondering how to pass data from step to step in Cucumber. I usually store important data in variables or, for instance, store user data in…
Working as a consulting test manager in my latest project, a new website with 20 local sites, I was planning user acceptance testing which would be done by using all…
I am sure everybody has heard about Cucumber ( https://github.com/aslakhellesoy/cucumber) – a tool for Behaviour Driver Development where you describe software behavior in natural language that your customer can understand.…
There are a few simple steps to get nice graphic presentations of FindBugs results using Maven. First, to enable FindBugs reporting in Maven, just add report section to your pom files, something like example below, but of course, you can do your own configuration.