Category Archives: Yats

Yet Another Test System

Yats – version 0.9.5

An updated version of Yats is available in the Downloads section. The main changes: A major refactoring of logging code. Clean interfaces were defined and implemented, previous workarounds removed; Source solution upgrade – now compatible with the free Visual Studio 2013 Community edition! Created solution folders, finally started to use NuGet; Bug fixes What’s next?… Read More »

Yats – Composite Test Cases

Yats now supports composite test cases. A selected test sequence or part of it can be exported to a test case file: Be sure to save the file in a directory set up to contain test cases: The test case shows up in the Test Case window. Now it can be added to other test… Read More »

Yats – Setting Up Test Case Project

This should help you to get started writing a Yats test case. We will create a Visual Studio solution, set up project dependencies and debug a very simple test case. We are assuming that Yats is installed at C:\Program Files\Yats Create a new C# DLL project: Add the following DLL dependencies to the project: attributes.dll,… Read More »