Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

fitnesse

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 3717
  • Category: Testing
  • Founded: Feb 26, 2003
  • Language: English
? 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.

Messages

Advanced
Messages Help
Messages 1441 - 1470 of 20037   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#1441 From: "patrick@..." <patrick@...>
Date: Sun Jun 6, 2004 3:17 pm
Subject: nuther .NET question
patrickrwelsh
Send Email Send Email
 
Oh, one more thing:

When I use the C# CamelCase convention for method
names in table cells, ala  WhoIsOnFirst(), the wiki
obediently presumes they are new page references. Must
I bang-dash them individually (!-WhoIsOnFirst()-!), or
is there a way around that for an entire table?

--Cheers,

--Patrick

=====
------

www.adaptionsoft.com

#1442 From: "James Grenning" <grenning@...>
Date: Sun Jun 6, 2004 8:32 pm
Subject: RE: nuther .NET question
jwgrenning
Send Email Send Email
 
!|You can bang the whole table|
|row 2|
|row 3|

------------------------
James W Grenning
Object Mentor, Inc.
Gurnee, IL 60031
www.objectmentor.com
(847)331-9942
------------------------



> -----Original Message-----
> From: patrick@... [mailto:patrick@...]
> Sent: Sunday, June 06, 2004 10:17 AM
> To: fitnesse@yahoogroups.com
> Subject: [fitnesse] nuther .NET question
>
> Oh, one more thing:
>
> When I use the C# CamelCase convention for method
> names in table cells, ala  WhoIsOnFirst(), the wiki
> obediently presumes they are new page references. Must
> I bang-dash them individually (!-WhoIsOnFirst()-!), or
> is there a way around that for an entire table?
>
> --Cheers,
>
> --Patrick
>
> =====
> ------
>
> www.adaptionsoft.com
>
>
> ------------------------ Yahoo! Groups Sponsor
>
>
> Yahoo! Groups Links
>
>
>
>

#1443 From: Micah Martin <micah@...>
Date: Sun Jun 6, 2004 9:43 pm
Subject: Re: .NET feature questions
slagyr
Send Email Send Email
 
On Jun 6, 2004, at 10:09 AM, patrick@... wrote:

> Two questions:
>
> Do comparison expressions (>3, 2>_<6) work in the .NET
> version of FitNesse?

No not yet.

> Second question: Is TableFixture available for .NET? I
> cannot successfully extend it. If not now available,
> will it be at some point?

No.  At some point we'll bring the .NET version up to date with the
Java version.  Knowing that people use the .NET version and want the
new features definitely helps to influence us.

Micah

#1444 From: Paul Hodgetts <phodgetts@...>
Date: Sun Jun 6, 2004 7:25 pm
Subject: Agile Alliance News Service
agilelogic
Send Email Send Email
 
As part of its programs to support the agile community, the Agile
Alliance provides a News service for the publication of agile
events and announcements.

The News service provides a convenient place to learn about
upcoming agile events around the world. Event organizers, authors,
and product developers can utilize the News service as a way to
reach thousands of agile development practitioners to announce
their upcoming conferences, meetings, events, publications, and
product releases.

The News program page is located on the Agile Alliance site at
http://www.agilealliance.org/news/index . An RSS feed is available
for sites interested in incorporating Agile Alliance News postings.

Submissions for News service postings must be fully-edited,
text-only announcements of 100-150 words, and must include a
heading, relevant dates, one or more paragraphs of text content,
and a URL or email link that readers can follow for further
information. For full policy details, please see
http://www.agilealliance.org/news/Policy .

For further details, or to submit your announcement, please contact
Paul Hodgetts at aanews@....

Regards,
Paul Hodgetts
Agile Alliance News Program Director

#1445 From: Joseph Bergin <berginf@...>
Date: Mon Jun 7, 2004 9:36 am
Subject: Re: HtmlUnit testing in Fitnesse - Javascript config load error
jbdcs2004
Send Email Send Email
 
I uploaded a new version last night that should
fix this. If not let me know again and I'll
explore it again. The previous version failed on
trying to load some pages with certain scripts --
especially commented scripts. The correction was
for this.

Sorry for the trouble.
Joe

