Tag Archives: ParkCalc

ParkCalc automation – Keyword-driven tests in FitNesse

To conclude the ParkCalc mini-series, I choose to work through test automation using keywords with FitNesse. As I was using Selenium mostly with RobotFramework, I decided to use Selenesse for the integration into the FitNesse environment. Here is the write-up … Continue reading

Posted in Agile Testing, FitNesse, Testing, Weekend Testing | Tagged , , , , | 1 Comment

ParkCalc automation – Templates for data-driven tests

As pointed out earlier, I wanted to work through a test for ParkCalc using templates. As this did not seem to work, and I got no clue why, I gave up and postponed it. Today I was able to take … Continue reading

Posted in Agile Testing, Testing, Weekend Testing | Tagged , , , | Leave a comment

ParkCalc automation – A short reflection

Over the course of the past week or so, I wrote some blog entries on ParkCalc automation. Today I decided it’s time for a brief wrap-up on what I learned over the course. You can find the four parts written … Continue reading

Posted in Agile Testing, Retrospectives, Testing, Weekend Testing | Tagged , , , | 4 Comments

ParkCalc automation – BDD style tests

In the comments on one of the previous blog entries in this series, Pekka Klärck pointed out that another great way to refactor a keyword-driven test to a data-driven is the usage of templates within Robot Framework. Before doing this, … Continue reading

Posted in Agile Testing, Testing, Weekend Testing | Tagged , , , | Leave a comment

ParkCalc automation – Refactoring a keyword-driven test

Today, we’re going to continue our ParkCalc automation excursion. We will take a closer look on the second test in the provided test examples, the keyword-driven format, and see how we can improve it. Please note that I added an … Continue reading

Posted in Agile Testing, Testing, Weekend Testing | Tagged , , , | 1 Comment

ParkCalc automation – Refactoring a data-driven test

Over the weekend I introduced into ParkCalc automation. Today, we will take a closer look on the third test in the provided test examples, and see how we can improve it. Before I do this, I will point you to … Continue reading

Posted in Agile Testing, Testing, Weekend Testing | Tagged , , , | 4 Comments

ParkCalc automation – Getting started

This week Gojko Adzic wrote about the anatomy of a good acceptance test. After having read his elaboration, I remembered how I came up with the preparation for the EWT19 session some weeks ago. We used RobotFramework to automate tests … Continue reading

Posted in Agile Testing, Testing, Weekend Testing | Tagged , , | 11 Comments