ui-automation
Silent UI automation
Is there a tool for .NET (either free or commercial) which can execute UI automation in a silent manner? Eg. go to control panel and so something, wi开发者_开发技巧thout it being shown on the logged o[详细]
2023-03-20 23:06 分类:问答Microsoft UI Automation for Customize word addin
I tried out UI Automation for WPF testing and it works very well for us. Now I want to use UI Automation test for our custom microsoft word addin (which includes a ribbon tab and other controls) but I[详细]
2023-03-20 06:54 分类:问答how to implement a given logged in user role through UI automation?
I am having trouble how to implement the Given step (with SpecFlow for example) of a logged in user role throught Web UI automation (with WatiN for example).[详细]
2023-03-17 04:21 分类:问答How can I send a right-click event to an AutomationElement using WPF's UI automation?
Using WPF\'s built-in UI automation, it\'s easy (though pretty verbose) to send a left-click event to an AutomationElement (such as a Button):[详细]
2023-03-16 16:55 分类:问答What solutions are available to automate keystokes and entry of incrementing filenames?
I am assembling image sequences, each 开发者_JAVA百科sequence consisting of 1-5K png images. Each sequence is then subject to a large number of image manipulations. These manipulations are identical f[详细]
2023-03-16 09:20 分类:问答How to check element properties in iOS gui automation?
All UI Automation examples I\'ve seen uses standard components whose state can be in开发者_StackOverflowspected with the JavaScript API using the value() method. This is a bit limiting. Lets say you w[详细]
2023-03-15 17:13 分类:问答How to get Control/Windows Handle/AutomationElement that receives mouseclicks at specific point?
I am trying to get a control at a specific screen coordinate which I have given. Now I want to开发者_JAVA技巧 know which control would receive a mouse-click. (The control is in another application in[详细]
2023-03-15 11:40 分类:问答Android & Robotium - Writing automation tests?
I am using Robotium to write automation tests. Should I开发者_如何学C create 1 test per activity?[详细]
2023-03-15 06:20 分类:问答WPF UI Automation issue
This Thread belong to this I am asking where do I need to insert the workaround 开发者_StackOverflow社区from this[详细]
2023-03-13 17:42 分类:问答Xcode: UI Automation: waitForValid()
There\'s a waitF开发者_如何学编程orInvalid() but what about a waitForValid() function? For some reason, push/popTimeout doesn\'t work for me in many cases. Apple?If the element is \"valid\" but not \"[详细]
2023-03-13 12:24 分类:问答