At 17:11 +1000 6/7/04, Christopher Barham wrote:
>Hi,
>
>I am having problems with the new HtmlUnit
>fixture, to do with the HtmlUnitFixture not
>being able to load the
>JavaScriptConfiguration.xml file.  The java
>source looks as though it using
>getResourceAsStream to locate this file as
>/com/gargoylesoftware/htmlunit/javascript/JavaScriptConfiguration.xml
>which appears to be there in htmlunitdaily.jar -
>so I'm not sure what the problem is.  Can anyone
>help?
>
>The Test Table:
>|!-com.jbergin.HtmlFixture-!|
>|http://${server}/irlinks/login.jsp|
>|Save |IrLinksLoginPage|
>| Elements |   |
>
>The Exception:
>com.jbergin.HtmlFixture
>java.lang.NullPointerException
>         at fit.Fixture.exception(Unknown Source)
>         at com.jbergin.HtmlFixture.loadElement(HtmlFixture.java:694)
>         at com.jbergin.HtmlFixture.doTable(HtmlFixture.java:46)
>         at fit.Fixture.doTables(Unknown Source)
>         at fit.FitServer.process(Unknown Source)
>         at fit.FitServer.run(Unknown Source)
>         at fit.FitServer.main(Unknown Source)
>
>The Error Log:
>Command:
>  java -cp "C:\Program
>Files\FitNesse\fitnesse.jar";"C:\Program
>Files\FitNesse\lib\commons-httpclient.jar";"C:\Program
>Files\FitNesse\lib\commons-logging.jar";"C:\Program
>Files\FitNesse\lib\htmlunitdaily.jar";"C:\Program
>Files\FitNesse\lib\httpunit.jar";"C:\Program
>Files\FitNesse\lib\js.jar";"C:\Program
>Files\FitNesse\lib\junit.jar";"C:\Program
>Files\FitNesse\lib\jwebfit.jar";"C:\Program
>Files\FitNesse\lib\jwebunit.jar";"C:\Program
>Files\FitNesse\lib\nekohtml.jar";"C:\Program
>Files\FitNesse\lib\optional.jar";"C:\Program
>Files\FitNesse\lib\servlet.jar";"C:\Program
>Files\FitNesse\lib\Tidy.jar";"C:\Program
>Files\FitNesse\lib\xercesImpl.jar";"C:\Program
>Files\FitNesse\lib\xmlParserAPIs.jar";classes;lib;./fitnesse.jar;"C:\Program
>Files\FitNesse\.\lib\commons-httpclient.jar";"C:\Program
>Files\FitNesse\.\lib\commons-logging.jar";"C:\Program
>Files\FitNesse\.\lib\htmlunitdaily.jar";"C:\Program
>Files\FitNesse\.\lib\httpunit.jar";"C:\Program
>Files\FitNesse\.\lib\js.jar";"C:\Program
>Files\FitNesse\.\lib\junit.jar";"C:\Program
>Files\FitNesse\.\lib\jwebfit.jar";"C:\Program
>Files\FitNesse\.\lib\jwebunit.jar";"C:\Program
>Files\FitNesse\.\lib\nekohtml.jar";"C:\Program
>Files\FitNesse\.\lib\optional.jar";"C:\Program
>Files\FitNesse\.\lib\rmi.zip";"C:\Program
>Files\FitNesse\.\lib\servlet.jar";"C:\Program
>Files\FitNesse\.\lib\Tidy.jar";"C:\Program
>Files\FitNesse\.\lib\xercesImpl.jar";"C:\Program
>Files\FitNesse\.\lib\xmlParserAPIs.jar";./classes;./eg;fitnesse.jar
>fit.FitServer localhost 4000 66
>Exit code:
>  1
>Time elapsed:
>  1.937 seconds
>Standard Error:
>  7/06/2004 16:24:25
>com.gargoylesoftware.htmlunit.javascript.JavaScriptConfiguration
>loadConfiguration
>SEVERE: Unable to load JavaScriptConfiguration.xml
>
>
>Thanks,
>Chris


--
Joseph Bergin, Professor
Pace University, Computer Science, One Pace Plaza, NY NY 10038
EMAIL berginf@...
HOMEPAGE http://csis.pace.edu/~bergin/
---
"In theory, theory is the same as practice, but not in practice ."
- Fnord Bjørnberger

#1446 From: "Ravi_1979" <ravi_1979@...>
Date: Mon Jun 7, 2004 10:03 am
Subject: .NET and Fitnesse
Ravi_1979
Send Email Send Email
 
Guys/Gals,

I want to use Fitnesse to test web apps written in ASP.NET and C# but
am having difficulty getting started. I have the Fitnesse Wiki going
but I was wondering if you could produce a tutorial on getting
Fitnesse to work with .NET? I had a look at IEFixture before but am I
correct in saying that this is no longer being developed? If this is
the case can HtmlFixture be used instead?

Any help would be very much appreciated...

Regards,
Ravi.

#1447 From: Christopher Barham <cbarham@...>
Date: Mon Jun 7, 2004 12:16 pm
Subject: Re: HtmlUnit testing in Fitnesse - Javascript config load error
ccbarham
Send Email Send Email
 
Hi Joe,

Thanks for the quick response!  I forgot to say thank-you for all the
work that has obviously gone into this fixture... especially the
documentation.  The other Http fixtures may exist, but without
documentation they severely hobble adoption of fit/fitnesse for web
testing by end-users/customers :-)

Regards,
Chris

On 07/06/2004, at 7:36 PM, Joseph Bergin wrote:

