rfennell / GuiTester

A proof of concept library to uses .NET attributes to mark up UI controls for testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Status of Project

This project started as a final year CompSci degree project to show how graphics user interfaces could be tested based on marking up WinForms UI controls (within the source code) using .NET attributes. Where the tests were discovered and executed using reflection. As such it was never meant for production usage.

This project is not under any active development.

Documentation

For more details see the projects wiki

About

A proof of concept library to uses .NET attributes to mark up UI controls for testing

License:Microsoft Public License


Languages

Language:C# 97.1%Language:Visual Basic 2.9%