Share

FITpro - Acceptance Test Solutions

Code

Programming Languages: C#, Java

License: Eclipse Public License

Repositories

browse code, statistics svn co https://fitpro.svn.sourceforge.net/svnroot/fitpro fitpro

Show:

What's happening?

  • Followup: RE: Change Output File Name

    I was able to do this by running the executable from the command line. The lst parameter you pass in is the name of the result file. I wasn't able to change this in VisualStudio, but really just needed it from the command line runner.

    2009-11-23 18:39:56 UTC by benrice23

  • FitLibrary for .Net

    Can anyone point me to some documentation on FitLibrary for .Net? I did find the FitNesse project page, but it wasn't much help.

    2009-10-06 20:35:19 UTC by benrice23

  • Change Output File Name

    Is there a way to change the name of the html output files? I want to run the files nightly and just have the output overwrite itself each night rather than create a unique file each time. Thanks!

    2009-10-06 20:33:18 UTC by benrice23

  • Followup: RE: Queries on FitPro Eclipse

    A test looks like: !path classes !path fitnesse.jar !path fitlibrary.jar !path D:\Development\BPDWorkspace\Test\bin |com.test.Addition| |setNumber1|10| |setNumber2|50| |check|addNumbers|60| |setNumber1|10| |setNumber2|2| |check|addNumbers|33| |setNumber1|20| |setNumber2|70| |check|addNumbers|90|.

    2009-08-24 05:41:04 UTC by leelapadmaja

  • Followup: RE: Queries on FitPro Eclipse

    A test looks like: !path classes !path fitnesse.jar !path fitlibrary.jar !path D:\Development\BPDWorkspace\Test\bin |com.test.Addition| |setNumber1|10| |setNumber2|50| |check|addNumbers|60| |setNumber1|10| |setNumber2|2| |check|addNumbers|33| |setNumber1|20| |setNumber2|70| |check|addNumbers|90|.

    2009-08-21 11:22:50 UTC by leelapadmaja

  • Queries on FitPro Eclipse

    Hi All, Anybody know why SetStopOnError(true) is not working with the FitPro. I tried the same with Fitnesse WIki, it is working perfectly. But when I tried same fixture code and test with FitPro it is not. A small Example here: package com.test; import fitlibrary.DoFixture; public class Addition extends DoFixture { private int number1; private int number2; public int...

    2009-08-21 11:21:36 UTC by leelapadmaja

  • Comment: Installation Problems in Galileo

    This is caused by incorrect version in plugins MANIFEST.MF. See bug number 2825896.

    2009-07-23 09:45:41 UTC by nobody

  • Incorrect plugin version in MANIFEST.MF

    Incorrect version is set in plugins/com.luxoft.eclipse.fit.runner_1.2.0/META-INF/MANIFEST.MF. Currently it is Bundle-Version: 1.0.0 but should correspond to what is declared by the feature, which is 1.2.0. This version mismatch causes update site to fail.

    2009-07-23 09:42:26 UTC by nobody

  • Installation Problems in Galileo

    When trying to install the Eclipse Plugin via remote update site: http://fitpro.sourceforge.net/EclipseUpdate/. I get the following error message: Cannot complete the install because one or more required items could not be found. Missing requirement: 1248163133299 0.0.0.1248163133299 requires 'com.luxoft.fitpro.feature.group [1.2.0]' but it could not be found.

    2009-07-21 07:59:32 UTC by crenshinibon

  • Followup: RE: cannot install fitpro to eclipse

    Sorry! It works in Ganymede. But not in the newest version (3.5, which is called Galileo).

    2009-07-21 07:55:05 UTC by crenshinibon