> I uploaded a new version last night that should fix this. If not let
> me know again and I'll explore it again. The previous version failed
> on trying to load some pages with certain scripts -- especially
> commented scripts. The correction was for this.
>
> Sorry for the trouble.
> Joe
>
> At 17:11 +1000 6/7/04, Christopher Barham wrote:
>> Hi,
>>
>> I am having problems with the new HtmlUnit fixture, to do with the
>> HtmlUnitFixture not being able to load the
>> JavaScriptConfiguration.xml file.  The java source looks as though it
>> using getResourceAsStream to locate this file as
>> /com/gargoylesoftware/htmlunit/javascript/JavaScriptConfiguration.xml
>> which appears to be there in htmlunitdaily.jar - so I'm not sure what
>> the problem is.  Can anyone help?
>>
>> The Test Table:
>> |!-com.jbergin.HtmlFixture-!|
>> |http://${server}/irlinks/login.jsp|
>> |Save |IrLinksLoginPage|
>> | Elements |   |
>>
>> The Exception:
>> com.jbergin.HtmlFixture
>> java.lang.NullPointerException
>>         at fit.Fixture.exception(Unknown Source)
>>         at com.jbergin.HtmlFixture.loadElement(HtmlFixture.java:694)
>>         at com.jbergin.HtmlFixture.doTable(HtmlFixture.java:46)
>>         at fit.Fixture.doTables(Unknown Source)
>>         at fit.FitServer.process(Unknown Source)
>>         at fit.FitServer.run(Unknown Source)
>>         at fit.FitServer.main(Unknown Source)
>>
>> The Error Log:
>> Command:
>>  java -cp "C:\Program Files\FitNesse\fitnesse.jar";"C:\Program
>> Files\FitNesse\lib\commons-httpclient.jar";"C:\Program
>> Files\FitNesse\lib\commons-logging.jar";"C:\Program
>> Files\FitNesse\lib\htmlunitdaily.jar";"C:\Program
>> Files\FitNesse\lib\httpunit.jar";"C:\Program
>> Files\FitNesse\lib\js.jar";"C:\Program
>> Files\FitNesse\lib\junit.jar";"C:\Program
>> Files\FitNesse\lib\jwebfit.jar";"C:\Program
>> Files\FitNesse\lib\jwebunit.jar";"C:\Program
>> Files\FitNesse\lib\nekohtml.jar";"C:\Program
>> Files\FitNesse\lib\optional.jar";"C:\Program
>> Files\FitNesse\lib\servlet.jar";"C:\Program
>> Files\FitNesse\lib\Tidy.jar";"C:\Program
>> Files\FitNesse\lib\xercesImpl.jar";"C:\Program
>> Files\FitNesse\lib\xmlParserAPIs.jar";classes;lib;./fitnesse.jar;"C:
>> \Program Files\FitNesse\.\lib\commons-httpclient.jar";"C:\Program
>> Files\FitNesse\.\lib\commons-logging.jar";"C:\Program
>> Files\FitNesse\.\lib\htmlunitdaily.jar";"C:\Program
>> Files\FitNesse\.\lib\httpunit.jar";"C:\Program
>> Files\FitNesse\.\lib\js.jar";"C:\Program
>> Files\FitNesse\.\lib\junit.jar";"C:\Program
>> Files\FitNesse\.\lib\jwebfit.jar";"C:\Program
>> Files\FitNesse\.\lib\jwebunit.jar";"C:\Program
>> Files\FitNesse\.\lib\nekohtml.jar";"C:\Program
>> Files\FitNesse\.\lib\optional.jar";"C:\Program
>> Files\FitNesse\.\lib\rmi.zip";"C:\Program
>> Files\FitNesse\.\lib\servlet.jar";"C:\Program
>> Files\FitNesse\.\lib\Tidy.jar";"C:\Program
>> Files\FitNesse\.\lib\xercesImpl.jar";"C:\Program
>> Files\FitNesse\.\lib\xmlParserAPIs.jar";./classes;./eg;fitnesse.jar
>> fit.FitServer localhost 4000 66
>> Exit code:
>>  1
>> Time elapsed:
>>  1.937 seconds
>> Standard Error:
>>  7/06/2004 16:24:25
>> com.gargoylesoftware.htmlunit.javascript.JavaScriptConfiguration
>> loadConfiguration
>> SEVERE: Unable to load JavaScriptConfiguration.xml
>>
>>
>> Thanks,
>> Chris
>
>
> --
> Joseph Bergin, Professor
> Pace University, Computer Science, One Pace Plaza, NY NY 10038
> EMAIL berginf@...
> HOMEPAGE http://csis.pace.edu/~bergin/
> ---
> "In theory, theory is the same as practice, but not in practice ."
> - Fnord Bjørnberger
>

#1448 From: "patrick@..." <patrick@...>
Date: Mon Jun 7, 2004 1:29 am
Subject: Re: .NET feature questions
patrickrwelsh
Send Email Send Email
 
--- Micah Martin <micah@...> wrote:
<snip>
No.  At some point we'll bring the .NET version up to
date with the
Java version.  Knowing that people use the .NET
version and want the
new features definitely helps to influence us.

Thanks Micah. FWIW, I am trying to convince a large
client (hundreds of programmers) with a Java/C# mix of
maybe 80/20 that they should consider experimenting
with FitNesse as a means of thinking about overhauling
their busted requirements process. It's an easier sell
if all of the nifty features are in both versions.

--Pat

=====
------

www.adaptionsoft.com

#1449 From: Christopher Barham <cbarham@...>
Date: Mon Jun 7, 2004 7:11 am
Subject: HtmlUnit testing in Fitnesse - Javascript config load error
ccbarham
Send Email Send Email
 
Hi,

I am having problems with the new HtmlUnit fixture, to do with the
HtmlUnitFixture not being able to load the JavaScriptConfiguration.xml
file.  The java source looks as though it using getResourceAsStream to
locate this file as
/com/gargoylesoftware/htmlunit/javascript/JavaScriptConfiguration.xml
which appears to be there in htmlunitdaily.jar - so I'm not sure what
the problem is.  Can anyone help?

The Test Table:
|!-com.jbergin.HtmlFixture-!|
|http://${server}/irlinks/login.jsp|
|Save |IrLinksLoginPage|
| Elements |   |

The Exception:
com.jbergin.HtmlFixture
java.lang.NullPointerException
          at fit.Fixture.exception(Unknown Source)
          at com.jbergin.HtmlFixture.loadElement(HtmlFixture.java:694)
          at com.jbergin.HtmlFixture.doTable(HtmlFixture.java:46)
          at fit.Fixture.doTables(Unknown Source)
          at fit.FitServer.process(Unknown Source)
          at fit.FitServer.run(Unknown Source)
          at fit.FitServer.main(Unknown Source)

The Error Log:
Command:
   java -cp "C:\Program Files\FitNesse\fitnesse.jar";"C:\Program
