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 10541 - 10570 of 14129   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10541
Hello everyone, I would like to get the test name (i.e. the web page's title) in a fixture (DoFixture) at runtime. My goal is to print out the test name in the...
bertrand.hameau
Offline Send Email
Jun 2, 2008
2:15 pm
10542
Hi, Andy, Thanks for your reply, I observed that Loop in decorator.It repeats the entire test for user specified number of times, but My aim is to repeat only...
bobby_eceicon
Offline Send Email
Jun 2, 2008
2:16 pm
10543
Use a combination of DoFixture flow mode, ActionFixture, fit.decorator.Loop, and fit.decorator.CopyAndAppendLastRow tables to create a custom test scenario. ...
Dassing, Andrew
andydassing
Offline Send Email
Jun 2, 2008
2:33 pm
10544
The FitNesse beta source code at SourceForge provides PAGE_NAME and PAGE_PATH variables accessible via ${PAGE_NAME} and ${PAGE_PATH}. Stay Fit, Andy ...
Dassing, Andrew
andydassing
Offline Send Email
Jun 2, 2008
2:39 pm
10545
That is interesting. How can a fixture ask the FitNesse framework to evaluate the value of a variable? Is there something like Fitnesse.evaluate("PAGE_NAME")...
Antoine Contal
antoine_cont...
Offline Send Email
Jun 3, 2008
1:22 pm
10546
Simply pass ${PAGE_NAME} as a fixture argument, column/row value, or flow mode (e.g., DoFixture) method argument. ... #-- Any Fixture Argument # !| My Special...
Dassing, Andrew
andydassing
Offline Send Email
Jun 3, 2008
2:28 pm
10547
... From: "Antoine Contal" <antoine.contal@...> To: <fitnesse@yahoogroups.com> Sent: Tuesday, June 03, 2008 5:04 AM Subject: Re: [fitnesse] Getting the...
John Roth
jhrothjr
Offline Send Email
Jun 3, 2008
3:06 pm
10548
Hi, everybody! Although DbFit is a great thing to test databases, there's a rather serious problem with using stored auto-generated ids in Query and Ordered...
Vasily Kirichenko
basil_iii
Offline Send Email
Jun 4, 2008
1:32 pm
10549
Hi All, Since FIT uses Reflection to instantiate the DoFixture class, NOT sure about passing arguments to constructor. !|${WebApplicationFixture}|arg1| ... ...
Balakrishnan Ramaswamy
rbkcbe
Offline Send Email
Jun 4, 2008
6:10 pm
10550
Not in the traditional sense. The table you have below is correct, but the value "arg1" doesn't get passed to the constructor; it gets tossed into an array...
Kevin Lundberg
kevinrlundberg
Offline Send Email
Jun 4, 2008
6:28 pm
10551
Hi, We have been using Fitnesse for awhile for application testing in C#. I am starting to do some testing of web applications using Selenium. I am trying to...
Roy.Hunter@...
rhunter_71
Offline Send Email
Jun 4, 2008
6:28 pm
10552
Hi, ... yes, but this does not work as you might think. The parameters are stored then in an array, which is available after the constructor was called. ...
Markus Gaertner
shino01051979
Offline Send Email
Jun 4, 2008
6:31 pm
10553
It varies by language version. In Java and Python FIT there's an inherited method that returns an array of strings. Python FIT also has a second inherited...
John Roth
jhrothjr
Offline Send Email
Jun 4, 2008
7:41 pm
10554
... If you use the SuiteDoFixture wrapper DoFixture I mentioned in my 'combine DoFixture with suite setup' thread (message 10535), your test DoFixture is...
Tim Butterfield
timbutterfield
Offline Send Email
Jun 5, 2008
1:01 pm
10555
Hello all, I am new to FitNesse and i am testing this SourceCode (in Java): " package fittesting; import fit.ColumnFixture; public class TestMean extends...
silviomorandi
Offline Send Email
Jun 5, 2008
1:03 pm
10556
I downloaded FitNesse PyFit and CppTestTools. I have no problems with Java and python. But i am a bit confused with c++. Is there any other documentation but...
silviomorandi
Offline Send Email
Jun 5, 2008
2:22 pm
10557
What happened to the http://fitnesse.org page? Is it password protected now?...
Bustamam Harun
bustamam98
Offline Send Email
Jun 5, 2008
10:02 pm
10558
... You should implement (override the null implementation) the ColumnFixture.reset() method. The reset() method is called before a row is processed. This...
jenisys815
Offline Send Email
Jun 6, 2008
10:41 am
10559
It went up and down during yesterday......
silviomorandi
Offline Send Email
Jun 6, 2008
12:55 pm
10560
... wrote: What you see is not a bug, but to understand it you have to understand how the ColumnFixture actually works. A Fit table for a ColumnFixture results...
oystein.urdahl
Offline Send Email
Jun 6, 2008
12:55 pm
10561
Hi All, Can arguments be passed to DoFixture (JAVA version) via URL Query String? Eg. http://localhost:8085/SandBox.TestEmail?test&myarg=myvalue I need to get...
Balakrishnan Ramaswamy
rbkcbe
Offline Send Email
Jun 6, 2008
12:56 pm
10562
Latest beta build correctly parses all URL query arguments and places them in the Request.inputs hashmap whereby values can be extracted via the...
Dassing, Andrew
andydassing
Offline Send Email
Jun 6, 2008
1:38 pm
10563
There is the reset() method that can be overridden to "clear out" or otherwise reset the state as desired. As well, there is an execute() method than can be...
Dassing, Andrew
andydassing
Offline Send Email
Jun 6, 2008
1:43 pm
10564
Hi All, Thank you for the information. -Bala...
Balakrishnan Ramaswamy
rbkcbe
Offline Send Email
Jun 6, 2008
3:10 pm
10565
By the time I'd gotten to it, it was already up and stable. Might have been one of the other guys who have server access. My watchdog scripts generally will...
Tim Ottinger
linux_tim
Offline Send Email
Jun 6, 2008
3:55 pm
10566
Hi Andy, are these features also available in the latest Java version? Regards Markus...
Markus Gaertner
shino01051979
Offline Send Email
Jun 7, 2008
2:38 pm
10567
Is it possible to create a table in FitNesse not intended to be executed? I need to display some tabular data as an additional information for the reader. But...
Otavio Macedo
otaviomicrobio
Offline Send Email
Jun 9, 2008
1:17 pm
10568
Hi, I'm trying to run fitnesse for the first time and I can't get any of my tests running. I simply get a message that there were zero tests run, and none...
Clare Adscale
adscaleclare@...
Send Email
Jun 9, 2008
1:17 pm
10569
If a table contains the word "Comment" in the first row the rest of the table is ignored. Comment is actually a class that does nothing. ... On Mon, Jun 9,...
Tim Walker
tbone9992
Offline Send Email
Jun 9, 2008
1:29 pm
10570
Make sure each page with a test has the "test" property set. (Click the "Properties" link on the left hand side and check the box for "Test"). For the parent...
Dean Wampler
deanwampler
Offline Send Email
Jun 9, 2008
2:21 pm
Messages 10541 - 10570 of 14129   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