I would say that the answer is sort of. Not so long ago I managed to create a somewhat unsatisfactory integration between our FitNesse tests and Test Director....
5352
Chris
youcantryrea...
Mar 14, 2006 1:23 pm
ok. total newbie. looking at implementing an n-unit testing framework here at work and came across fitnesse (which i do understand is not an n-unit framework,...
5351
bengchuan79
Mar 13, 2006 6:47 pm
I solved the problem by doing this: Java: !define COMMAND_PATTERN {java -cp %p %m} !define TEST_RUNNER {fit.FitServer} Dot Net: !define COMMAND_PATTERN {%m %p}...
5350
bengchuan79
Mar 13, 2006 5:05 pm
I have a program in Dot Net and Java version. I would like to reuse all the test fixtures I wrote in Java for Dot Net and run them on the same server. I...
5349
mailshameem
Mar 13, 2006 2:23 pm
Hi Guys.. Not sure if you got my earlier message, I am reposting since I did not get any response. Have a nice day folks. Sha ... Hi All, I am new to Fitnesse...
5348
Shameem
mailshameem
Mar 13, 2006 2:17 pm
Hey Guys... I was hoping I cud get some suggestions?... Sha Shameem <mailshameem@...> wrote: Date: Tue, 7 Mar 2006 04:43:02 +0000 (GMT) From: Shameem...
5347
stephanwiesner
Mar 11, 2006 7:17 pm
Hi list, is there a way to define one (or even better several) testpages to be executed exactly once for every run, no matter whether I run a suite or a single...
5346
adam goucher
adam_goucher2
Mar 10, 2006 10:55 pm
While I will admit to not being a Fitnesse expert, anything you want to do with TD can be done with their 'Open Test Architecture API' (with a bit of ...
5345
shyam_x_kumar
Mar 9, 2006 8:40 am
It worked after a few try outs. The actual syntax for commenting inside the cell is: !-This is comment-! Thanks Shyam...
5344
Mike Stockdale
jediwhale
Mar 9, 2006 4:43 am
Enclose in !- and -! e.g....
5343
robert.whitener@...
rwhiten3
Mar 8, 2006 8:44 pm
Try using an '!' to enclose whatever you want to comment out or escape. The docs say that is what you use for literal text, but I haven't actually tried it out...
5342
Rong Ou
rco4567
Mar 8, 2006 6:53 pm
Hi all, I am tring to define some variables from system properties (see ...
5341
shyam_x_kumar
Mar 8, 2006 6:53 pm
Hi Is there a way to comment out | in the table. I am trying to pass a regular expression which has a | but the parser is taking it as a cell. Is there a...
5340
Bradley T. Landis
bradleylandis12
Mar 8, 2006 6:53 pm
Thanks, I downloaded the latest and it's in there. It must have got deleted from my local copy somehow because the compiled version was there, but no source...
5339
Shane Mingins
shanemingins
Mar 8, 2006 5:21 pm
... I guess that this is what I would do .... 1. Generate the client code from the WSDL using jax-rpc. 2. Use a Fixture/s to call the opertaion on the web...
5338
Cory Foy
cory_foy
Mar 8, 2006 1:37 pm
... We wrote a Fixture wrapper around XmlUnit which seems to work Ok for testing the response of a service. Depends on what you are trying to do. Fitnesse...
5337
Stephan Wiesner
stephanwiesner
Mar 8, 2006 12:18 pm
Hi list, I had a FitNesse presentation to 9 experiences testers/testmanagers from different companies here in Lucerene, Switzerland this morning. They were...
5336
Micah Martin
slagyr
Mar 8, 2006 10:10 am
fitnesse\dotnet\src\TestRunner It's been in there for at least a year. Do you have a recent source bundle? Micah Martin Object Mentor, Inc. ...
5335
Bradley T. Landis
bradleylandis12
Mar 8, 2006 9:02 am
I honestly don't see any reference to TestRunner.exe in the dotnet\src folder. Am I missing something? I apologize in advance if I am missing something...
5334
skumar_8_76
Mar 8, 2006 8:50 am
Hi, Our Management takes test status report from Quality Centre / Test Director. Can Fitnesse be integrated with Quality Centre/Test Director. Please let me...
5333
Mike Stockdale
jediwhale
Mar 8, 2006 4:41 am
Sorry, I could help with .NET......
5332
Rob Park
rpark68
Mar 7, 2006 11:40 pm
For FitNesse testing, you're going to have/want the container to be up and running, right? Do you have "business delegates" in front of your "service locator"?...
5331
Micah Martin
slagyr
Mar 7, 2006 11:19 pm
It should be in the VS project that comes with the source. Micah Martin Object Mentor, Inc. www.objectmentor.com...
5330
Grig Gheorghiu
gheorghe_ghe...
Mar 7, 2006 10:30 pm
... That's good to know! Can't wait to give 0.8a2 a whirl :-)...
5329
bradleylandis12
Mar 7, 2006 10:11 pm
Where is the source code for TestRunner.exe? I have recompiled fit and fitnesse under Visual Studio 2005 so the TestRunner.exe no longer works with them, but...
5328
Micah Martin
slagyr
Mar 7, 2006 7:09 pm
The passwords are encrypted. They could be stored on the wiki but then you have to deal with privacy concerns. It was simplest to store then in a text file. ...
5327
Micah Martin
slagyr
Mar 7, 2006 7:06 pm
It's not build it... you'd have to write html and surround it with !-...-!. Micah Martin Object Mentor, Inc. www.objectmentor.com...
5326
greenstevester
Mar 7, 2006 6:33 pm
Hi there, Has anyone been using Fitnesse to perform in-container testing ala JUnitEE? If so can you share how you achived this? PS. My planB would be to couple...
5325
treacherous_j_silk
treacherous_...
Mar 7, 2006 5:29 pm
Why not just use a simple encrypter to encrypt the password, store the encrypted password on the wiki. Take the encrypted password in your fixture and decrypt...
5324
treacherous_j_silk
treacherous_...
Mar 7, 2006 5:24 pm
Is there a way to create a link in FitNesse, but instead of opening the page in the same browser when clicked, it opens a new browser? I did this with JSPWiki...