Files\FitNesse\lib\commons-httpclient.jar";"C:\Program
Files\FitNesse\lib\commons-logging.jar";"C:\Program
Files\FitNesse\lib\htmlunitdaily.jar";"C:\Program
Files\FitNesse\lib\httpunit.jar";"C:\Program
Files\FitNesse\lib\js.jar";"C:\Program
Files\FitNesse\lib\junit.jar";"C:\Program
Files\FitNesse\lib\jwebfit.jar";"C:\Program
Files\FitNesse\lib\jwebunit.jar";"C:\Program
Files\FitNesse\lib\nekohtml.jar";"C:\Program
Files\FitNesse\lib\optional.jar";"C:\Program
Files\FitNesse\lib\servlet.jar";"C:\Program
Files\FitNesse\lib\Tidy.jar";"C:\Program
Files\FitNesse\lib\xercesImpl.jar";"C:\Program
Files\FitNesse\lib\xmlParserAPIs.jar";classes;lib;./fitnesse.jar;"C:
\Program Files\FitNesse\.\lib\commons-httpclient.jar";"C:\Program
Files\FitNesse\.\lib\commons-logging.jar";"C:\Program
Files\FitNesse\.\lib\htmlunitdaily.jar";"C:\Program
Files\FitNesse\.\lib\httpunit.jar";"C:\Program
Files\FitNesse\.\lib\js.jar";"C:\Program
Files\FitNesse\.\lib\junit.jar";"C:\Program
Files\FitNesse\.\lib\jwebfit.jar";"C:\Program
Files\FitNesse\.\lib\jwebunit.jar";"C:\Program
Files\FitNesse\.\lib\nekohtml.jar";"C:\Program
Files\FitNesse\.\lib\optional.jar";"C:\Program
Files\FitNesse\.\lib\rmi.zip";"C:\Program
Files\FitNesse\.\lib\servlet.jar";"C:\Program
Files\FitNesse\.\lib\Tidy.jar";"C:\Program
Files\FitNesse\.\lib\xercesImpl.jar";"C:\Program
Files\FitNesse\.\lib\xmlParserAPIs.jar";./classes;./eg;fitnesse.jar
fit.FitServer localhost 4000 66
Exit code:
   1
Time elapsed:
   1.937 seconds
Standard Error:
   7/06/2004 16:24:25
com.gargoylesoftware.htmlunit.javascript.JavaScriptConfiguration
loadConfiguration
SEVERE: Unable to load JavaScriptConfiguration.xml


Thanks,
Chris

#1450 From: Micah Martin <micah@...>
Date: Mon Jun 7, 2004 2:39 pm
Subject: Re: .NET and Fitnesse
slagyr
Send Email Send Email
 
The closest thing to a .NET tutorial is
http://fitnesse.org/FitNesse.MultiLanguageFitNesse.

IEFixture depends on tools that are not maintained.  I have no plan to
continue development on it.

HtmlFixture can definitely do some of what IEFixture can do.  The main
advantage of IEFixture is it's ability to handle javascript, activex,
and any other client side magic.

Micah Martin
Object Mentor, Inc.
www.objectmentor.com

On Jun 7, 2004, at 5:03 AM, Ravi_1979 wrote:

> Guys/Gals,
>
> I want to use Fitnesse to test web apps written in ASP.NET and C# but
> am having difficulty getting started. I have the Fitnesse Wiki going
> but I was wondering if you could produce a tutorial on getting
> Fitnesse to work with .NET? I had a look at IEFixture before but am I
> correct in saying that this is no longer being developed? If this is
> the case can HtmlFixture be used instead?
>
> Any help would be very much appreciated...
>
> Regards,
> Ravi.
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>

#1451 From: "Gunn, Mark" <mgunn@...>
Date: Mon Jun 7, 2004 3:34 pm
Subject: RE: Re: Unable to find fixture
markrgunn
Send Email Send Email
 
Hopefully this is what you need. Many thanks!
 
Thanks,
Mark
-----Original Message-----
From: Micah Martin [mailto:micah@...]
Sent: Friday, June 04, 2004 4:58 PM
To: fitnesse@yahoogroups.com
Subject: Re: [fitnesse] Re: Unable to find fixture

Send me the relevant subwiki and I'll have a look.

Micah Martin
Object Mentor, Inc.
www.objectmentor.com

On Jun 4, 2004, at 3:39 PM, Gunn, Mark wrote:

Okay. Sounds like I can't run the dotnet examples on the fitnesse home page. Fair enough.
I still get the same type of error on my own host and it is the eg.Calculator that it can't find. I see the ErrorLog directory at the root directory and I see the directory with my page name that I created, but there is nothing underneath it. Hhmm. Any ideas?
Thanks,
Mark
-----Original Message-----
From: Micah Martin [mailto:micah@...]
Sent: Friday, June 04, 2004 3:24 PM
To: fitnesse@yahoogroups.com
Subject: Re: [fitnesse] Re: Unable to find fixture

On Jun 4, 2004, at 2:49 PM, markrgunn wrote:

> Yeah, I tried the absolute path and that didn't work. I also get the
> error when running the calculator example on the fitnesse website:

fitnesse.org is a linux box now.  He hates .NET.

> http://www.fitnesse.org/FitNesseCalculator.CalculatorTestSuite.TestAd
> dition
>
> If I run this (Test), it comes back and says the following:
>
> Could not find fixture: CalculatorColumnFixture.

Wait a second.... there is something wrong here.  We're talking about
different things...
First of all CaclulatorColumnFixture is only written in Java.  It is
not part of FIT.  There is however another Fixture called eg.Calculator
that IS part of FIT.   You can see it being used in the DotNet page.
http://www.fitnesse.org/FitNesse.DotNet

Second, the FitNesseCalculatorSuite is currently failing because
someone changed FIT such that Fixtures in the default package are
disabled but that is beside the point and totally unrelated to .NET.

> In the table below the heading of the table. The heading is also
> shaded yellow. I don't see a ErrorLog page/link here either.
>
> I did a quick search within the directory structure when trying this
> on my own local host and didn't see any ErrorLog output within the
> appropriate directory structure. It almost seems as if the command
> is not being executed. Is there any browser settings I need to have?

