Author Archives:

About anubhava

16 years of working experience in IT industry. Presently working as Lead Software Architect/Engineer with a Fortune 500 IT company in US. My LinkedIn Profile: http://www.linkedin.com/in/anubhavasrivastava

Jump Start FitNesse with Sahi using Generic Fixture

Sahi is one of the popular automated web test tool these days. Recently a comment was made by Mr Tom Heintzberger on my blog post here on Use of variables, arrays and complex types in Generic Fixtureregarding use of Sahi … Continue reading

Posted in download, DSL, fitnesse, generic fixture, install, java, tdd, test driven development | Tagged , , , , , , , , , , , , , , | Leave a comment

Writing Advanced Generic Fixture Test Scripts (loops, conditions etc)

It’s been really long time since I wrote my last article on Generic Fixture and FitNesse. My projects kept me on my toes for most of the time but in between whatever time I got I was probably just too … Continue reading

Posted in fitnesse, generic fixture, java, tdd, test driven development | Tagged , , , , , , , , | Leave a comment

Testing a JMS server using Generic Fixture

Its been a while since I posted my last blog on Generic Fixture. In my previous posts I demonstrated how to make use of Generic Fixture to write automated web tests, database tests, testing EJBs etc. Let’s see how to … Continue reading

Posted in fitnesse, generic fixture, java, jms, tdd, test driven development | Tagged , , , , , , , | 1 Comment

Database testing using Generic Fixture

As I have mentioned in my Introduction to Generic Fixture post that we can use Generic Fixture to write acceptance tests to validate almost any type of Java application. In my previous posts I demonstrated how to make use of … Continue reading

Posted in database, fitnesse, generic fixture, java, oracle, tdd, test driven development | Tagged , , , , , , , , , | 11 Comments

Use of variables, arrays and complex types in Generic Fixture

Please visit Introducing FitNesse’s Generic Fixture for introductory details about Generic Fixture.Here we shall see how we can use variables in Generic Fixture.You can use a variable myVar in test tables like this to store return value of method1: | … Continue reading

Posted in fitnesse, generic fixture, java, tdd, test driven development | Tagged , , , , , , , | 43 Comments

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

Testing EJBs using Generic Fixture

As I have mentioned in my Introduction to Generic Fixture post that we can use Generic Fixture to write acceptance tests to validate almost any type of Java application. In my previous post I demonstrated how to make use of … Continue reading

Posted in fitnesse, generic fixture, java, tdd, test driven development | Tagged , , , , , , , , | 8 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

Download and Install Instructions

Install Requirements You must have FitNesse framework installed on your computer and FitNesse server must be running on the computer where Generic Fixture is being installed. To download Generic Fixture Download the jar file genericfixture.jar containing full source code and … Continue reading

Posted in download, fitnesse, generic fixture, install, java, tdd, test driven development | Tagged , , , , , , , , | Leave a comment