Questions tagged [gallio]

Gallio is an Automation Platform for .NET

From their website:

The Gallio Automation Platform is an open, extensible, and neutral system for .NET that provides a common object model, runtime services and tools (such as test runners) that may be leveraged by any number of test frameworks.

The Gallio platform seeks to facilitate the creation of a rich ecosystem of interoperable testing tools produced by and for the community at large so as to address a far wider range of testing needs than any previous independent testing framework has done before. Unit tests, integration tests, performance tests, and even semi-automated test harnesses should all be able to leverage common facilities where appropriate. Moreover, they should present consistent interfaces to the world so that they can easily be integrated into the systems and processes of the enterprise.

196 questions
-1
votes
2 answers

Testing Framework that supports Ordering of Test Classes and Test Methods

First of all: I don't want to do unit tests, instead I am going to implement API tests. These tests should be executed in a defined order: Login Get something Create something Logout I'd like to get this work in Visual Studio as well as by…
LaOsgaar
  • 115
  • 1
  • 8
1 2 3
13
14