Category Archives: selenium

Introducing DSL Adapter for Generic Fixture

DSL (Domain Specific Language) is used to define problems in a specific domain. DSL, off late has gained a lot of focus due to its readability and ease of use. It is much more expressive than general purpose programming language … Continue reading

Posted in DSL, fitnesse, generic fixture, java, selenium, tdd, test driven development | Tagged , , , , , , , , , | 15 Comments

Jump Start FitNesse with Selenium using Generic Fixture

Download FitNesse Go to http://fitnesse.org/FitNesseDevelopment.DownLoad and download the the latest fitnesse.jar. Create a directory c:\program files\fitnesse\. Copy the downloaded fitnesse.jar into directory c:\program files\fitnesse. fitnesse.jar is an executable jar file so just double click this file and it will install … Continue reading

Posted in download, DSL, fitnesse, generic fixture, install, java, selenium, tdd, test driven development | Tagged , , , , , , , , , , , , | 27 Comments

Introducing Generic Fixture for FitNesse

I have been using FitNesse (A wiki based integrated testing framework) for last few years to create automated integrated acceptance tests for my back end Java based and legacy C/C++ applications. It has helped us tremendously towards our efforts to … Continue reading

Posted in fitnesse, generic fixture, install, java, selenium, tdd, test driven development | Tagged , , , , , , , , , | 39 Comments