... fitnesse works properly, i'm using localhost. .net tests work ok in the same environment (same wiki, different suite). gojko...
9209
girikrishnak
Nov 1, 2007 3:08 pm
I have to test a method in a class which connects to the dabasase and retrievs the data from the database. For this i need some other class object as...
9210
Kase J. Saylor
kjsaylor
Nov 1, 2007 3:08 pm
I actually did download the CppTestTools from fitnesse.org and I my tests work great when I run them with the Fitnesse web pages with my own ...
9211
Kase J. Saylor
kjsaylor
Nov 1, 2007 3:09 pm
Here's a screenshot of the resultant HTML. screenshot -Kase...
9212
Dassing, Andrew
andydassing
Nov 1, 2007 3:53 pm
Does your classpath include a path to the .jar/.class that includes the Snmp class? if the COMMAND_PATTERN doesn't include the %p substitution or PADDSTest...
9213
Dassing, Andrew
andydassing
Nov 1, 2007 4:08 pm
The below is a crude framework for a workflow implementation. Workflows (a.k.a. DoFixture, DomainAdapter, System-Under-Test wrapper) are the preferred...
9214
Ryan McCullough
thax_1138
Nov 1, 2007 5:24 pm
Is the problem when you are running through the web interface or using the command line runner? Can you try using the hostname rather than localhost? -Ryan ......
9215
Ryan McCullough
thax_1138
Nov 1, 2007 5:24 pm
If you are using the command line runner, can you try a 'wget' of one of your fitnesse pages to make sure that another tool can properly download the page. ...
9216
tbone9992
Nov 1, 2007 5:33 pm
Hi All, I am working with a customer who is using SetUp to establish his classpath, but it's not working. You can see the !path resolved in the test results...
9217
Dassing, Andrew
andydassing
Nov 1, 2007 5:56 pm
In short, no. The !path markups are accumulated up the ancestor tree, and SetUp and SuiteSetUp pages are not in the page's ancestry. To illustrate, presume...
9218
Tim Walker
tbone9992
Nov 1, 2007 6:00 pm
Awesome clarification. Thanks again Andrew. Tim...
9219
Tim Walker
tbone9992
Nov 1, 2007 6:15 pm
Hi Andrew, Just to be clear, while we're on this subject. A variable that is established in the SetUp or SuiteSetUp would be in scope for TestTargetPage but...
9220
Ryan McCullough
thax_1138
Nov 1, 2007 6:19 pm
I have several fixes/enhancements that I would like to get contributed to the sourceforge project. How can I do this? Here is a rough list: fitnesse_base.css: ...
9221
Dassing, Andrew
andydassing
Nov 1, 2007 6:46 pm
fitnesse_base.css: Personal preferences for look & feel may be implemented in fitnesse.css which overrides the default settings in fitnesse_base.css. Move...
9222
Kase J. Saylor
kjsaylor
Nov 1, 2007 7:07 pm
Since I'm using a C++ FitnesseServer app, I don't have any .jar/.class files. I set the COMMAND_PATTERN to the complete path to the FitnesseServer app...
9223
girikrishnak
Nov 1, 2007 7:07 pm
I need how to write test tables which can handle arguments and parameteres to the java class. The first and second input fields should be as the parameters to...
9224
Jason Hissong
jhissong
Nov 1, 2007 7:14 pm
Hey guys, I have a client that is using Fitnesse and they want to use JProbe's Coverage product to look at the code coverage of the tests. The fixtures access...
9225
Dassing, Andrew
andydassing
Nov 1, 2007 7:21 pm
RTM: * Review the concepts: http://www.fitnesse.org/FitNesse.ColumnFixture * Review the implementation: http://www.fitnesse.org/FitNesse.FixtureCode ...
9226
Dassing, Andrew
andydassing
Nov 1, 2007 7:39 pm
Add some form of the following markup to the top-most page of the JProbe wiki suite: !define COMMAND_PATTERN {java -cp %p <jprobe-wrapper> args %m args} ...
9227
Naresh Jain
nashjain
Nov 2, 2007 10:40 am
http://www.sdtconf.com After the great response from the last year's, first Simple Design and Testing Conference [SDTConf] in WestChester, PA, we are planning...
9228
thienpnguyen
Nov 2, 2007 12:35 pm
Dear fitnesse experts, Please show me to ignore remain talbes in the particular page if some condition = true. Here is my scenario 1. Login with some account [...
9229
timander37
Nov 2, 2007 1:26 pm
"How should i handle the parameters as objects to the method and how should i have the returned objects as the value to the field in the fixture tables?" Great...
9230
Dassing, Andrew
andydassing
Nov 2, 2007 1:34 pm
Set up your page in a workflow: * DoFixture, * DomainAdapter, or * !define TEST_RUNNER {fitlibrary.suite.FitLibraryServer} then enable stop on error: !| set...
9231
Mike Stockdale
jediwhale
Nov 2, 2007 4:32 pm
Here's one way to do it: Process the page with a DoFixture, e.g., ... public void Login(string theId) { if (IsDisabled(theId) { AbandonStoryTest(); return; } ...
9232
thienpnguyen
Nov 2, 2007 6:20 pm
Thank you very much. Maybe, for .net 1.1 I have to use AbandonStoryTest(Parse theCells). In fact, I tried to use setStopOnError(true) as "Dassing, Andrew" but ...
9233
Jason Hissong
jhissong
Nov 2, 2007 8:49 pm
Andrew, Thank you for the information. That worked. I put that defined that command in the SetUp and it worked for all the tests in that subwiki. Best...
9234
ctttrain
Nov 3, 2007 1:29 am
I found this post <http://tech.groups.yahoo.com/group/fitnesse/messages/1901> from 2004 while searching for a solution to a similar problem. I thought I got...
9235
Dassing, Andrew
andydassing
Nov 3, 2007 4:10 am
The behavior is correct. Simply put, C() returns A; the setting of B = A is irrelevent because A is invariant in all test cases. ColumnFixture39;s order of...
9236
ctttrain
Nov 5, 2007 1:46 pm
B is relevant because I am trying to understand why its value would be reported on the following row. I haven't been able to think of a scenario where this...
9237
sugun pradeep
sugunpradeep
Nov 5, 2007 1:46 pm
Hello, Iam trying to download Htmlfixture.jar and I could not find one. If anyone could get me a download link I would be thankful. Regards, Sugun....