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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 10404 - 10433 of 14141   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10404
I'm not able to run a test which has long classpath from DOS command prompt (XP). Did any one encouner this issue? Any workaround suggestions greatly ...
pudur
Online Now Send Email
May 1, 2008
11:52 pm
10405
If the class path has embedded spaces, enclose the entire path in quotes ("). Instead of supplying the classpath on the command line, set the CLASSPATH...
Andy Dassing
andydassing
Offline Send Email
May 1, 2008
11:54 pm
10406
Just wanted to say that my company just started playing with it and we love it. Thanks for a great product. Mike ... implemented a ... FitNesse a ... as ... ...
mike_longin
Offline Send Email
May 2, 2008
1:38 pm
10407
We do not have "spaces" issue. so what you are suggesting is to use SET CLASSPATH="long clss path here" in a BAT file and just run the TestRunnuer? -p ... ...
Pudur Ramaswamy
pudur
Online Now Send Email
May 2, 2008
8:25 pm
10408
It depends on which BAT file is in question. Setting CLASSPATH in the run.bat only supplies FitNesse with that class path for subsequent test kick-offs in the...
Andy Dassing
andydassing
Offline Send Email
May 2, 2008
8:28 pm
10409
I have used dofixture from C# extensively. Now I need to develop fixture for our cpp project. I have defined my test cases using Dofixture, and now notice that...
chrisxiao_usa
Offline Send Email
May 2, 2008
9:42 pm
10410
Hi there, I have a few problems with using fitnesse for acceptance testing a workflow application and I would like to talk to you about this. I like to extend...
Mark Fink
mark.fink
Offline Send Email
May 5, 2008
11:47 am
10411
Hi Mark. Python FIT does not currently work with Jython, unless the current version of Jython has added a few missing library routines. Since I'm not a Java ...
John Roth
jhrothjr
Offline Send Email
May 5, 2008
3:34 pm
10412
I am using the following command for formatting the raw html results file. The raw html file is generated from running a fitnesse suite which has around 3000...
Venugopal
venugtk
Offline Send Email
May 5, 2008
8:53 pm
10413
The timeout is hardcoded at 10,000 milliseconds (10 seconds) internally to FitNesse (fitnesse.jar.) The timeout is used to check the "productivity" of the...
Dassing, Andrew
andydassing
Offline Send Email
May 5, 2008
9:16 pm
10414
... Just a comment. Instead of changing the FitProtocol/FitServer etc., it is much simpler to to apply different subsets of our test cases to different ...
jenisys815
Offline Send Email
May 6, 2008
11:26 am
10415
Is there any chance to combine response from DbFit with Selenium. What I want to achieve is to verify GUI against DB. On my GUI I havea text like: "Your...
andrjum
Offline Send Email
May 6, 2008
12:57 pm
10416
... 1. you can extend the webtest fixture and create your own verification, that takes a symbol value for the balance. then load the stuff from the database...
Gojko Adzic
gojko_lastname
Offline Send Email
May 6, 2008
1:42 pm
10417
My company uses a different UI tool called SWAT that has this kind of functionality built in. (http://sourceforge.net/projects/ulti-swat/) To accomplish this:...
mike_longin
Offline Send Email
May 6, 2008
2:21 pm
10418
Hi John, thanks for your answer and your help in clarification of the topic. I still hope to find someone here who would be interested in a discussion on how...
Mark Fink
mark.fink
Offline Send Email
May 7, 2008
7:02 am
10419
Hi there, I want to use config variables in fitnesse to configure e.g. environment connection (host, pwd) to access my system under test. This configuration I...
Mark Fink
mark.fink
Offline Send Email
May 7, 2008
7:41 am
10420
... I did this. Not bad :-)) If I click on the SuiteMyTestsResults.xml file I get the XML (<testResults><result>...) displayed in the browser. Is there an easy...
Mark Fink
mark.fink
Offline Send Email
May 7, 2008
9:20 am
10421
Thanks Gojko. Any clue on how to do this? I saw your fixture gallery which I am thankful for, there is a chapter regarding symbols, but I don't know how would...
andrjum
Offline Send Email
May 7, 2008
12:12 pm
10422
You got it! The !defines are inherited from all parents up the tree, so place "global" variables in a root node, and they'll be accessible to all child pages...
Dassing, Andrew
andydassing
Offline Send Email
May 7, 2008
2:22 pm
10423
I use VC++7.1 to build Cppfit sucessfully. and I also write a small columnfixture, that also works fine. My existing project is VC++ Windows console...
chrisxiao_usa
Offline Send Email
May 7, 2008
4:20 pm
10424
Thank you. I got the source and started messing with the code but it did not work out. I underlying problem was more than just the timeout. The real problem...
Venugopal
venugtk
Offline Send Email
May 7, 2008
4:27 pm
10425
... parameters. Example: java -Xms500m -Xmx2g -cp fitnesse.jar fitnesse.FitNesse -p 2085 The actual values may need to be lower if your server doesn't have the...
Andy Dassing
andydassing
Offline Send Email
May 7, 2008
4:37 pm
10426
Depends whether you are using java or .net. if .net, then just load the symbol cell handlers for FitLibrary with !|Cell Handler Loader| ... then use >>symbol...
Gojko Adzic
gojko_lastname
Offline Send Email
May 7, 2008
5:54 pm
10427
We have been successful in integrating Fitnesse into our development cycle for one of our projects that use C#. We have another project that we are evaluting...
rhunter_71
Offline Send Email
May 8, 2008
12:35 pm
10428
Hi all, Does anyone have any experience with using code coverage analysis tools with .net fitnesse? I'm currently searching for a good tool to use that runs...
Kevin Lundberg
kevinrlundberg
Offline Send Email
May 8, 2008
12:36 pm
10429
I looked at this very briefly a few months ago. I couldn't figure out what a Fixture would talk to in a ColdFusion system. CF appears to be like a jsp tag...
Bob Koss
rskoss
Offline Send Email
May 8, 2008
1:08 pm
10430
You can also set the variable as a system property and pass it in command line. -Dproperty=value We use this mainly for different environments using ant to run...
Carl Bray
carl_bray
Offline Send Email
May 8, 2008
2:33 pm
10431
Do you all have either of the Team Editions of VS? Cory ... From: "Kevin Lundberg" <klundberg@...> To: fitnesse@yahoogroups.com Sent: 5/7/08 1:48...
Cory Foy
cory_foy
Offline Send Email
May 9, 2008
1:59 am
10432
Thanks Gojko apologies for the delay in reply (I've just become a father.) Could you spare me a minute or two to slightly expand your suggestion? Much obliged....
neil.hopkins26
Offline Send Email
May 12, 2008
12:52 pm
10433
I am completely new to FitNesse, and I have been trying to follow some of the available resources to get started. I am a test analyst and not a developer. We...
raymond6030
Offline Send Email
May 12, 2008
4:33 pm
Messages 10404 - 10433 of 14141   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