Все вопросы: [ui-automation]
16 вопросов
Автоматическое тестирование пользовательского интерфейса в SharePoint
Мне нужны автоматизированные инструменты функционального тестирования, которые могут управлять сайтами, библиотеками и документами SharePoint через веб-интерфейс.Он должен быть достаточно расширяемым, чтобы обрабатывать любые пользовательские части, которые добавляются позже.Это не обязательно д...
WPF: написание дымовых тестов с использованием ViewModels
Я собираюсь написать дымовые тесты для нашего приложения WPF.Вопрос, с которым я столкнулся: следует ли использовать автоматизацию пользовательского интерфейса (или какую-либо другую технологию, которая создает сценарий пользовательского интерфейса), или достаточно ли хорошо использовать ViewMod...
Silverlight UI-автоматизация текстового блока
Я пытаюсь настроить автоматизацию пользовательского интерфейса для Silverlight 3. У меня есть небольшой тестовый проект, состоящий из двух элементов: Button и TextBlock.Когда вы нажимаете кнопку, текст должен измениться. Мне удалось смоделировать нажатие кнопки, и текст в пользовательском инте...
Tutorial/References for Microsoft's UI Automation
I recently implemented a program using the Microsoft Accessibility API, but have since been told that the new UI Automation has replaced it. Seems like it would be a good investment for next time to learn the newer tool for the job. So, what are the best references, and hopefully actual tutorial...
How do I create a deployment package for CodedUI Tests recorded in Visual Studio 2010 beta?
A few test scenarios have been recorded using CodedUI test template for my web application in Visual Studio 2010 beta. These run from within the Visual Studio successfully without any issues. I was looking for instructions to create a deployment package.
UI automation tool for a windows based WPF application with Record and Playback feauture
I am in the process of recommending an UI automation tool for a windows based WPF application in a company Which targets wide range of customers . The Application lives on a layer of WCF services for getting The data. The company is already having a small VBScript framework written specifically ...
How to Invoke Shortcuts Keys in the UI Automation? / .NET
I'm writing program to automate win32 form. I'm using Microsoft UI Automation library. I don't know how I can get and invoke predifined shortcuts key on that form. Now I simply get AutomationElement of the MenuItem and invoke click on that element. Any solutions? Does anybody do this?
CruiseControl.NET and UI automation testing
I am using White as my framework for my UI automation testing. Can I use CruiseControl.NET (that is running as a service), to run the tests written by White? I have been trying for a whole day without success. The White framework requires interactive desktop. The error message I am getting is : ...
How can I get a control's DataContext from an external application using UI Automation (and/or White)
I'm using White to drive the UI of a WPF app, and it's worked well so far. I'm at the point however, where I need to poke into the internal state of the app under test to check some conditions. Specifically, I have a DataGrid (from the WPFToolkit), which is databound to a List<MyBusinessObje...
AccExplorer doesn't find new controls / thinks old controls are still around
Our application has many controls that are created dynamically. For example, a navigation pane contains groups of links that change as the user navigates through the app. The first time I use AccExplorer to select these links, it finds them perfectly. However, after I navigate to another page,...
Is there Anyone who Successfully Implement UI Test Automation Regime using Microsoft UI Automation?
I am looking for an Automated UI test framework/ software tool. In the past I have been using TestComplete, and although it's a good piece of software, but the concept of GUI test automation was deemed to be sufficiently difficult that I wrote a few posts to complain about it. One of the proble...
Автоматизация UIA с ToolStripStatusLabel
У меня есть приложение WinForms, и я не могу получить доступ к тексту ToolStripStatusLabel через UIAutomation. Microsoft подразумевает , что поддержка StatusStrips (и предположительно элементов внутри них) ограничено, но это кажется достаточно простым вариантом использования, чтобы он работал. ...
Опыт работы с UI Automation и WPF
Мы разрабатываем довольно большое приложение на основе WPF и хотели бы включить автоматическое тестирование пользовательского интерфейса в наш набор тестов (который уже содержит ряд модульных тестов). UI Automation Framework от Отчасти Microsoft кажется идеальным вариантом для программного ...
Как программно выбрать пункт всплывающего меню в Windows?
У меня есть приложение, для которого я пишу небольшой мастер. Он автоматизировал небольшую часть приложения, перемещая мышь по соответствующим кнопкам и меню и щелкая их, чтобы пользователь мог смотреть. Пока что он перемещает мышь к элементу дерева и отправляет щелчок правой кнопкой мыши. Эт...
Как читать / взаимодействовать со старым ActiveX SSUltraGrid с помощью UIAutomation
Я занимаюсь автоматическим тестированием старого приложения Win32, в котором использовались элементы управления ActiveX. Я рекомендую использовать White (от Thougthworks), который использует Microsoft UIAutomation. Я могу найти AutomationElement, связанный с элементом управления, но как мне с ни...
Тестирование автоматизации графического интерфейса пользователя - вопросы по оконному управлению
Наша компания в настоящее время пишет инструмент автоматизации тестирования графического интерфейса пользователя для компактных фреймворков. Сначала мы искали множество инструментов, но ни один из них нам не подошел. С помощью этого инструмента вы можете записывать тестовые примеры и группиро...