Search the web
Sign In
New User? Sign Up
fitnesse
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6692 - 6721 of 14131   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6692
Srivinas, Presumably you built your fixture using ThoughtWorks.Selenium.Core.dll . Try including the .DLL in your paths, not the .JAR . Works for me! As you...
pvlagsma
Offline Send Email
Oct 1, 2006
2:32 pm
6693
Can anyone give an example of how to get the fit.SummaryFixture working with FitLibraryServer? Thanks in advance for your help...
Srinivas Pavani
sp_us
Offline Send Email
Oct 1, 2006
5:12 pm
6694
Paul and Chris, Thanks for your responses. I finally solved it and let me share my mistakes so that others may benefit from this. It may be obvious to others,...
Srinivas Pavani
sp_us
Offline Send Email
Oct 1, 2006
5:17 pm
6695
Use the summary built-in action. I think it's still there, but I haven't checked the code yet. ... use ... John Roth Python FIT ... From: "Srinivas Pavani"...
yahoogroups@...
jhrothjr
Offline Send Email
Oct 1, 2006
7:53 pm
6696
Hello list, I have a SetFixture which checks that after some operation, the correct record is the only one in a database table. The basic flow of the test is...
Terence Lewis
slyterence
Offline Send Email
Oct 2, 2006
2:26 pm
6697
Thanks Ged, that's certainly a possibility and one I will look into more closely. I'll report back to the group when I have more. Stuart ...
stuart.fairweather@...
stuartfairwe...
Offline Send Email
Oct 2, 2006
9:56 pm
6698
We're having problems with our tests getting OOM errors. We ran the suite with a memory profiler and saw that the memory use just keeps going up and up....
Lisa Crispin
lisa_crispin...
Offline Send Email
Oct 2, 2006
10:15 pm
6699
I have seen the problem before on fitnesse.org and at some clients who have VERY large tests. First thing I would try is to fiddle with the -Xms and -Xmx java ...
Micah Martin
slagyr
Offline Send Email
Oct 3, 2006
2:24 am
6700
Tuning the -Xmx/-Xms option might temporarily help, but in my case, the suite execution was lengthend by hours - the garbage collector was glowing. One reason...
Andreas Thiel
andreas_thie...
Offline Send Email
Oct 3, 2006
8:05 am
6701
Hi. It definitly should be added to the trunk. But I also suggest that it be an optional feature. Florian Hehlen ... From: Andreas Thiel Date: 3.10.06 10:05 ...
Florian Hehlen
zenwork
Offline Send Email
Oct 3, 2006
2:49 pm
6702
We definitely have large tests. We have been using the -Xms and -Xmx command line options, but apparently we've gone beyond that workaround! I'll break up the...
Lisa Crispin
lisa_crispin...
Offline Send Email
Oct 3, 2006
3:30 pm
6703
I agree that it's probably the caching of results but just a heads up for a gotcha I ran into a couple of years ago. When working with Java and seeing OOM...
Scott Hogsten
scotthogsten
Offline Send Email
Oct 3, 2006
4:25 pm
6704
I ran into this issue with the release 20060719. When we rolled back to release 20050731, I didnt run into it again. ... have... ... one up ... all ... suite ...
arifyayalar
Offline Send Email
Oct 3, 2006
5:31 pm
6705
... contain ... up to ... 100 - ... start the ... But ... tests, ... Source) ... (Unknown ... Source) ... Source) ... (Unknown ... (Unknown ... ...
sPyo-o8
psy_008
Offline Send Email
Oct 3, 2006
7:15 pm
6706
Hi Terence, Good question, as it gets to the heart of an interesting issue of storytest expressiveness. Unfortunately, SetFixture only tests for specific...
Rick Mugridge
rickmugridge
Offline Send Email
Oct 4, 2006
12:32 am
6707
In the latest (delta) version of Java FitLibrary, you'll need to add ... And in your fixturing code, have the method: public Object summary() { return new...
Rick Mugridge
rickmugridge
Offline Send Email
Oct 4, 2006
12:40 am
6708
In the next release of (Java) FitLibraryServer, the reports returned to FitNesse are drastically shortened. I have changed it so that the reports for passing...
Rick Mugridge
rickmugridge
Offline Send Email
Oct 4, 2006
12:58 am
6709
This sounds like our exact situation. I look forward to this new release! ... FitNesse ... hundreds). ... who ... there....
Lisa Crispin
lisa_crispin...
Offline Send Email
Oct 4, 2006
1:35 am
6710
We haven't put in the new release because our own web app doesn't work with Java 1.5 (something to do with iPlanet) so we haven't upgraded Java. ... we've ... ...
Lisa Crispin
lisa_crispin...
Offline Send Email
Oct 4, 2006
1:35 am
6711
I split up my big suite today to try to fix the OOM errors. I used the 'refactor' feature to move the tests. I was horrified to discover, after I was all...
Lisa Crispin
lisa_crispin...
Offline Send Email
Oct 4, 2006
1:38 am
6712
Hi Lisa, That may be a problem with the latest FitLibraryServer then, as (I think) it depends on a simple change to fit.Fixture in the latest FitNesse release....
Rick Mugridge
rickmugridge
Offline Send Email
Oct 4, 2006
2:09 am
6713
Hi, Has anyone any experience with implementing this? Florian...
Florian Hehlen
zenwork
Offline Send Email
Oct 4, 2006
2:07 pm
6714
The refactoring tries to be helpful by finding all page references relating to the page you are moving and adjusting them. Usually this means using fully...
Micah Martin
slagyr
Offline Send Email
Oct 4, 2006
2:14 pm
6715
While at SD this year I spoke to David Chelimsky, who suggested that we store our Fitnesse tests in our source repository and have developers pull from their...
Stuart Foster
stuart7723
Offline Send Email
Oct 4, 2006
5:14 pm
6716
This may be of interest to you... Wikis and Source Control (with FitNesse, Subversion and CruiseControl.NET) ...
sPyo-o8
psy_008
Offline Send Email
Oct 5, 2006
8:27 pm
6717
I notice that when a page is included via the !include statement, the links in the page aren't corrected to be valid in the parent page. For example, if in...
taufiq_h
Offline Send Email
Oct 6, 2006
1:13 pm
6718
!include is a simple means to include content. The content that is included is treated as though it is part of the including page. Your observations are...
Micah Martin
slagyr
Offline Send Email
Oct 6, 2006
1:28 pm
6719
I don't know if this can help you, but we've had a similar issue: we had an EmailChecker, that is a sub-sub-...-subclass of DoFixture that was capable of...
Piergiuliano Bossi
pgbossi
Offline Send Email
Oct 6, 2006
4:51 pm
6720
I would like to be able to use Windows authentication to identify users and control access. We run on a windows domain and it would be nice to be able to pass...
mattdnichols
Offline Send Email
Oct 6, 2006
6:54 pm
6721
I'm trying to understand what makes a row equal to the values retrieved through the query() method. I don't really understand it. I had to create a wrapper...
Michael S. Daines
ax2groin
Offline Send Email
Oct 8, 2006
10:35 pm
Messages 6692 - 6721 of 14131   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help