There is a page at the root level called ErrorLogs.  When ever you run
a test page, a page of the same name will be created in the ErrorLogs
subwiki and it will contain run-time information about the test
execution.

There is no link to the ErrorLog unless it an Exception is thrown but
the ErrorLog is always generated.  We should probably add a permanent
link.

Micah




Yahoo! Groups Sponsor

ADVERTISEMENT
<yhoo0504_testa_300250a052604.gif>
<l.gif>

Yahoo! Groups Links

• To visit your group on the web, go to:
http://groups.yahoo.com/group/fitnesse/
• To unsubscribe from this group, send an email to:
fitnesse-unsubscribe@yahoogroups.com
• Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.


#1452 From: "a_r_mckinnell" <a_mckinnell@...>
Date: Tue Jun 8, 2004 12:57 am
Subject: Incomplete Resource Specification in Rollback Form
a_r_mckinnell
Send Email Send Email
 
The form submission invoked by the Rollback button seems to be
missing the complete specification of the resource to rollback. That
is, the rollback responder gets simply the name of the current page
rather than a fully qualified page name.

For example:

TestHack?responder=rollback&version=20040607190237

instead of

FrontPage.SuitefTests.TestHack?
responder=rollback&version=20040607190237

FitNesse is working great for me.
Alistair

P.S. BTW I couldn't see any acceptance tests for rollback.

#1453 From: Micah Martin <micah@...>
Date: Tue Jun 8, 2004 2:30 am
Subject: Re: Incomplete Resource Specification in Rollback Form
slagyr
Send Email Send Email
 
Nice catch. I wonder how that snuck in there....  I've added a unit
test so it'll never sneak in again and I fixed it.

Thanks for the tip

Micah Martin
Object Mentor, Inc.
www.objectmentor.com

On Jun 7, 2004, at 7:57 PM, a_r_mckinnell wrote:

> The form submission invoked by the Rollback button seems to be
> missing the complete specification of the resource to rollback. That
> is, the rollback responder gets simply the name of the current page
> rather than a fully qualified page name.
>
> For example:
>
> TestHack?responder=rollback&version=20040607190237
>
> instead of
>
> FrontPage.SuitefTests.TestHack?
> responder=rollback&version=20040607190237
>
> FitNesse is working great for me.
> Alistair
>
> P.S. BTW I couldn't see any acceptance tests for rollback.
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>

#1454 From: "Gunn, Mark" <mgunn@...>
Date: Tue Jun 8, 2004 2:49 pm
Subject: C# source code for eg.dll
markrgunn
Send Email Send Email
 
Is it possible to obtain the source code for the eg.dll sample? I downloaded the source distribution, but didn't see the source code for the C# eg.dll version.
 
Thanks,
Mark
 
P.S. Thanks Micah for all your help! I appreciate it.

#1455 From: Joseph Bergin <berginf@...>
Date: Tue Jun 8, 2004 8:52 pm
Subject: conversion anomaly
jbdcs2004
Send Email Send Email
 
I was porting fitnesse to a machine that had an
older version. Unfortunately some files got
garbled when I transferred it and so the
initialization that happens when the new version
first starts up (conversion to css) didn't happen
properly and many pages don't see/use the css
files.  Can I reset the state somehow so that it
goes through the init again?

Thanks.

Joe
--
Joseph Bergin, Professor
Pace University, Computer Science, One Pace Plaza, NY NY 10038
EMAIL berginf@...
HOMEPAGE http://csis.pace.edu/~bergin/
---
"In theory, theory is the same as practice, but not in practice ."
- Fnord Bjørnberger

#1456 From: Micah Martin <micah@...>
Date: Wed Jun 9, 2004 2:19 am
Subject: Re: conversion anomaly
slagyr
Send Email Send Email
 
That's odd.  The css file will be installed if it doesn't exist every
time you start FitNesse so it must be there.  And the new version of
FitNesse generates HTML that uses the style sheet....

You can try restarting FitNesse and refreshing your browser but there's
not really anything else to reset.  You could delete the css
directory... FitNesseRoot/files/css

Micah Martin
Object Mentor, Inc.
www.objectmentor.com

On Jun 8, 2004, at 3:52 PM, Joseph Bergin wrote:

> I was porting fitnesse to a machine that had an
> older version. Unfortunately some files got
> garbled when I transferred it and so the
> initialization that happens when the new version
> first starts up (conversion to css) didn't happen
> properly and many pages don't see/use the css
> files.  Can I reset the state somehow so that it
> goes through the init again?
>
> Thanks.
>
> Joe
> --
> Joseph Bergin, Professor
> Pace University, Computer Science, One Pace Plaza, NY NY 10038
> EMAIL berginf@...
> HOMEPAGE http://csis.pace.edu/~bergin/
> ---
> "In theory, theory is the same as practice, but not in practice ."
> - Fnord Bjørnberger
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>

#1457 From: Joseph Bergin <berginf@...>
Date: Wed Jun 9, 2004 2:37 am
Subject: Re: conversion anomaly
jbdcs2004
Send Email Send Email
 
At 21:19 -0500 6/8/04, Micah Martin wrote:
>  You could delete the css directory... FitNesseRoot/files/css

Bingo. that is most likely it. It is there, but I
didn't look at the files. Probably they are
corrupt also. Thanks.
Joe
--
Joseph Bergin, Professor
Pace University, Computer Science, One Pace Plaza, NY NY 10038
EMAIL berginf@...
HOMEPAGE http://csis.pace.edu/~bergin/
---
"In theory, theory is the same as practice, but not in practice ."
- Fnord Bjørnberger

#1458 From: "John Caruso" <john_c_caruso@...>
Date: Wed Jun 9, 2004 10:21 pm
Subject: SetUp/TearDown
john_c_caruso
Send Email Send Email
 
