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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 6332 - 6361 of 14131   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6332
Hi James, I tend not to unit test my Fixtures, but that's because I find the tests awkward to write, and I get pretty quick feed back from Fitnesse itself. ...
Helck, Christopher
c_helck
Offline Send Email
Aug 1, 2006
2:21 pm
6333
I have a fitnesse test that references a class file located in a jar which has been added to the classpath in fitnesse via a fully qualified pathname. When I...
trwsqrd
Offline Send Email
Aug 1, 2006
3:15 pm
6334
I was wondering if there is anyway to stop or abort a test if a condition fails when using ActionFixture....
Lars Nordin
lnordinpf
Offline Send Email
Aug 1, 2006
7:14 pm
6335
Hello, i coudn't find any information about this problem, i hope someone could help: Our AUT needs an authenticated user. Our idea was to secure the FitServlet...
ralf_tepler
Offline Send Email
Aug 1, 2006
8:16 pm
6336
There is no good way to stop the test. I tend to just kill the process. Best, Paul W Pagel www.objectmentor.com...
Paul W Pagel
xppagel1024
Offline Send Email
Aug 1, 2006
8:19 pm
6337
Thanks. It isn't critical for me. I was just looking for a way of aborting the remainder of a test if certain a condition or conditions failed at some point ...
Lars Nordin
lnordinpf
Offline Send Email
Aug 2, 2006
2:49 am
6338
You could truncate the parse tree. I'd suggest leaving a message, though. John Roth Python FIT. ... From: "Lars Nordin" ...
yahoogroups@...
jhrothjr
Offline Send Email
Aug 2, 2006
6:43 am
6339
... How would you do that in an ActionFixture table?...
Lars Nordin
lnordinpf
Offline Send Email
Aug 2, 2006
2:54 pm
6340
Override doTable() and then assign none to the .more attribute of the table. John Roth Python FIT ... From: "Lars Nordin" ...
yahoogroups@...
jhrothjr
Offline Send Email
Aug 2, 2006
4:44 pm
6341
I'm building my FIT pages to include all my requirements. I have tables for my FIT testables and tables with tests we would rather perform manually. These...
B. Whitfield
nixxin
Offline Send Email
Aug 2, 2006
6:56 pm
6342
I know you said "with ActionFixture", but if you could change to DoFixture from FitLibrary you could use "abandon storytest" which should do what you want. You...
Wes Maldonado
wesmaldonado
Offline Send Email
Aug 2, 2006
6:58 pm
6343
How do you add a column that contains a comment? Do I need to have a field in the underlying fixture that is the name of the column, or is there a special...
Robert Hanson
mvarobert1
Offline Send Email
Aug 3, 2006
1:18 am
6344
I think most versions you need to have a field. Just call it a string and it should work. John Roth ... From: "Robert Hanson" ...
yahoogroups@...
jhrothjr
Offline Send Email
Aug 3, 2006
1:49 am
6345
I have defined a variable VAR_A. Now I want to use VAR_A to create VAR_B Can I do that. !define VAR_A {HELLO} !define VAR_B {${VAR_A} + WORLD} Thanks...
tmd08
Offline Send Email
Aug 3, 2006
3:27 am
6346
... !define VAR_B (${VAR_A} WORLD) Fitnesse let's you define with either ()'s or {}'s for that reason. Of course, when you need to mix variables and SQL...
Cory Foy
cory_foy
Offline Send Email
Aug 3, 2006
3:55 am
6347
Do you have a DoFixture as the first fixture on the page? This is what handles the Comment tables. e.g....
Mike Stockdale
jediwhale
Offline Send Email
Aug 3, 2006
4:55 am
6348
... Mmh, interesting (and I know this solution was suggested in the past). But I just tried it out again with fitnesse20060719 (and the old version, one year...
jenisys815
Offline Send Email
Aug 3, 2006
8:55 am
6349
... a ... is ... You need to comply with the naming conventions of your FIT framework, not Fitnesse. For Java, Fitnesse provides the FIT framework. Therefore,...
jenisys815
Offline Send Email
Aug 3, 2006
9:17 am
6350
... It does that on mine as well, so you know what was defined. What do you ... Do you get ${VAR_A} WORLD or HELLO WORLD? -- Cory Foy ...
Cory Foy
cory_foy
Offline Send Email
Aug 3, 2006
12:01 pm
6351
Hi all, When I run FitServer.exe from CPP Test Tools\Lib folder from a fresh machine, I am getting the following error. "This application has failed to start...
Mathews RK
roshkmathews
Offline Send Email
Aug 3, 2006
12:06 pm
6352
... you ... HELLO WORLD Hey, it works. I think I was rather sceptic because the "variable defined: ..." feedback never showed what I was expecting. Therefore,...
jenisys815
Offline Send Email
Aug 3, 2006
12:23 pm
6353
VERIFY 2006 October 10-11 : Crystal City, VA An international software testing conference (VERIFY 2006) will be held 10-11 October 2006 at the Crowne Plaza...
Enjoy Testing
enjoy_testing
Offline Send Email
Aug 3, 2006
4:53 pm
6354
Hi. I am a new in a fitnesse world, and I run to the same problem with default path, only for all my tests. Where can I update the setup for this? I changed...
lskorikov
Offline Send Email
Aug 6, 2006
7:08 pm
6355
Hi. I have a situation where the individual test page runs with a well known to you error. The reason is "java.lang.NoClassDefFoundError: fit/FitServer", and ...
lskorikov
Offline Send Email
Aug 6, 2006
7:10 pm
6356
Is there a way (or is there already something like this) where users could define the default FIT runner in a configuration file? For example, if someone is...
Cory Foy
cory_foy
Offline Send Email
Aug 6, 2006
7:48 pm
6357
... I'm not sure if I'm totally clear on what you're asking here, but you don't have to use a top-level SetUp to get this. Variables are inherited down the ...
Randy Coulman
rcoulmankey
Offline Send Email
Aug 6, 2006
10:14 pm
6358
... Thanks Randy. I'm actually thinking about a person brand-new to Fitnesse. I have a .NET or Python class I want to test. I just don't think the current way...
Cory Foy
cory_foy
Offline Send Email
Aug 6, 2006
11:50 pm
6359
Is it possible to use symbols somehow in a DoFixture. Or at least the equivalent to use the result of something, invoked from a DoFixture in a subsequent test...
Jeffrey D. Brekke
ekkerbj
Offline Send Email
Aug 7, 2006
3:28 am
6360
Yes but you have to parse them manually. The symbols are accessible via the Fixture base class. You should find static methods to add and retrieve symbols....
Micah Martin
slagyr
Offline Send Email
Aug 7, 2006
4:11 am
6361
I am trying to get FitNesse up and running in a .Net 2.0 environment. I am having problems. When I run the SuiteAcceptancePage (after setting the variables as ...
Ken Scott
kenbert007
Offline Send Email
Aug 7, 2006
4:23 am
Messages 6332 - 6361 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