|
Glossary |
Top Previous |
|
A component of a .NET application. It is a *.exe or *.dll file. A typical application consists of multiple assemblies. Application Under Test: the program that is to be tested. A GUI element that has been created by application developers using Form Designer. Information about Design-Time GUI objects can be obtained by analyzing your application using .NET reflection, without having to run the application. Graphical User Interface. The same as GUI object. Also known as GUI element. A part of GUI, for instance a form or a menu. Reflection is a mechanism to retrieve information about assemblies, modules, members, parameters, and other entities in code by examining their metadata. A GUI element that is created when the application is running. Test coverage describes the degree to which the GUI elements of a program has been tested. It is usually measured in %.
|