In FIT Fixture I know we can make use of Fixture.setSymbol But what is the right way to do in SLIM fixture? For example, I am writing a TableTable fixture, and...
Hi Sumit, Thanks for responding to my post on yahoo groups. We have also come to a conclusion that Selenium will be a good candidate for testing our web...
Hi again, I increased the timeout but the problem still happens. I will explain a bit more my problem. I have a job which executes a suite with 10 Fitnesse...
Having had a similar problem recently, this does sound like you have a thread that doesn't want to stop because FitNesse thinks it is still busy. I've been...
Pablo, Dan, ... I'd venture to guess that there's something in the shutdown of Pablo's app-under-test that hangs. We used to have problems like these, but...
Hi everybody, you are right, I had some problems with the tear down in my tests. Finally, the problem was solved closing all the windows opened during the test...
Hi All, I am following the steps of a tutorial on line: http://blog.coryfoy.com/2005/11/fitnesse-and-net-a-basic-tutorial/ In this tutorial, we are developing...
... Well if you're using FitLibrary in java to run fit then you can add this line and you should get a per table timing and even a tool tip in html to show...
Hi Mike, Thanks for your advice. I installed the latest version you suggested and re ran the test. I also tried following the other tutorial you mentioned. In...
Any hints on this? Now I have only a workaround of saving result to a singleton, and have another decision table fixture to get the result which can be save to...
Why do you want to manipulate the symbol inside your code? You should just write methods that take an input and return a value. Then you can leverage FitNesse...
Are we able to use fitlibrary with efitnesse? I´m having issues when trying to run it, this is my page: !path fitlibrary.jar !path fitnesse.jar !path...
I'm starting work on a mechanism to plug-in custom logging classes that I think will be able to handle a variety of profiling and timing use cases. Hopefully...
I assume you've tried this all in regular fitnesse first? What "issues" are you having, you don't say? It pretty much looks fine, you might want to remove or...
All, I'm trying to reference a value from a different column in the same decision table to be able to parse an expression: This is how it looks like: ...
Hidilmervalecillos ... which does not work, because "$value + 0.01" is treated like a string and thus results in "300.0 + 0.01" (even though, in this case,...
enclose the variable content in literal delimiters: !define x {!-#hello-!} ... -- Cheers, Mike Stockdale /fit/Sharp <http://fitsharp.github.com> Syterra...
hi Darren, thanks for the help... I´m getting results *Assertions:* 0 right, 0 wrong, 0 ignored, 0 exceptions and when i check the errors occurred, I can see...
Sorry can't say I've seen that message, I'd never heard of efitnesse before yesterday, if you can get this basic scenario running in plain vanilla fitnesse...
hi Darren, thanks for the help... I´ll try to do what you said (check only with fitnesse + fitlibrary) Regards!! ... hi Darren, thanks for the help... I´ll...
Hi, I pushed an update for dependency management for fitnesse master. As of now, dependencies are managed by Ivy and do no longer need to be incorporated in...
Hi All, I am facing an error with my suite page. i was editing that suite page and after i saved the contents, i got an error - java.lang.RuntimeException:...
Looks like something on the suite page is crashing the parser. You can go to the contents.txt in the directory of the suite page and change it with a regular...