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 the ‘variable’ Category
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 »
Introducing DSL Adapter for Generic Fixture
Posted in DSL, acceptance tests, fitnesse, generic fixture, java, selenium, tdd, test driven development, variable, web testing, tagged DSL, fitnesse, generic fixture on March 26, 2008 | 8 Comments »
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 especially for test authors, business people and end users.
When I published my Generic Fixture, there [...]
Testing EJBs using Generic Fixture
Posted in EJB, acceptance tests, fitnesse, generic fixture, java, tdd, test driven development, variable, tagged automated acceptance tests, fitnesse, generic fixture, java, tdd, test driven development on March 15, 2008 | 5 Comments »
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 Generic Fixture to write automated web tests. Let’s now see how to use Generic Fixture [...]
Jump Start FitNesse with Selenium using Generic Fixture
Posted in DSL, acceptance tests, download, fitnesse, generic fixture, install, java, selenium, tdd, test driven development, variable, web testing, tagged automated acceptance tests, download, fitnesse, generic fixture, install, java, selenium, tdd, test driven development on March 9, 2008 | 5 Comments »
Download FitNesse
Go to http://fitnesse.org/FitNesseDevelopment.DownLoad and download the the “Full Distribution (fitnesse200#####.zip)”. Unpack the zip into c:\program files. Once extracted you must have a directory c:\program files\fitnesse.
Download Selenium Remote Control (Selenium RC)
Go to http://selenium-rc.openqa.org/download.jsp and download the latest version (1.0-beta-2 at the time of writing this page). Unpack the zip into c:\program files. Once extracted you [...]