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:
| myVar=method1 | arg1 | arg2 | | returnValue |
….
….
or You can use a variable “params” in [...]
Archive for April, 2008
Use of variables, arrays and complex types in Generic Fixture
Posted in acceptance tests, fitnesse, generic fixture, java, tdd, test driven development, variable, tagged fitnesse, generic fixture, java, tdd, test driven development, variables on April 11, 2008 | 28 Comments »