-
i'm using `| $VariableName= | is | storeText | on | //*[contains(@class, 'testPanel')]|` to create a variable and later use this variable with `| ensure | do | sendKeys | on | //*[contains(@id, 'textb…
pmmvr updated
8 years ago
-
I've created a C# fixture to drive web tests using Selenium Webdriver (see https://github.com/essenius/FitNesseFitSharpSelenium) using FitSharp (SLIM). This fixture works fine until FitSharp 2.7.0. Ho…
-
The JUnit style of checking values at a XPath works good for a limited set of values. When more values are to be checked, the code becomes unwieldy. A pattern to extract the check-data from the code i…
-
```
What steps will reproduce the problem?
1. Fitnesse: create a suite page (the "parent") with a symbolic link on
another suite
2. maven: run the "parent" suite
3.
What is the expected output? What…
-
Read a script wrote using a new human readable format
-
After a number of tests already written, if we change a method name in the automaton code, it should be possible to easily modify existing tests with the new methods. It should also retain the existin…
-
Receive error "java.lang.RuntimeException: Unable to parse XML from stream" when trying to move a test (?refactor&type=move) in version 20160515 or later.
D:\Fitnesse>java -version
java version "…
-
I like saving screenshots after errors.
I also like using 'check is' rather than 'ensure do', because it will show be right in the test results the difference between what was encountered and what wa…
-
I would like to use the BrowserTest fixture to simulate multiple simultaneous users in a single automated testing job, i.e., on Hudson or Jenkins.
Is it possible to start multiple Selenium drivers,…
-
In FitNesse 20160618 there are changes in signatures of some protected methods of fit fixtures - which might be affecting other products overriding them.
E.g. commit 9cd4e5b2befe3348529fad66d2fc6224b…