active questions tagged fitnesse - Stack Overflow most recent 30 from stackoverflow.com 2009-12-07T18:50:32Z http://stackoverflow.com/feeds/tag/fitnesse http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1849172/fitnesse-app-config 0 FitNesse App.Config James Armstead 2009-12-04T19:36:06Z 2009-12-06T14:22:00Z <p>I am having a hard time understanding: <a href="http://www.syterra.com/Fit/AppConfigFiles.html" rel="nofollow">http://www.syterra.com/Fit/AppConfigFiles.html</a></p> <p>If my application and fixtures are in c:\Projects\App and FitNesse is running from c:\Projects\Sandbox\FitNesse</p> <p>I am assuming c:\mypath\myapp.exe.config would be c:\Projects\App[MyFixtureAssmbly].config, but I am unsure of what c:\myfolder\mysuite.config.xml is?</p> <p>I have tried putting it in the fitSharp folder with Runner.exe.config, fit.dll.config, with .xml after those names, in the FitNesse root folder, in the App directory.. I just can't figure out where to put it so it will load my app.config? </p> http://stackoverflow.com/questions/1842118/fitnesse-framework-regular-expressions-possible 1 Fitnesse Framework regular expressions possible? Marcel 2009-12-03T18:58:10Z 2009-12-04T04:02:36Z <p>Hi all,</p> <p>Is there an easy way in <a href="http://fitnesse.org/" rel="nofollow">Fitnesse</a> to check cells based on regex patterns? This should work for all the possible fixtures like "query table", "decision table" and so on. E.g. if results(rows) are returned from a query table it should be possible to match certain cells (columns) against a regex, not just a fixed string. I guess you know what I mean. I can't find any hint in the docs and googling around I can't find a solution that works out of the box. Is there really no default way in <a href="http://fitnesse.org/" rel="nofollow">Fitnesse</a> to do this? I can't imagine people haven't asked for this multiple times. If not could someone point me to an online tutorial somewhere?</p> <p>Any help would be really appreciated.</p> <p>Cheers,</p> <p>Marcel</p> http://stackoverflow.com/questions/1724068/can-i-use-fit-fitnesse-to-test-a-net-application 1 Can I use Fit/Fitnesse to test a .NET application? Yacoder 2009-11-12T17:44:30Z 2009-12-03T22:21:37Z <p>Has anyone tried that? What's your experience?</p> http://stackoverflow.com/questions/1828919/how-do-i-setup-fitnesse-for-use-with-net 1 How do I setup FitNesse for use with .NET? Fredrik 2009-12-01T21:04:22Z 2009-12-02T09:03:09Z <p>I'm trying to get started with FitNesse for .NET on Windows Vista. In all tutorials I find on the web I'm told to execute the run.bat file, but all i get when downloading the latest release is a .jar-file. When i run this, the filestructure is unpacked and I can reach the fitnesse server by browsing to <a href="http://localhost" rel="nofollow">http://localhost</a>. Now, when I'm trying to set up a test project, according to all documentation I find I'm supposed define the path to fitsharp.dll but I can't find this file anywhere in the filestructure that was set up from the .jar-file. What am I doing wrong?</p> <p>Sincerely, Fredrik </p> http://stackoverflow.com/questions/1614458/parse-fitnesse-restful-xml-output-into-tfs-test-format 2 Parse Fitnesse RESTFul XML output into TFS Test format David Laing 2009-10-23T16:07:58Z 2009-11-24T09:41:00Z <p>I'm integrating a Fitnesse Acceptance test suite into a TFS based CI process.</p> <p>I can run the Fitnesse Test suite in a RESTful manner (<a href="http://fitnesse.org/FitNesse.UserGuide.RestfulTests" rel="nofollow">http://fitnesse.org/FitNesse.UserGuide.RestfulTests</a>): </p> <pre><code>http://myfitnesseserver/MyTestSuite?suite&amp;format=xml </code></pre> <p>and get back an XML document of test results.</p> <p>I'd like to transform that into a format that TFS can interpret as number of tests passed / failed.</p> <p>Any pointers?</p> <p>Thanks</p> http://stackoverflow.com/questions/249580/how-do-i-add-fitnesse-pages-to-version-control 5 How do I add fitnesse pages to version-control? Gishu 2008-10-30T08:33:28Z 2009-11-19T18:44:43Z <p>What is the recommended practice? Should I add the my sub-folder under the fitnesse folder to version control? </p> <p><em>Context: working on a single developer rails pet project. I've my rails project under version-control (Subversion) however my fitnesse wiki pages lie under the fitnesse program folder.</em></p> <p>Fitnesse seems to have its own version-control... (I see numbered zips along with each of my wiki pages) Is it reliable? Where does it store the revisions?</p> http://stackoverflow.com/questions/1666308/fitnesse-slim-query-table-stopping-empty-cells-from-failing 1 Fitnesse SLIM Query Table - Stopping empty cells from failing? James Camfield 2009-11-03T09:48:44Z 2009-11-18T21:46:19Z <p>Hi,</p> <p>I've got a large set of Fitnesse (For Java - v20090513) tests which are executed against a SLIM Query table.</p> <p>To help with the testing (explain why we're getting certain results) I've added a new column to the end of the table. The idea is that the cells for that column would be empty (||) as they're not required to be tested against, it's just for informational purposes.</p> <p>The problem with this is that Fitnesse causes every one of those cells to fail because the returned data is different to the data entered (which was nothing).</p> <p>Is there a way to make Fitnesse ignore this column, or just make it pass? Ideally I don't want to change much of the fixture code which is being called. I understand I could use a table of type table and just match things up myself, but that's an hour or 2 of work which I can't really afford to do.</p> <p>Thanks for your help.</p> http://stackoverflow.com/questions/1758144/fitnesse-is-it-possible-to-run-fitnesse-pages-on-wiki-server 0 Fitnesse: Is it possible to RUN Fitnesse pages on wiki server? Chanakya 2009-11-18T18:40:15Z 2009-11-18T20:45:40Z <p>Fitnesse: Is it possible to RUN Fitnesse pages on wiki server?</p> http://stackoverflow.com/questions/1709001/getting-connection-closed-error-when-trying-to-read-response-from-fitnesse-rest-u 1 Getting connection closed error when trying to read response from FitNesse REST URI Michael Ibarra 2009-11-10T15:55:45Z 2009-11-13T19:00:56Z <p>Have you run into this problem? I run code remarkably similar to that from a <a href="http://stackoverflow.com/questions/1614458/parse-fitnesse-restful-xml-output-into-tfs-test-format">this previous question</a>, When in nUnitTest mode and the URI includes "/?test&amp;format=xml" the nUnit test fails with and IOException, "Unable to read data from the transport connection: The connection is closed."</p> <p>However the Fiddler trace that was running at the time shows the very xml I expected.</p> <p>I've recreated the request headers exactly (almost) as they are sent when sent through the browser.</p> <p>Finally, if I leave off the "/?test&amp;format=xml" from the URI, I get the html I would have otherwise expected.</p> <p>SOURCE CODE:</p> <pre><code> public virtual bool Run() { var request = CreateRequest(); var response = GetResponse(request); var responseString = ReadResponse(response); this.SetResults(responseString); return this.IsSuccessful; } protected internal virtual HttpWebRequest CreateRequest() { var address = TestConfig.Address; var request = (HttpWebRequest)WebRequest.Create(address); request.Accept = "*/*"; request.UseDefaultCredentials = true; request.CachePolicy = new RequestCachePolicy(RequestCacheLevel.NoCacheNoStore); return request; } protected internal virtual HttpWebResponse GetResponse(HttpWebRequest request) { var response = (HttpWebResponse) request.GetResponse(); return response; } protected internal virtual string ReadResponse(HttpWebResponse response) { var stream = response.GetResponseStream(); var responseString = ReadResponse(stream); stream.Close(); response.Close(); return responseString; } protected internal virtual string ReadResponse(Stream stream) { var reader = new StreamReader(stream); var responseString = reader.ReadToEnd(); return responseString; } </code></pre> http://stackoverflow.com/questions/429251/selenium-how-do-i-use-javascript-to-clear-a-value-from-a-form-field 0 Selenium: How do I use javascript to clear a value from a form field? Andrew 2009-01-09T18:52:55Z 2009-10-27T11:49:08Z <p>I'm using the selenium IDE and the Selenium-Fitnesse Bridge fixture and I'm trying to test that when I clear a default value out of a form field, my form displays an error message.</p> <p>So when I record with the Selenium IDE, what it does is the equivalent of telling Selenium to type nothing.</p> <pre>| type | text_field | |</pre> <p>The problem with this is that the Fitnesse fixture I'm using expects that second argument to not be null.</p> <p>Is there a way in Selenium to "clear a value" rather than "typing nothing"?</p> http://stackoverflow.com/questions/1401390/fitnesse-vs-anyother-subsystem-testing-tool 1 Fitnesse vs anyother subsystem testing tool Balaji 2009-09-09T18:46:19Z 2009-10-27T11:44:25Z <p>We are currently using Fitness for subsystem testing. we are having lot of issues using the tool, few to mention</p> <ol> <li>Development time for writing Fixture is more then writing the actual code</li> <li>Issues around check in of the dlls so that Qa can test them</li> <li>Issues in running Fitnesse for project which uses NHibernate</li> <li>limited help online</li> </ol> <p>We are planning to use some other tool to do the testing Few options which we know are</p> <ol> <li>SOAP UI</li> <li>Story teller</li> </ol> <p>I am not sure whether we will have similar problems with these tools It would be great to know if someone has experience using these tool and could guide us</p> <p>In our project we have adopted TDD so we have Nuits for unit testing. It would be great if anyone is aware of tools/ideas which could extend nunits for subsystem testing as well.</p> http://stackoverflow.com/questions/1623632/what-might-make-fitnesse-erase-the-properties-xml-file-content 0 What might make FitNesse "erase" the properties.xml file content. Jens 2009-10-26T08:19:45Z 2009-10-26T08:19:45Z <p>I'm having some issues with FitNesse... (with .NET)</p> <p>What happens is after a full copy of the FitNesse folder (with server, runners, pages ect.), whenever I start FitNesse, it kind of erases the properties.xml files, or rather overwrites them all with:</p> <pre> &lt;?xml version="1.0"?&gt; &lt;properties&gt; &lt;Files&gt;true&lt;/Files&gt; &lt;LastModified&gt;#some dt#&lt;/LastModified&gt; &lt;ResentChanges&gt;true&lt;/ResentChanges&gt; &lt;WhereUsed&gt;true&lt;/WhereUsed&gt; &lt;/properties&gt; </pre> <p>This means that we can no longer "Run" our Fit tests after a copy. Does anyone have any clue to why this is happening?</p> <p>Is there any important files we are missing that can cause the above? Can it be some sort of character encoding that is different from the source computer to the target computer? Any ideas at all are welcome... while I continue... but I'm fairly shure that if I manage to fix it, I wont know how I did without some help from here or somewhere else.</p> http://stackoverflow.com/questions/960922/using-the-fitnesse-test-automation-tool-to-test-letters-generated-with-stylevisio 1 Using the Fitnesse Test Automation tool to test letters generated with StyleVision unknown (google) 2009-06-07T00:45:28Z 2009-10-24T21:53:50Z <p>We use Fitnesse sucessfully to test the majority of our companies application. However we have to test the letters we generate using StyleVision manually. I was wondering if anyone has an automated approach to testing letters generated using Stylevision. It does not have to be with Fitnesse but it would be great if it was.</p> <p>Any help would be great. Thanks!</p> http://stackoverflow.com/questions/1504157/fitnesse-trying-to-load-defaultpath-as-assembly 0 Fitnesse trying to load "defaultPath" as assembly Richard Szalay 2009-10-01T14:02:55Z 2009-10-21T19:47:03Z <p>I am trying to specify a <a href="http://www.syterra.com/Slim/CustomTypeConverters.html" rel="nofollow">custom converter to Slim</a> by specifying a <a href="http://www.syterra.com/FitSharp/SuiteConfigurationFile.html" rel="nofollow">suite configuration</a>.</p> <p>When I manually append <code>?test</code> (the button doesn't appear for some reason), I get the following exception:</p> <blockquote> <p>__EXCEPTION__:System.IO.FileNotFoundException: Could not load file or assembly 'file:///C:\Path\To\fitnesse\__defaultPath__'</p> </blockquote> <p>Any idea why it would be trying to load "defaultPath" as an assembly from the current working directory?</p> <p>Below is my suite configuration:</p> <pre><code>&lt;?xml version="1.0" encoding="utf-8" ?&gt; &lt;suiteConfig&gt; &lt;ApplicationUnderTest&gt; &lt;AddAssembly&gt;C:\Path\To\TestsAssembly.dll&lt;/AddAssembly&gt; &lt;AddNamespace&gt;Tests_Namespace&lt;/AddNamespace&gt; &lt;AddAssembly&gt;C:\Path\To\fitSharp.dll&lt;/AddAssembly&gt; &lt;/ApplicationUnderTest&gt; &lt;fitSharp.Machine.Application.Settings&gt; &lt;Runner&gt;fitSharp.Slim.Service.Runner&lt;/Runner&gt; &lt;/fitSharp.Machine.Application.Settings&gt; &lt;fitSharp.Slim.Service.Service&gt; &lt;AddOperator&gt;NamespaceToConverter.NullableDecimalConverter&lt;/AddOperator&gt; &lt;/fitSharp.Slim.Service.Service&gt; &lt;/suiteConfig&gt; </code></pre> <p>My Fitnesse wiki page starts like this:</p> <pre><code>!define TEST_SYSTEM {slim} !define COMMAND_PATTERN {"%m" -c c:\Path\To\SlimConfig.xml %p} !define TEST_RUNNER {C:\Path\To\fitsharp\Runner.exe} |import| ... etc </code></pre> http://stackoverflow.com/questions/1602099/configurationsettings-appsettings-is-empty-throws-null-exception 1 ConfigurationSettings.AppSettings is empty, throws null exception Marvin 2009-10-21T16:48:24Z 2009-10-21T19:28:50Z <p>I have a class like this:</p> <pre><code>public class RxNormFolderMgr { // properties public string RxNormFolder { get { return ConfigurationSettings.AppSettings["rootFolder"].ToString(); } } } </code></pre> <p>When I try to use it like this:</p> <pre><code>public class TestRxNormFolderManager : ColumnFixture { public string RxNormFolder() { RxNormFolderMgr folderMgr = new RxNormFolderMgr(); return folderMgr.RxNormFolder; } } </code></pre> <p>I get an error: "System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object." The AllKeys property for AppSettings is an array of zero length where I am expecting length of 1.</p> <p>My app.config file in the project looks like this:</p> <pre><code>&lt;?xml version="1.0" encoding="utf-8" ?&gt; &lt;configuration&gt; &lt;appSettings&gt; &lt;add key="rootFolder" value ="C:\RxNorm" /&gt; &lt;!-- Root folder must not end with slash. --&gt; &lt;/appSettings&gt; &lt;/configuration&gt; </code></pre> <p>I know ConfigurationSettings.AppSettings is supposed to be obsolete and I should use ConfigurationManager.AppSettings, but I can't even get that to compile. I do have a reference in the project to System.configuration (c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.configuration.dll on my machine) and using statement at top of my code.</p> <p>I am using Fitnesse to test the code, and that's when I get the error. It's my understanding that I should also place a copy of the app.config file in the Bin>Debug folder of the test fixtures project which I have done. So, I don't know why I'm getting this error still.</p> <p>Please, help.</p> http://stackoverflow.com/questions/1591522/how-to-find-unexecuted-code 3 How to find unexecuted code ryber 2009-10-19T22:36:17Z 2009-10-20T04:32:52Z <p>Greetings, </p> <p>I have a large number of fitnesse tests for a project (1000+). Over time as features change, and shared fixtures come and go we have been left with unused orphaned code. But how to find it? </p> <p>For those who don't know how fit works, you have a wiki page with a like like this:</p> <p>| When a User Adds | 1 | and | 2 | He is returned | 3 |</p> <p>Which is mapped at run time to a method like:</p> <pre><code>public bool WhenAUserAddsAndHeIsReturned(int first, int second, int expectedResult){ return ((first + second) == expectedResult) } </code></pre> <p>finding all of these mappings by hand would be drudgery, writing a script to do it would be a long and difficult task. Im sure there must be a better solution.</p> <p>Is there a utility out there that could monitor the fixture dll while the tests are running and then return a list of all classes and methods that were NOT run? </p> http://stackoverflow.com/questions/1591256/delphi-ttcpserver-connection-reset-when-reading 0 Delphi: TTcpServer, connection reset when reading Vegar 2009-10-19T21:25:32Z 2009-10-19T21:25:32Z <p>Hi,</p> <p>I'm trying to implement a <a href="http://fitnesse.org/FitNesse.UserGuide.SliM.SlimProtocol" rel="nofollow">Fitnesse Slim server</a> for delphi, but have some problems with the communication.</p> <p>Fitnesse will start my process, and give me a portnumber as a commandline argument.</p> <p>Then I'm supposed to create a socket at the given portnumber, and Fitnesse will connect to that port. </p> <p>I'm using a TTcpServer for the job:</p> <pre><code>TcpServer1.LocalPort := ParamStr(ParamCount); TcpServer1.Active := true; </code></pre> <p>In the OnAccepted( )-event, I send the protocol version to use, as specified in the spec. </p> <pre><code>procedure TForm1.TcpServer1Accept(Sender: TObject; ClientSocket: TCustomIpClient); var s: ansistring; begin ClientSocket.Sendln('Slim -- V0.0', #10); setLength(s, 6); ClientSocket.ReceiveBuf(s, 6); end; </code></pre> <p>When I call ReceiveBuf( ), the process ends, and fitnesse throws an exception:</p> <pre><code>java.net.SocketException: Connection reset </code></pre> <p>I have used <a href="http://code.google.com/p/ospy/" rel="nofollow">oSpy</a> to see what get sent and received. It shows that after my code sends the protocol version, fitnesse sends a message back, and that the connection is reset when I try to receive this message.</p> <p>Does anybody know what the reason for this can be? Am I doing something completely wrong?</p> <p>Btw, everything works ok when I use the java slim server that comes with fitnesse. oSpy then shows the same communication, up to the first read. While my attempt to read fails, this one works as expected.</p> http://stackoverflow.com/questions/1345812/having-issues-running-fitnesse-for-projects-using-nhibernate 0 Having issues Running Fitnesse for projects using NHibernate Balaji 2009-08-28T08:57:57Z 2009-10-12T00:58:48Z <p>We are having issues in running Fitnesse for project which uses NHibernate. For all the project FitNesse looks into appropriate folder for getting the dll. For project having reference to NHibernate it errors saying type load exception. Currently we have got it working by copying all the dlls into Fitnesse/dotnet folder. I am sure there would be better way of doing this. Can someone please help us on this!</p> http://stackoverflow.com/questions/1398483/fitnesse-test-suite-with-variables 1 fitnesse test suite with variables chicachick 2009-09-09T09:09:42Z 2009-10-09T21:12:10Z <p>I was wondering is it possible to set up a variable within the test suite so thatit can be passed down to the setup fit page as a parameter value ?</p> http://stackoverflow.com/questions/1491608/how-to-pass-arguments-to-the-fitnesse-net-command-line-task-runner 2 How to pass arguments to the Fitnesse .NET command line task runner David Laing 2009-09-29T09:56:59Z 2009-10-09T21:09:54Z <p>I have a Fitnesse.NET acceptance test suite that I want to run as part of my TFS/MSBuild CI build.</p> <p>The suite contains some Fitnesse variables that I need to override when calling from the build process, eg:</p> <pre><code>!define ConnectionString {Data Source=...} </code></pre> <p>How can I override the variable values defined in the suite when calling the suite from the command line test runner?</p> <p>I'd like to be able to do something like:</p> <pre><code>Tests\TestRunner.exe -v -results test.results localhost 8082 MyTestSuite -P:ConnectionString={MyBuildServerDB} </code></pre> <p>Any ideas?</p> http://stackoverflow.com/questions/1509703/fitnesse-how-to-setup-for-net-for-all-tests-suites 0 FitNesse: how to setup for .NET for all tests/suites? queen3 2009-10-02T14:02:09Z 2009-10-09T21:06:06Z <p>I try to use Fitnesse with .NET. So, I have this setup on my test pages:</p> <pre><code>!define TEST_SYSTEM {slim} !define COMMAND_PATTERN {%m -a ..\Orders.Tests\bin\Debug\Orders.Tests.config -r fitSharp.Slim.Service.Runner,slim\fitsharp.dll %p} !define TEST_RUNNER {slim\Runner.exe} !path ..\Orders.Tests\bin\Debug\Orders.Tests.dll |import| |Tests.Orders.Fit| </code></pre> <p>How do I make this to be used from single location? I tried to define this in PageHeader, suite's SetUp, and !include page, but in all cases, when I run test, it just hangs. If includes are directly on the test page, it runs fine.</p> http://stackoverflow.com/questions/656508/launch-ie-from-a-windows-service-more-or-less 0 Launch IE from a windows service (more or less) rbobby 2009-03-18T00:10:32Z 2009-10-01T13:33:09Z <p>I want to use CruiseControl.net as a service and have it launch the Fitnesse test runner as a task to run a bunch of acceptance tests using the watin fixture which starts IE. Oh and I want to do this all on a virtual server.</p> <p>The above all works fine if I'm not running CC.Net as a service (ie. log in to the server via remote desktop and launch the CCNet.exe from the desktop).</p> <p>I'm pretty sure just marking the CC.Net service as "allow interaction with desktop" won't be enough (it's a virtual server so there may not even be a winstation0). Though I haven't specificially tried this (in the past I tried running Fitnesse as a service and it couldn't start IE via the watin fixture... so I'm pretty confident that more that "allow interaction with desktop" will be needed).</p> <p>I'm thinking I'll need a .exe that can create a winstation, log on as a specific user, and then launch IE (actually maybe just a shellexecute so I would not be limited to just ie). </p> <p>Has anyone done anything similar in the past? Any specific pitfalls? Is this worth doing... or should I just do a remote desktop and then disconnect? </p> <p>Note that the overall goal here is to have a <strong>reliable</strong> CC.Net process that invokes Fitnesse which in turn invokes IE. </p> http://stackoverflow.com/questions/403560/how-do-regular-expressions-work-in-selenium 3 How do regular expressions work in selenium? Andrew 2008-12-31T17:30:33Z 2009-09-30T15:01:19Z <p>I want to store part of an id, and throw out the rest. For example, I have an html element with an id of 'element-12345'. I want to throw out 'element-' and keep '12345'. How can I accomplish this?</p> <p>I can capture and echo the value, like this:</p> <pre>| storeAttribute | //pathToMyElement@id | myId | | echo | ${!-myId-!} | |</pre> <p>When I run the test, I get something like this:</p> <pre>| storeAttribute | //pathToMyElement@id | myId | | echo | ${myId} | element-12345 |</pre> <p>I'm recording with the Selenium IDE, and copying the test over into Fitnesse, using the Selenium Bridge fixture. The problem is I'm using a clean database each time I run the test, with random ids that I need to capture and use throughout my test.</p> http://stackoverflow.com/questions/403622/selenium-is-it-possible-to-concatenate-an-xpath-with-a-variable 2 Selenium: Is it possible to concatenate an xpath with a variable? Andrew 2008-12-31T17:53:50Z 2009-09-30T15:01:06Z <p>The xpath of my elements are becoming extremely hard to read.</p> <p>//div[@id='main_content']/div[2]/div[2]/div[2]/div[4]/table/tbody/tr[2]/td/form/fieldset/p[1]/input</p> <p>It would be nice if I could store most of that as a variable and use it later like this:</p> <p>| assertElementPresent | ${myForm} . /fieldset/p[1]/input |</p> <p>Is something like this possible? It would make my tests so much easier to read!</p> http://stackoverflow.com/questions/404014/selenium-fitnesse-bridge-how-do-i-store-and-echo-a-variable 0 Selenium Fitnesse Bridge: How do I store and echo a variable? Andrew 2008-12-31T20:53:57Z 2009-09-30T15:00:48Z <p>I'm using the <a href="http://www.michaelshimer.com/demo/demo.html" rel="nofollow">Selenium Fitnesse Bridge Fixture</a> in order to write tests in Fitnesse for Selenium. It's great because it covers <strong>ALL</strong> the functions that Selenium has. However, the problem I'm running into is storing variables like I would in Selenium IDE.</p> <pre>| !- fixtures.SeleniumFixture -!| | setup | http://www.google.com/ | *chrome /usr/lib/firefox-3.0.5/firefox | | open | http://www.google.com/ | | | storeLocation | here | | | echo | ${here} | |</pre> <p>Something as simple as this should work just fine, but when I save the test I get an error, undefined variable.</p> <pre>| storeLocation | here | | | echo | undefined variable: here | |</pre> <p>This just doesn't make sense. I'm defining the variable the line before I echo it. When I run the test, I get:</p> <pre>| storeLocation | here | | | echo | undefined variable: here | undefined variable: here |</pre> <p>The author is doing the same sort of thing with <a href="http://www.michaelshimer.com/demo/alltests.html" rel="nofollow">his tests</a>. Why won't this work for me?</p> http://stackoverflow.com/questions/1404069/soap-ui-pro-vs-fitnesse-has-anybody-used-soap-ui-pro 0 SOAP UI Pro vs Fitnesse, has anybody used SOAP UI Pro? Miral 2009-09-10T08:29:36Z 2009-09-29T16:06:52Z <p>We are using Fitnesse for subsystem testing i.e. WCF &amp; RESTful services. Now as writing Fitnesse test requires lot of effort, we are thinking of using SOAP UI Pro which gives this sort of facility. </p> <p>We are not 100% sure how much this is useful?</p> <p>Can anyone give suggestion of using SOAP UI against Fitnesse or if somebody has Pros &amp; Cons regarding either of the thing ??</p> http://stackoverflow.com/questions/91826/fitnesse-for-delphi-2006-delphi-2007-delphi-2009 4 Fitnesse for Delphi 2006 / Delphi 2007 /Delphi 2009 Charles Faiga 2008-09-18T11:46:16Z 2009-09-01T16:58:43Z <p>Is there a version of Fitnesse that works on Delphi 2006/2007/2009 ?</p> <p>If so where can I find It?</p> <p>Are there any other programs like Fitnesse that work on Delphi 2006 ?</p> http://stackoverflow.com/questions/1340311/fitness-typeload-exception -1 Fitness Typeload Exception Balaji 2009-08-27T10:55:08Z 2009-08-28T19:44:12Z <p>System.TypeLoadException: Method 'CreateConfiguredContainer' in type 'Ttl.Refunds.Services.RefundRequest.Fitnesse.RefundRequestUnityConfigurationForFitnesse' from assembly 'Ttl.Refunds.Services.RefundRequest.Fitnesse, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.</p> http://stackoverflow.com/questions/407628/fitnesse-error-refactoring-a-page 0 Fitnesse- Error refactoring a page Chanakya 2009-01-02T18:22:29Z 2009-08-28T19:42:44Z <p>HI, Everytime I try to refactor a page I get the following error- Cannot rename FitNesse.StoreProcedure to TestSuite.StoreProcedure TestSuite.StoreProcedure is not a valid simple page name. Due to this I am having trouble creating a test suite. Any help will be appreciated.</p> http://stackoverflow.com/questions/1338238/how-to-setup-fitnesse-cmsytem-for-perforce 0 How to setup Fitnesse CmSytem for Perforce Lee 2009-08-27T00:11:17Z 2009-08-27T00:11:17Z <p>What is the best way to setup perforce version control for the latest fitnesse distributions?<br> We have our fitnesse files under perforce version control, but manually checking out prior to each update is a bit of a pain.</p> <p>Since the 20090214 release of Fitnesse, CM integration is included or more precisely plugins for version control systems can be built, as per: <br> <a href="http://fitnesse.org/FitNesse.UserGuide.SourceCodeControl" rel="nofollow">http://fitnesse.org/FitNesse.UserGuide.SourceCodeControl</a></p> <p>The SVN and git hub plugins are included with the fitnesse distribution.<br> I found the following Perforce CM system, which would seem to be what I need:<br> <a href="http://code.google.com/p/perforcecmsystem/" rel="nofollow">http://code.google.com/p/perforcecmsystem/</a></p> <p>Seems like the above may have already been integrated into the fitnesse distribution based on:<br> <a href="http://github.com/unclebob/perforcecmsystem/tree/master" rel="nofollow">http://github.com/unclebob/perforcecmsystem/tree/master</a> If this is now built in, I need some further pointers on how to enable it.<br> If not may need to rebuild this source against the lastest distribution, which is a little more work since we are a .NET shop.</p> <p>There is this alternate Fitnesse plugin for perforce version control, but it doesn't seems to follow the recommended CmSystem protocol. <a href="http://www.qaautomation.net/?p=14" rel="nofollow">http://www.qaautomation.net/?p=14</a></p> <p>We are testing a .NET project where we use the fit runner 1.8. I would like to get perforce integration working with the most up to date fitnesse distribution, but so far no luck with the 20090818 release.</p>