The Problem
Always wondered about completeness of your application tests? Want to find out what areas of your program are untested?
Modern GUI applications have hundreds and thousands of menu items, buttons, toolbars, etc. The testers have to try out all of them, if they want to detect most of the bugs before the customer does. But how to tell if all these GUI elements are covered by the tests?
The Solution
GuiProf is a GUI coverage profiler for .NET applications. You do the tests as usual, either manually or automated. GuiProf is working in the background and records every action you perform via GUI of your application. After tests GuiProf tells you for every GUI object whether it has been tested or not. This allows you to find untested of insufficiently tested areas of your application and concentrate your effort on the most important of them.
Learn More About:
- Analyzing design-time GUI
- Analyzing run-time GUI
- Analyzing test coverage
- How it works
- Team work support
- Supported application types