How do I call a SetUp/TearDown method within fitnesse?

I've spent several hours trying to understand this, and I'm getting
nowhere fast.  Do I need to create a Test Suite?

If anyone could help this newbie out with some step by step
instructions, that'd be great!

John

#1459 From: "moses_hohman" <mmh@...>
Date: Wed Jun 9, 2004 9:08 pm
Subject: RunWidget
moses_hohman
Send Email Send Email
 
Hi folks,

I noticed that RunWidget disappeared sometime between last July (or
was  it November) and now (we haven't updated our fitnesse
installation in a while). Is this due to the new FitClient/FitServer
approach to running tests? Is there a plan to reinstate it?

The reason I ask is we have scripts that are used as setup in multiple
other test scripts, not as the setup itself, but as part of the setup.
We use include to put the right setup scripts into the actual setup
for the particular suite or test. Some of these setup scripts run on
their own, and it's nice when working on them to be able to debug them
by running the included scripts on their own as tests. Marking them as
tests, however, is bad, because then they get run as part of the
entire suite running (ok, it's only bad because it takes extra time).
In any case, we were using !r fitnese.FitFilter before on those pages
to provide a way to run those scripts without needing to mark them as
tests. Is that just crazy? Or is there another way to do it?

thanks,

Moses

#1460 From: firepoet78@...
Date: Thu Jun 10, 2004 11:18 am
Subject: Re: SetUp/TearDown
firepoet78
Send Email Send Email
 
Hi John,

SetUp/TearDown are just wiki pages, like everything else.  So long as
they are above or on the same level as a given test page, they will be
applied to that test page.  "Closer" SetUp/TearDown pages will
override "Farther" ones:

-+root
  | -- SetUp
  | -- TestOne
  | -+ SubPage
     | -- SetUp
     | -- TestTwo
     | -+ SubPage
        | -- TestThree
        | -- TearDown
  | -- TearDown

In this case, .TestOne will get the .SetUp  and .TearDown pages.
.SubPage.TestTwo will get .SubPage.SetUp and .TearDown.
.SubPage.SubPage.TestThree will get .SubPage.SetUp and
.SubPage.SubPage.TearDown.


:-)

-S.

--- In fitnesse@yahoogroups.com, "John Caruso" <john_c_caruso@y...> wrote:
> How do I call a SetUp/TearDown method within fitnesse?
>
> I've spent several hours trying to understand this, and I'm getting
> nowhere fast.  Do I need to create a Test Suite?
>
> If anyone could help this newbie out with some step by step
> instructions, that'd be great!
>
> John

#1461 From: Rajesh Narayanan <rajeshnarayanan76@...>
Date: Thu Jun 10, 2004 8:35 pm
Subject: Username / pwd for log in
rajeshnaraya...
Send Email Send Email
 
I am writing acceptence test for login screen...

I want to store username/pwd in a variable and use it
as follows

Setup
I want to assign the values to the varaibles here

LoginTest
!|net.sourceforge.jwebunit.fit.WebFixture|
|enter|username|userName|
|enter|password|passWord|
|press|submit|
|check|linkPresentWithText|Logout|

TearDown

How can I do that?..

Thanks,
Raj




__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/

#1462 From: Micah Martin <micah@...>
Date: Fri Jun 11, 2004 3:56 am
Subject: Re: RunWidget
slagyr
Send Email Send Email
 
On Jun 9, 2004, at 4:08 PM, moses_hohman wrote:

> Hi folks,
>
> I noticed that RunWidget disappeared sometime between last July (or
> was  it November) and now (we haven't updated our fitnesse
> installation in a while). Is this due to the new FitClient/FitServer
> approach to running tests?

Yes for the most part.

>  Is there a plan to reinstate it?

No.  The RunWidget and corresponding RunResponder were extra weight
that nobody admitted to using.  We will not be adding it back any time
soon.  However, the new distribution allows for plugins and it would be
simple to create a RunWidget plugin that would work in the next
release.

> In any case, we were using !r fitnese.FitFilter before on those pages
> to provide a way to run those scripts without needing to mark them as
> tests. Is that just crazy? Or is there another way to do it?

