I saw a while back that Rick had been automating Selenium tests using FitNesse. Is anyone else doing that? We're going to be working today on doing that from...
Hi Parag, You can download JWebFit from http://sourceforge.net/svn/?group_id=61302 . You have to sync it and compile it yourself. Hope this helps chuan...
I currently have a fixture that many folks are using internally and now the question has been brought up "Why are we not all just using the same fitnesse...
... We do it both ways. One of our teams (around 30 devs) has all of their Fitnesse suites on a central server. We have around 10GB of memory (6GB RAM, 4GB...
We have FitNesse in CVS with a central (read only) server. CVS checkout is executed twice a day to this server. This means that everybody can execute the tests...
Stephan Wiesner
stephan.wiesner@...
Sep 3, 2006 2:16 pm
6479
... documents ... course. ... This implies: * Nobody changes pages (modify, add, remove, relocate, ...) on the central server (except through CVS checkout) *...
... Yes, the central server is readonly. ... It is used mainly to read the specification. Our nightly tests are executed on this system as well, but most tests...
Stephan Wiesner
stephan.wiesner@...
Sep 4, 2006 12:58 pm
6481
I'm in London for the Google Automated testing conference (I'm speaking on storytests and the very latest FitLibrary). If: o Your company is in London; and o...
Hi Simon, Due to some misunderstanding, Micah didn't change FitNesse to automatically run SuiteSetUp on running a single test. One solution is to mark the...
I am less concerned with version control ( we have a subversion plugin that we wrote). I am more concerned with resource utilization on a central server. ...
... a Test ... under a ... and ... associated ... 40yahoogroups.com>, ... not ... with ... Hi Rick, That does the trick, thanks very much! Regards, Simon...
... That's what we have now. Processor doesn't seem to be as bad, but you want a *lot* of memory. We just upgraded ours to 6GB RAM, 4GB Virtual with a limit of...
Hi Every body I am the youngest menber of this group.I have downloaded fitnesse and unzipped it.I also have downloaded JRE5 update6 and set the class path ...
Hi. I had the same problem at the beginning. I did everything with the path. The only place I didn't write the path was my front door. :)) I got suggestion...
... "defaultPath" is the important word here. Since Fitnesse20060719 "defaultPath" is used written as Java class path. This basically indicates that no "!path...
A delta release of FitLibrary for FitNesse is available at https://sourceforge.net/projects/fitlibrary/ Why delta? ... This release has some major changes in...
I feel stupid even posting this, because I can give you little in the way of hard facts that might account for our problem, but we are at our wits' end. I'm...
My guess would be the same as yours... two tests are trouncing on each other. Are you sure that these are no shared resources being used by the acceptance...
Are there any plans to support using XPath expressions to address elements and test elements in HTMLFixture? Or is this already supported and I just missed it...
Elliotte Harold
elharo@...
Sep 6, 2006 9:02 pm
6495
What version of HTMLUnit is HTMLFixture compatible with? The latest version is 1.9, but that appears to die on Ste Value commands with a stack trace like this:...
Elliotte Harold
elharo@...
Sep 6, 2006 9:03 pm
6496
Nevermind - wrote my own error handler, very complete, very elaborate, really slick and one I'm quite proud of <g>. I have deadlines to meet and while perhaps...
Two things bothered me about the initial two-minute example that confused me and kept me from figuring out how FitNesse worked for quite some time. I've gotten...
Elliotte Harold
elharo@...
Sep 6, 2006 9:12 pm
6498
... From: "Elliotte Harold" <elharo.at.metalab.unc.edu@...> To: "fitnesse@yahoogroups.com" ...
Hi Lisa - Nothing rings a big bell for me. - Have all the tests ever run successfully on the new server? It sounds like "no", if I understand you. - Is...
Hi, o As noted in the user guide, this version does not depend on Fit but continues to inter-operate with it. This could break specialised code in your...