Hey Matt,
I need your help running a simple test using visual studio .NET. I want to run
test using thefixture code in C#. If you have any simple example to run this
that will be helpfull.Please let me know. Thanks
--- In
fitlist@yahoogroups.com, "archer.matt@..." <matthewjarcher@...> wrote:
>
> Hi All,
>
> I am trying to use DbFit with FitPro.
>
> I have installed the FitPro visual studio plug-in and have run a handful of
successful ColumnFixture tests by selecting `Run Fit Tests' for the associated
.fit files, so I am relatively confident everything is OK with the basic
installation.
>
> My problem is whenever I try to create a .fit file that references a fixture
outside of the project where my .fit files are located (in this instance, when I
include 'dbfit.SqlServerTest' in the first row of my table) I receive an
exception saying `System.ApplicationException: Type 'dbfit.SqlServerTest' could
not be found in assemblies.'
>
> If anyone has used DbFit with FitPro before and could give me a couple of
pointers that would be much appreciated. Alternatively, if anyone knows how to
reference a fixture in another dll that would also probably do the trick.
>
> Thanks for your help,
>
> Cheers,
>
> Matt
>
--- In
fitlist@yahoogroups.com, "arifyayalar" <ayayalar@...> wrote:
>
> Fit is one of my favorite frameworks to develop API testing in my
> projects. I've been using Fit for about 3-5 years now. So I decided to
> develop a simple Fit tool that allows you to execute Fit tests from a
> UI interface. I've been getting pretty good responses from people who
> has been used this tool. So I decided to give it out to the public as
> an open source project.
>
> Some of the functionalities of Fit Runner.
>
> * Simple, elegant interface
> * Extremely easy to use
> * Visual feedback on test results. Green, Red, or yellow
> * Built in web browser to display test results
> * Built in functionality to copy test fixture(s) to GAC
> * Built in HTML table generator. Generates html tables for the
> given test fixture.
>
>
http://fit.c2.com/wiki.cgi?FitRunnerDotNet
>