Previously we have added 2 new error types to Fitnesse; apart from the normal error. The 2 error types that we have used are: - Log error (we have cases where...
andwal
anders.wallsten@...
Nov 4, 2009 3:06 pm
14113
Python FIT is currently homeless. If someone would like to pick it up and begin maintaining it, I would be happy to offer any insight as to what I was thinking...
I will admit from the get go that I am probably doing something that should be very simple just a little bit wrong. However, if I try to download fitnesse to...
Hi Mike, I am using Fitnesse Dot Net dll(Release 1.8) downloaded from your site-http://www.syterra.com/FitnesseDotNet.html.'defined actions' is supported in...
... The memory problems with TestRunner have been resolved. You could go back to using that if you like. That's what I do. ... Robert C. Martin (Uncle Bob)...
... There was an 0.8a3, but it had a minor install problem and eventually got deleted from the Cheese Shop (I think.) You might be able to get it from someone...
... Thanks Uncle Bob, I may do that. One benefit I see from sticking with the Trinidad runner is that I can have multiple executors configured on one hudson...
Has anyone run Fitnium with Internet Explorer? I'm using the latest build from Fitnium but when I try to get my scripts to run in IE, for coverage so we are...
In IE7 (maybe other IEs -- I didn't check), on the FitNesse Search page, there's a problem where the Tags textarea has no width. I was able to fix this in my...
With some time and a crash-course in makefiles, I managed to get Doug Bradbury's CSlim source building/running on Mac OSX, yay! I'm having no such luck on...
See http://syterra.com/FitSharp.html to get my latest .NET work on test tools. fitSharp is my new name for .NET test tools, including further enhancements to...
Hi, We're working on a large project and our fitnesse tests are taking more than 10 minutes to run. We can still do something else when the build is running...
Hi, I've developed a new plugin based on Test History functionality: display test history of current page and children. + Filtering based on Pass/Fail it also...
This is my first time using Git, so I am stumbling a bit... I've made the changes to my local branch, and all compiles. When I run Fitnesse and browse to a...
Hello, I'd like to propose to include the following converter to fitSharp, so that everybody can convert enums in .net out of the box. Thoughts? Regards, ...
Is it possible to run multiple tests concurrently? I have a test suite that uses Selenium, and it takes a really long time for it to complete. It would finish...
I think I've jumped in the deep end here... My end goal is to test my (SmartCliet based) web app. I hit a wall trying WebTest, but have had some luck with...
Hi Tony, Writing a guide is on my list of things to do. Given your prompting, I will aim to get on to it in 2-3 days. I'll answer your immediate questions...
Consider the following Symbol related test on SliM: !|script|java.lang.String|STRING_VALUE| ... !|script|java.lang.String|$VAR | ... I was expecting to...
Consider the following Symbol related test on SliM: !|script|java.lang.String|STRING_VALUE| ... !|script|java.lang.String|$VAR | ... I was expecting to...
Hi Tony, Here's Darren Rowley's explanation for Firefox profiles. We will add it to the SpiderFixture documentation once Darren has git working on sourceforge....
Hi Sanjeev, Slim is only guaranteed to work correctly with Strings stored in symbols. There are some ways around that. Specify a meaningful string identifier...