Subject | English | Polish |
comp., MS | coded UI test | kodowany test interfejsu użytkownika (An automated test of the user interface of an application. A coded UI test exercises user actions and validates the expected results) |
comp., MS | new Windows UI | nowy interfejs użytkownika systemu Windows (The new way of interacting with Windows introduced in Windows 8) |
comp., MS | on-object UI | interfejs użytkownika powiązany z obiektem (A user interface that appears near a selected object, usually after the user right-clicks a selection, for example, a context menu that pops up above or beside a selected object and displays a list of commands that fit the selection) |
comp., MS | UI Automation | automatyzacja interfejsu użytkownika (The accessibility model for Microsoft Windows that programmatically gathers information about an application's User Interface (UI) elements and exposes it to assistive technology products and automated test scripts) |
comp., MS | UI Automation client | klient automatyzacji interfejsu użytkownika (An assistive technology application, such as a screen reader, that uses UI Automation to obtain programmatic access to the UI elements in an application's user interface. The client presents information about UI elements to the end user. Automated test scripts are also considered to be UI Automation clients) |
comp., MS | UI Automation provider | dostawca automatyzacji interfejsu użytkownika (An implementation of UI Automation interfaces that exposes programmatic information about a UI element. The provider supplies this information to the UI Automation framework in response to UI Automation client requests) |
comp., MS | UI cache | bufor interfejsu użytkownika (A cache that stores information that is used by Delegated Administration Console. The UI cache selectively makes user interface elements available to users based on their logon credentials. By default, the information is stored in the cache for five minutes, but this property is configurable) |
comp., MS | UI Control Locator | Lokalizator formantów interfejsu użytkownika (A tool that identifies controls to use in a coded UI test) |
commun. | UI customization cookie | plik cookie do personalizacji interfejsu użytkownika |
comp., MS | UI Privilege Isolation | Izolacja uprawnień interfejsu użytkownika (A window manager subsystem that blocks applications at a lower UI privilege level from sending messages to or hooking threads belonging to processes with a higher UI privilege level) |
comp., MS | UI privilege level | poziom uprawnień interfejsu użytkownika (The integrity level that is stored in the access token of a process and that is used by the UI Privilege Isolation (UIPI) feature to determine if an application or process is permitted to send Windows messages to another application or process) |
comp., MS | UI surface | powierzchnia interfejsu użytkownika (The area in the new Windows UI where developers can place controls. The UI surface includes the app canvas, the app bar, a context menu, a flyout, and so on) |
comp., MS | Windows UI control | kontrolka interfejsu użytkownika systemu Windows (A UI control available through WinUI that allow an app take on the look and feel of Windows. Regardless of the developer's choice to use HTML/JS or C++/C, the developer can create an application that carries the new Windows experience. This includes controls enabling the display, entry and manipulation of data and content including View Controls, Text Controls, Pattern Controls, Overlay Controls, Media (Video & Audio) Controls, Content Controls, Collection Controls, and Basic Controls. These controls are available for Windows Store apps) |