Contents:
StackOverflow
Meta
Archives
a
Category Cloud
-
Blog Stats
- 6,821 hits
@Twitter
- Hey @kfc_india Stop turning rainforest to trash. Your secret recipe for destruction is #KFCnogood for tigers. bit.ly/JKMICm 6 days ago
- Dear @Amazon @Microsoft & Apple (@appstore): time to drop dirty coal & innovate like @Facebook. We want a #cleancloud! act.gp/IQ9l4R 1 month ago
- Jump Start FitNesse with Sahi using Generic Fixture wp.me/pfWu-29 2 months ago
Author Archives: anubhava
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 acceptance tests, automated acceptance tests, download, DSL, fitnesse, generic fixture, install, java, sahi, selenium, software-development, tdd, test driven development, variable, web testing
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 acceptance tests, bsh, fitnesse, generic fixture, java, tdd, test driven development, variable, web testing
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 acceptance tests, fitnesse, generic fixture, java, jms, tdd, test driven, test driven development
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 acceptance tests, database, database testing, fitnesse, generic fixture, java, oracle, query, tdd, test driven development
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 acceptance tests, fitnesse, generic fixture, java, tdd, test driven development, variable, variables
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 acceptance tests, DSL, fitnesse, generic fixture, java, selenium, tdd, test driven development, variable, web testing
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 acceptance tests, automated acceptance tests, EJB, fitnesse, generic fixture, java, tdd, test driven development, variable
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 acceptance tests, automated acceptance tests, download, DSL, fitnesse, generic fixture, install, java, selenium, tdd, test driven development, variable, web testing
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
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