Questions tagged [fitsharp]

fitSharp is a set of open-source web-based functional testing tools for .NET, inspired by the Framework for Integrated Test.

fitSharp is a set of open-source functional testing tools for .NET, inspired by the Framework for Integrated Test ().

fitSharp provides an environment for which allows testing and fixture authoring of code in Microsoft's .NET framework.

fitSharp supports both fit and SLiM-style testing, and is the successor to FitNesse.NET.

63 questions
0
votes
1 answer

FitSharp could not load fit.PrimitiveFixture from assembly fit

I have been trying to migrate over to FitSharp after we upgraded our project to .NET 4.0 however I am currently stuck with the error: System.TypeLoadException: Could not load type 'fit.PrimitiveFixture' from assembly 'fit, Version=2.2.4498.25494,…
Jens
  • 3,353
  • 1
  • 23
  • 27
0
votes
1 answer

DbFit exception using SQL server 2008

New to dbFit. Downloaded version dbfit 1.1 which successful executed the queries, except for one query. That query would then timeout. When I then update with fixes for the timeout - https://github.com/jediwhale/fitsharp, will fail. Then returns the…
Nobody
  • 549
  • 1
  • 10
  • 24
-4
votes
1 answer

How do i write BDD scenarios in fitnesse with .Net like Given when then format using Fitsharp

We need to write scenarios in Fitnesse in Given When Then (Gherkin) Is there any way to do this? like in java GivWenZen we are using fitnesse in .Net 4.0 using Fitsharp. scenario: Existing Fitnesse table- !define TEST_SYSTEM {fit} !define…
Abhijeet
  • 23
  • 3
1 2 3 4
5