Xebium
Xebium copied to clipboard
Xebium provides Selenium (webdriver) bindings for FitNesse, with Selenium-IDE support
I generally prefer the latter when possible - the only downside is you don't get screenshots when the text does not match (but you do get screenshots when the element...
i noticed that waitFor in combination with a Not condition i.e. waitForElementNotPresent always waits for the maximum specified timeout, even when the condition is matched instantly. This seems to be...
Hello, I've had exception errors in Xebium (via Fitnesse) when trying to run Java Scripts compiled in 1.7 (OS X). However after recompiling the project and appropriate jar files to...
The existing verifyElementPresent method is not reliable to test if a locator is displayed. I may be present, but not displayed.
I have a scenario where I need to verify that $0.00 is not appearing in certain field/table. I have used verifyNotText and VerifyNotTable commands to check this scenario and they...
I've upgraded Xebium to use Selenium 2.38.0. This version of Selenium has upgraded guava from 0.14 to 0.15. Unfortunately it appears guava 0.15 makes our FitNesse tests fail to start....
Currently we're working our way around some of the issues we see with Xebium, combined with Slim Script tables. - check vs ensure - waitFor statements need ensure, otherwise they're...
I'm not sure if this would be possible, but it'd be quite nice to be able to add links to any screenshots made by Xebium into the test results of...
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...