fitsharp
fitsharp copied to clipboard
Functional testing tools for .NET
I'm working on a legacy project which makes use of two DLLs: - `fit.dll` - `FitLibrary.dll` The usages of `fit.dll` in the source code include the following: - `FileRunner` -...
Since release 1.6 fitSharp isn't remotable anymore. I use .NET-Remoting to execute tests on another machine. This is done by calling SetSystemUnderTest with a remote object in my fixture. Everything...
I've created a C# fixture to drive web tests using Selenium Webdriver (see https://github.com/essenius/FitNesseFitSharpSelenium) using FitSharp (SLIM). This fixture works fine until FitSharp 2.7.0. However, when I use FitSharp 2.7.1,...
I am trying to test many procedures together in a DBFit page and I want to display the execution time of the test of every procedure along with the test...
I am running dbfit 3.2.0 with fitSharp 2.7.0 against SAP ASE 15.7 I am getting an error while trying to use !|set option|autocommit|true| System.Reflection.TargetInvocationException: Exception has been thrown by the...
Is is possible to add support for xls files like in FolderRunner? http://butunclebob.com/FitNesse.UserGuide.FitLibraryUserGuide.FolderRunner
Check the parameter types and pass Symbols if the type matches. https://stackoverflow.com/questions/45124637/is-it-possible-to-access-slim-symbols-from-code-with-fitsharp/45132872#45132872
I'm using dbfit from fitSharp distribution. I've noticed that I cannot use the Inspect fixture in standalone mode, because there is no way to set its "mode" (e.g. QUERY, TABLE,...
allow specification of multi-threaded or multi-process execution