Bug 425274 - "Native" Windows UI applications toolkit support - make use of UI Automation framework
Summary: "Native" Windows UI applications toolkit support - make use of UI Automation ...
Status: CLOSED WONTFIX
Alias: None
Product: Jubula (Archived)
Classification: Technology
Component: RC (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Oliver Goetz CLA
URL:
Whiteboard:
Keywords:
Depends on: 425284 425285 425286 425287 425288 425289 425290 425291 425292 425293 425294 425295 425296 425297 425298 425299 425300 425301 425302 425303 425304 425305 425306 425307 425308 425309 425310 425311 425312 425313 425314 425315 425316 425317 425318 425319 425320 425321 425322 425323 426140
Blocks: 425264
  Show dependency tree
 
Reported: 2014-01-10 05:57 EST by Markus Tiede CLA
Modified: 2015-03-24 03:55 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Tiede CLA 2014-01-10 05:57:55 EST
To support "native" Windows UI applications we make use of UI Automation framework. Hence we should support its "Control Types" which can be found here [1].

[1] http://msdn.microsoft.com/en-US/library/windows/apps/ee671197
Comment 1 Markus Tiede CLA 2014-01-10 07:29:05 EST
OS target and severity corrected.
Comment 2 Markus Tiede CLA 2014-01-17 09:10:15 EST
We have to make sure to use locale independent "control type" identifiers [1] and avoid redundant information and mappings of "control types" and "control type ids" [2] (at least the second part is currently the case in the native win RC server).

[1] http://msdn.microsoft.com/en-us/library/system.windows.automation.automationelement.automationelementinformation.controltype%28v=vs.110%29.aspx

[2] http://msdn.microsoft.com/en-us/library/ee671198%28v=vs.85%29.aspx
Comment 3 Markus Tiede CLA 2015-03-24 03:55:37 EDT
We're currently no longer planning / working on adding support for this.