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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 11863 - 11892 of 14141   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11863
Below is the text mentioned in fitnesse.org for Execute command of HTML Fixture. "Execute (applies to script nodes) parameter: a condition on which to run this...
kishore_vb
Offline Send Email
Dec 1, 2008
2:38 pm
11864
Below is the html code of the file which I wanted to test using HTMLfixture , name of the file is ScriptPage.htm. <html> <head> <script type="text/javascript">...
kishore_vb
Offline Send Email
Dec 1, 2008
2:38 pm
11865
1) Don't use '.' but rather the standard '/' URL delimiter character. That way, I can have /com.foo/bar.car/1.0.0-SNAPSHOT -- Emil...
Emil Markow
emarkowe
Offline Send Email
Dec 1, 2008
2:39 pm
11866
... http://www.fitnesse.org/files/videos/SlimFitNesse.mov ... I started coding the Python implementation. I've got: ListDeserializer.py ListDeserializerTest.py...
Eddy Pronk
epr0nk
Offline Send Email
Dec 1, 2008
2:39 pm
11867
Hi, I recently experimented Fitnesse and Selenium for web testing. We need to download both softwares and you need to run Fitnesse and Selenium servers. Then...
Cs Cs
dotnetgurucs
Offline Send Email
Dec 1, 2008
2:40 pm
11868
You can also use the selenium remote control server and start them from within your fixture (I am doing this one time in the suite setup) and have your test...
Williams, Wesley
wesinkrakow
Offline Send Email
Dec 1, 2008
3:19 pm
11869
Hi Wes, We are also using a combination of fitnesse and Selenium.  Could you please elaborate (possibly with some example code) as to what is meant by "I am...
Robert Stagner
restagner
Offline Send Email
Dec 1, 2008
5:21 pm
11870
Hi all, we use the wiki import feature to have a different start page (with local parameters) on each server (development, testing, customer site,...) These...
Thomas Letzkus
thletzkus_g
Offline Send Email
Dec 1, 2008
7:23 pm
11871
!release 20081201 !3 FitNesse Release Notes 12/01/2008 !note Uncle Bob, Object Mentor, Inc. This is just a bug-fix release. If you hare having trouble with...
Robert Martin
rmartinoma
Offline Send Email
Dec 1, 2008
9:04 pm
11872
Below is the html code of the file which I wanted to test using HTMLfixture , name of the file is ScriptPage.htm. <html> <head> <script type="text/javascript">...
kishore_vb
Offline Send Email
Dec 2, 2008
6:34 am
11873
lets' say that I've got the following Value Object in my AUT. My RowFixture aims to read all Person rows from the db. Do I really, in order to test each row,...
Anton1
perola.anton...
Offline Send Email
Dec 2, 2008
2:13 pm
11874
Hello, on the release notes page of 20080812 <http://fitnesse.org/.FitNesseDevelopment.FitNesseRelease20080812> the following is stated: Preliminary support...
hatvani.andras
Offline Send Email
Dec 2, 2008
4:30 pm
11875
I had to stop working on it. Making it work robustly was not trivial and other projects are now consuming all my time. Even deciding on the appropriate "usage...
Dean Wampler
deanwampler
Offline Send Email
Dec 2, 2008
5:20 pm
11876
Hi There, I am using TestRunner.exe to test remote wiki pages using local dll. In order to do so I am only focusing on Test Suites by creating batch file...
pranitpatel
Offline Send Email
Dec 2, 2008
7:38 pm
11877
We have been using our own subversion plugin for a while now (> 2 years). A co-worker of mine, Scott Frederick, authored it. I believe he submitted it to you...
Jacques Morel
jacmorel
Offline Send Email
Dec 2, 2008
7:42 pm
11878
TestRunner will search all the DLLs you provide to find any classes specified in the test pages. So there is no direct link between test page names and DLL...
Mike Stockdale
jediwhale
Offline Send Email
Dec 2, 2008
8:12 pm
11879
Working on the SLIM runner for .NET, I had this insight about an underlying FIT/SLIM/XYZ testing model. We receive a Document (HTML format, SLIM format, ...),...
Mike Stockdale
jediwhale
Offline Send Email
Dec 2, 2008
8:22 pm
11880
I agree with you that there is not direct link between class name and test page name. So, I agree with you that TeRunner will search for the class name inside...
pranitpatel
Offline Send Email
Dec 2, 2008
9:30 pm
11881
Yes, you can specify c:\myDirectory\*.dll -- Cheers, Mike Stockdale FitNesse.NET <http://www.syterra.com/FitnesseDotNet.html> Syterra Software Inc....
Mike Stockdale
jediwhale
Offline Send Email
Dec 2, 2008
10:22 pm
11882
Hi There, I am new to FitNesse and trying to use command line utility TestRunner.exe. When I run test case through wiki everything is working fine but when I...
pranitpatel
Offline Send Email
Dec 2, 2008
11:02 pm
11883
FitLibrary's SetFixture (and ArrayFixture for ordered collections) will happily access private member variables as well as getters. Cheers, Rick...
Rick Mugridge
rickmugridge
Offline Send Email
Dec 3, 2008
9:59 am
11884
Hi, I've been playing around with Slim and have been migrating some of my current tests to use Slim with the latest build of FitNesse. I have come across a...
gaz_powell
Offline Send Email
Dec 3, 2008
2:12 pm
11885
I'm new to fitnesse -- just downloaded the latest version and extracted it to my C:\ drive. I went about trying to run a specific fitnesse acceptance test...
Robert Stagner
restagner
Offline Send Email
Dec 3, 2008
3:24 pm
11886
Further to my earlier post, I checked out the fitnesse source and debugged it. It appears that TableScanner.replaceVariables():75 does the variable...
gaz_powell
Offline Send Email
Dec 3, 2008
3:24 pm
11887
Sounds like your application is trying to get some information from an application configuration file. By default, .NET will look in FitServer.exe.config when...
Mike Stockdale
jediwhale
Offline Send Email
Dec 3, 2008
4:29 pm
11888
Well I tried this but didn't work either. Just to let you know I also have different configuration file for each test case which reside in same directory as...
pranitpatel
Offline Send Email
Dec 3, 2008
5:18 pm
11889
... Cool! ... See below. ... It's tricky to get this stuff working well. I think your problem is that you didn't call join on the runner before returning. ...
Robert Martin
rmartinoma
Offline Send Email
Dec 3, 2008
5:45 pm
11890
... Just make sure that you don't test any business rules that way. Testing business rules through the GUI is a *terrible* form of coupling. If you write...
Robert Martin
rmartinoma
Offline Send Email
Dec 3, 2008
5:47 pm
11891
Posted by: "Thomas Letzkus" Thomas.Letzkus@... thletzkus_gMon Dec 1, 2008 11:23 am (PST) ... Good. That's the intent. ... Well spotted! I just tried...
Robert Martin
rmartinoma
Offline Send Email
Dec 3, 2008
5:53 pm
11892
... There are three solutions. 1. Put a method in your Value object named getPersNo, and change the column header to getPersNo? (Depending on your environment...
Robert Martin
rmartinoma
Offline Send Email
Dec 3, 2008
6:02 pm
Messages 11863 - 11892 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