Well.  Even though a page doens't have the Test attribute set, it can
still be executed by adding a ?test to the end of the URL.  For example
you could execute the fitnesse.org FrontPage by using this URL:
http://fitnesse.org/FrontPage?test.  Of course you cant expect much
from executing the FrontPage but you get the point.  You can execute
any page this way.  You could even create links to run your pages:
[[Run Page][http://localhost/SomePage?test]]

Micah

#1463 From: "anthonyrclayton" <aclayton@...>
Date: Sat Jun 12, 2004 4:14 pm
Subject: Re: .NET feature questions
anthonyrclayton
Send Email Send Email
 
The company where I work is also trying to utilize fitnesse for .NET
for automating our acceptance tests with little success.  We are
currently using the April release.  Are there any changes to
the .NET FitServer in the June release?  Is there anyway we could
get the source code to the FitServer for .NET so that we can see
what works at what doesn't?  The source does not seem to be included
with the fitnesse source.

Anthony Clayton


> --- Micah Martin <micah@o...> wrote:
> <snip>
> No.  At some point we'll bring the .NET version up to
> date with the
> Java version.  Knowing that people use the .NET
> version and want the
> new features definitely helps to influence us.
>
> Thanks Micah. FWIW, I am trying to convince a large
> client (hundreds of programmers) with a Java/C# mix of
> maybe 80/20 that they should consider experimenting
> with FitNesse as a means of thinking about overhauling
> their busted requirements process. It's an easier sell
> if all of the nifty features are in both versions.
>
> --Pat
>
> =====
> ------
>
> www.adaptionsoft.com

#1464 From: fitnesse@yahoogroups.com
Date: Sun Jun 13, 2004 5:48 pm
Subject: New file uploaded to fitnesse
fitnesse@yahoogroups.com
Send Email Send Email
 
Hello,

This email message is a notification to let you know that
a file has been uploaded to the Files area of the fitnesse
group.

   File        : /PyFit0-5a1.zip
   Uploaded by : jhrothjr <yahoogroups@...>
   Description : Python FIT for both bath and Fitnesse May 30, 2004

You can access this file at the URL

http://groups.yahoo.com/group/fitnesse/files/PyFit0-5a1.zip

To learn more about file sharing for your group, please visit

http://help.yahoo.com/help/us/groups/files

Regards,

jhrothjr <yahoogroups@...>

#1465 From: "jhrothjr" <yahoogroups@...>
Date: Sun Jun 13, 2004 5:50 pm
Subject: Python FIT for 2004/05/30 Fitnesse and batch
jhrothjr
Send Email Send Email
 
I've uploaded a new version of the Python FIT program. This
corresponds to Fitnesse 5/30/2004 and also works in batch.
It fixes the problem with FitServer. Please read the notes -
the accessibility changes in particular will require some
change in the way you set up your tests.

John Roth

#1466 From: paul_zabelin@...
Date: Mon Jun 14, 2004 6:57 am
Subject: Re: Username / pwd for log in
paul_zabelin
Send Email Send Email
 
You can define variables username and password in a Suite:
!define password {topsecret}

Then all children of that suite can use the variables defined:
${password}

SetUp is a page that will be prepend before each test, and I use it
to display the value of defined variable:
!note ${password}

In short: SetUp can not define a variable for the Tests, use Suite.


--- In fitnesse@yahoogroups.com, Rajesh Narayanan
<rajeshnarayanan76@y...> wrote:
> I am writing acceptence test for login screen...
> I want to store username/pwd in a variable and use it
> as follows
>
> Setup
> I want to assign the values to the varaibles here
> LoginTest
> !|net.sourceforge.jwebunit.fit.WebFixture|
> |enter|username|userName|
> |enter|password|passWord|
> |press|submit|
> |check|linkPresentWithText|Logout|

#1467 From: paul_zabelin@...
Date: Mon Jun 14, 2004 7:07 am
Subject: VirtualWiki and included pages problem 972423
paul_zabelin
Send Email Send Email
 
Hi,

I have a problem with VirtualWiki and included pages. It is described
in the bug: 972423. I though posting a note here too might be a good
idea.

Can you add this test to FitNesse.SuiteAcceptanceTests.
SuiteVirtualWikiTests.TestIncludedPageOutOfRange?

!|Response Examiner|
|type|pattern|matches?|value|
|contents|Page include failed|false||
|contents|Included page: .(remote)|true||
|contents|(remote)|true||

Thank you!

#1468 From: Rajesh Narayanan <rajeshnarayanan76@...>
Date: Mon Jun 14, 2004 1:39 pm
Subject: Re: Re: Username / pwd for log in
rajeshnaraya...
Send Email Send Email
 
Thanx for the response.

Actually In my case, for each test I need to login as
different user.

So for each test, I will hv a setup and want to define
a different username/pwd for that test.

Can I use !define username {User1} for each test??..
will that work??.

How can I do this?.

--- paul_zabelin@... wrote:
> You can define variables username and password in a
> Suite:
> !define password {topsecret}
>
> Then all children of that suite can use the
> variables defined:
> ${password}
>
> SetUp is a page that will be prepend before each
> test, and I use it
> to display the value of defined variable:
> !note ${password}
>
> In short: SetUp can not define a variable for the
> Tests, use Suite.
>
>
> --- In fitnesse@yahoogroups.com, Rajesh Narayanan
> <rajeshnarayanan76@y...> wrote:
> > I am writing acceptence test for login screen...
> > I want to store username/pwd in a variable and use
> it
> > as follows
> >
> > Setup
> > I want to assign the values to the varaibles here
> > LoginTest
> > !|net.sourceforge.jwebunit.fit.WebFixture|
> > |enter|username|userName|
> > |enter|password|passWord|
> > |press|submit|
> > |check|linkPresentWithText|Logout|




__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/

#1469 From: "bbeskow" <b.beskow@...>
Date: Sun Jun 13, 2004 2:28 pm
Subject: http form encoding
bbeskow
Send Email Send Email
 
Hi,

When running the FitNesse server and client browser on different
platforms (i.e. running the FitNesse server on linux and accessing it
from a Browser on Windows), any text entered in an input field and
submitted will get the wrong encoding. Hence it is not possible to
edit a FitNesse page containing non-ascii characters in such a setup
(in our case, the swedish characters gets corrupted).

The only way I am aware of to remedy this problem (which has to to
with http form encoding) is to specify "enctype=multipart/form-data"
on the form element containing the input field. The affected FitNesse
forms are page editing, page merging and searching.

Below is a patch which adds "enctype=multipart/form-data" to these
places and their corresponding unit tests.

Best regards
/Björn

------
Index: src/fitnesse/responders/editing/EditResponder.java
===================================================================
RCS
file: /cvsroot/fitnesse/Fitnesse/src/fitnesse/responders/editing/EditR
esponder.java,v
retrieving revision 1.12
diff -b -u -r1.12 EditResponder.java
--- src/fitnesse/responders/editing/EditResponder.java 4 Jun 2004
19:13:39 -0000 1.12
+++ src/fitnesse/responders/editing/EditResponder.java 7 Jun 2004
19:40:11 -0000
@@ -79,6 +79,7 @@
 		 form.addAttribute("name", "f");
 		 form.addAttribute("action", resource);
 		 form.addAttribute("method", "post");
+  form.addAttribute("enctype", "multipart/form-data");
 		 form.add(HtmlUtil.makeInputTag
("hidden", "responder", "saveData"));
 		 form.add(HtmlUtil.makeInputTag("hidden", SAVE_ID,
String.valueOf(SaveRecorder.newIdNumber())));
 		 form.add(HtmlUtil.makeInputTag("hidden", TICKET_ID,
String.valueOf((SaveRecorder.newTicket()))));
Index: src/fitnesse/responders/editing/EditResponderTest.java
===================================================================
RCS
file: /cvsroot/fitnesse/Fitnesse/src/fitnesse/responders/editing/EditR
esponderTest.java,v
retrieving revision 1.6
diff -b -u -r1.6 EditResponderTest.java
--- src/fitnesse/responders/editing/EditResponderTest.java 21
Apr 2004 19:26:43 -0000 1.6
+++ src/fitnesse/responders/editing/EditResponderTest.java 7 Jun
2004 19:45:16 -0000
@@ -39,6 +39,7 @@
 		 String body = response.getContent();
 		 assertSubString("<html>", body);
 		 assertSubString("<form", body);
+  assertSubString("enctype=\"multipart/form-data\"",
body);
 		 assertSubString("method=\"post\"", body);
 		 assertSubString("child content with <html>",
body);
 		 assertSubString("name=\"responder\"", body);
Index: src/fitnesse/responders/editing/MergeResponder.java
===================================================================
RCS
file: /cvsroot/fitnesse/Fitnesse/src/fitnesse/responders/editing/Merge
Responder.java,v
retrieving revision 1.9
diff -b -u -r1.9 MergeResponder.java
--- src/fitnesse/responders/editing/MergeResponder.java 4 Jun 2004
19:13:39 -0000 1.9
+++ src/fitnesse/responders/editing/MergeResponder.java 7 Jun 2004
19:45:27 -0000
@@ -47,7 +47,7 @@
 	 private String makeRightColumn()
 	 {
 		 StringBuffer buffer = new StringBuffer();
-  buffer.append("<form action=\"" + resource + "\"
method=\"post\">");
+  buffer.append("<form action=\"" + resource + "\"
enctype=\"multipart/form-data\" method=\"post\">");
 		 buffer.append("<input type=\"hidden\"
name=\"responder\" value=\"saveData\">");
 		 buffer.append("<input type=\"hidden\" name=\"" +
EditResponder.SAVE_ID + "\" value=\"" + SaveRecorder.newIdNumber()
+ "\">");
 		 buffer.append("<input type=\"hidden\" name=\"" +
EditResponder.TICKET_ID + "\" value=\"" + SaveRecorder.newTicket()
+ "\">");
Index: src/fitnesse/responders/search/SearchFormResponder.java
===================================================================
RCS
file: /cvsroot/fitnesse/Fitnesse/src/fitnesse/responders/search/Search
FormResponder.java,v
retrieving revision 1.1
diff -b -u -r1.1 SearchFormResponder.java
--- src/fitnesse/responders/search/SearchFormResponder.java 20
May 2004 01:23:22 -0000 1.1
+++ src/fitnesse/responders/search/SearchFormResponder.java 7 Jun
2004 19:43:29 -0000
@@ -27,7 +27,7 @@
 	 private String makeRightColumn()
 	 {
 		 StringBuffer buffer = new StringBuffer();
-  buffer.append("<form action=\"search\"
method=\"post\">");
+  buffer.append("<form action=\"search\"
enctype=\"multipart/form-data\" method=\"post\">");
 		 buffer.append("<input type=\"hidden\"
name=\"responder\" value=\"search\">");
 		 buffer.append("Search regex: <input type=\"text\"
name=\"searchString\">");
 		 buffer.append("<br>");
Index: src/fitnesse/responders/search/SearchFormResponderTest.java
===================================================================
RCS
file: /cvsroot/fitnesse/Fitnesse/src/fitnesse/responders/search/Search
FormResponderTest.java,v
retrieving revision 1.1
diff -b -u -r1.1 SearchFormResponderTest.java
--- src/fitnesse/responders/search/SearchFormResponderTest.java 20
May 2004 01:23:22 -0000 1.1
+++ src/fitnesse/responders/search/SearchFormResponderTest.java 13
Jun 2004 09:41:30 -0000
@@ -27,6 +27,7 @@
 		 SearchFormResponder responder = new
SearchFormResponder();
 		 SimpleResponse response = (SimpleResponse)
responder.makeResponse(new FitNesseContext(), new MockHttpRequest());
 		 assertHasRegexp("form", response.getContent());
+  assertHasRegexp("enctype=\"multipart/form-data\"",
response.getContent());
 		 assertHasRegexp("input", response.getContent());

 		 assertSubString("<input type=\"hidden\"
name=\"responder\" value=\"search\">", response.getContent());

#1470 From: paul_zabelin@...
Date: Tue Jun 15, 2004 6:20 am
Subject: Re: Username / pwd for log in
paul_zabelin
Send Email Send Email
 
--- In fitnesse@yahoogroups.com, Rajesh Narayanan
<rajeshnarayanan76@y...> wrote:
> Thanx for the response.
You welcome.
> Actually In my case, for each test I need to login as
> different user.
If you need that, then why not to have each login as a part of the
tests?
Or you just want to separate login into SetUp page for fact if SetUp
fails, then it's an exception - not the failure?
In that case you can use separate Suites with separate SetUp pages
and username/passwords.

> Can I use !define username {User1} for each test??..
> will that work??.
I think you can. Each test page can define and use the same named
variables and as long as they are on the same level of Wiki pages.

Messages 1441 - 1470 of 20037   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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