UI Automation is programmatic/scripted interaction with a graphical user interface, typically for the purpose of testing or accessibility assistance.
1
vote
1answer
425 views
xdotool with mountain lion and macbook retina
xdotool doesn't seem to work with my new macbook retina with mountain lion installed. It launchs XQuartz but does't seem to simulate mouse click or keyboard inputs like before. I don't know if it's ...
0
votes
0answers
286 views
How can I find text on screen and get its coordinates using c#?
I want to automate a software installed on my machine. I am using AutoIt but on one screen i could not get the control ID or title so that i can access that control and then find text in that. I want ...
0
votes
1answer
123 views
Does there exist a cross-browser JavaScript library for simulating keyboard manipulation of an element?
I'm well aware of the standard event firing mechanisms for browsers, but I have a need for a JavaScript library that will simulate cursor and insertion point navigation via the keyboard. In ...
0
votes
2answers
161 views
Screenscraping and controlling a 3rd party .NET application
Question:
What's the best approach to grab text from .Net UI controls in a running, 3rd party application, and send input to said application? Due to deploy constraints, the target platforms range ...
0
votes
1answer
158 views
Select a date in UIDatePicker by UIAutomation?
I found that I can't do this by UIAPickerWheel.selectValue(), any idea?
0
votes
1answer
406 views
why not able to find web page element by id using Selenium
try to play with Selenium, created a very simple example
static void Main(string[] args)
{
using (IWebDriver driver = new InternetExplorerDriver())
{
...
1
vote
0answers
83 views
count the number of rows/columns using UI Automation
I am new to UI Automation. I am working on UIAutomation IPad for one of the clients. I need to perform the below activities
1. When we click on Products list page, I will see a tabular format with 2 ...
1
vote
0answers
63 views
Automatization Java AWT applet
I need to automate my java application. I work with Selenium, but in this case it doesn't recognize elements of GUI. We use Java AWT of 2000. Can you help me with choosing right automation tool. I ...
0
votes
1answer
145 views
UIAutomation [UITextField resignFirstResponder]
How can I get the keyboard dismissed when using UI Automation tests?
I've been looking at UIAElement and UIATextField documentation but couldn't find something that suggests so.
var textField = ...
1
vote
1answer
494 views
Can't load Skuli library
I am encountering an exception when trying to execute following java code:
package testSikuliPackage;
import org.sikuli.script.*;
public class MyFirstSikuliTest {
public static void main(String[] ...
2
votes
0answers
59 views
Automate Already Running Java App By Attaching
There is a java app I use (not mine) and I want to automate it.
I have used autohotkey before to enter text and click buttons but I am not sure how to get text from a java table using it.
What I ...
1
vote
2answers
147 views
How to select font node in Sahi?
I am using Sahi to record my actions in IE8. My page contains this markup:
<td id="ButtonText" class="myClass">
<font title="unique title" onclick="CallThis()">ButtonText</font>
...
0
votes
1answer
111 views
Having Instruments always revert to script file on disk (instead of prompting) for iOS UIAutomation testing
Question:
Is there some way to shush up Instruments from warning about changes on disk to the currently loaded script, and have it just use the latest version of the script on disk? I'm always editing ...
1
vote
1answer
300 views
UI Automation Windows User login
I have a test case where i have to automate user action on windows UI,
The scenario is that windows password has expired, and when user tries to login to the
system, the reset password page appears ...
12
votes
4answers
1k views
How can I automatically test the functionality of iOS and Android applications?
I have to regularly test the availability and functioning of a movie rental website. I wrote a Windows program which is able to automate a web browser according to a script, so this task is basically ...
0
votes
2answers
764 views
Create a bat file to run Android automated tests(Robotium) from command line
I am working on Android automated testing. We would like to have a bat file integrated with MSBuild.exe. I have all the test cases created, however, I cannot get the bat file working properly.
...
0
votes
0answers
121 views
Can Not find static text control when the test is executed on virtual machine
I am using Microsoft Automation UI framework to develop my automation test cases. The problem I faced with is related to interaction with static text control. I am just trying to get the control's ...
1
vote
2answers
457 views
Getting full contents of a Datagrid using UIAutomation
I have need to retrieve all of the items in a Datagrid from an external application using UIAutomation. Currently, I can only retrieve (and view in UISpy) the visible items. Is there a way to cache ...
0
votes
2answers
556 views
How can I write test case for KeyPress event in Selenium-WebDriver (Ruby)?
I tried the following code,
element = driver.find_element(:id, 'textbox')
element.senk_keys "Hello"
element.send_keys :enter
This set "Hello" in the text box but "enter" key is not working.
Is ...
1
vote
1answer
322 views
Using Instruments to test an iOS app without having source code to the application
I would like to use UIAutomation via Instruments in Xcode to test an app on my iOS device. Is it possible to do so without having to build the source code? The reason for this is that our team will ...
1
vote
0answers
226 views
How to write a text box control on C++/CX for Windows Metro Style application?
I need to write a text box control for Metro Style app. And I need that this text box can invokes a touch keyboard, when my app runs on tablet PC.
Microsoft advices me:
If you are writing a ...
0
votes
1answer
125 views
Cannot find Login submenu from Context menu by using Windows Automation
I am trying to automate login and file download from an application. I could login by getting the Menu item (on the toolbar) and expanding it and selecting the 'logon' menu item in the submenu. I got ...
2
votes
0answers
1k views
Multiple Instances of Firefox during Selenium Webdriver Testing not handling focus correctly.
I have noticed that while running multiple selenium firefox tests in parallel on a grid that the focus event handling is not working correctly. I have confirmed that when each of my tests is run ...
0
votes
0answers
143 views
iOS UI Automation in Instruments: Is there any method to prevent default log items which are generated by gestures
I'm using UI Automation on iOS tool Instruments in JavaScript.
When I'm taping something with a piece of JavaScript for example, default log is generated marked "Debug" in the log list. My question ...
2
votes
2answers
263 views
UI automation with functional languages [closed]
Does anyone have an examples or experience of writing UI automation in a functional language? I'm currently learning F# to get a better understanding of functional concepts and I'm having difficulty ...
0
votes
1answer
180 views
Swapy could not be used to access swing properties of swing based java application.How to access swing properties of a java application
I am using swapy(desktop automation tool which uses pywinauto python package) to automate desktop UI activities, but swapy does not recognize the properties of a swing based java application, but it ...
1
vote
2answers
703 views
Python code to automate desktop activities in windows
I want to automate desktop activities in windows environment using python..can it be done?? If so please provide me the link(material).. examples will also be helpful..thanks in advance.
update:
...
1
vote
1answer
158 views
Coded UI and the old ways to test web app
My project used to use Microsoft.mshtml and SHDocVw.dll to automate our Web UI test. Then I heard about the CodedUI test. So questions are:
Does it mean I can give away Microsoft.mshtml and ...
0
votes
2answers
3k views
InputDispatcher: Dropped event because input dispatch is disabled
I am developing ui automation platform for android.
For some reason sometimes (very rare) click events can be dropped
When it happen I see in log
I/InputDispatcher( 2707): Dropped event because ...
11
votes
2answers
1k views
Frontend testing: what and how to test, and what tool to use?
I have been writing tests for my Ruby code for a while, but as a frontend developer I am obviously interested in bring this into the code I write for my frontend code. There is quite a few different ...
4
votes
2answers
210 views
Instruments .trace file issues
When I am checking out the test-scripts from SVN(files committed by
my friend), I don't know why the scripts are not editable, play
script and stop script options are disabled and Recording is not
...
1
vote
1answer
106 views
What's the difference between AcceleratorKey and AccessKey
I'm writing microsoft UI Automation, there are two attributes AcceleratorKey and AccessKey in AutomationElement class, what's the difference?
2
votes
1answer
292 views
iPhone app UI automation test design
Hi Automation/iOS Experts,
We have launched a new iPhone app project recently and would like to automate some basic acceptance tests using Apple's UIAutomation Instruments. Now we have a very basic ...
0
votes
2answers
252 views
Searching for tree item when I don't know exact tree hierarchy
I am trying to select a tree item in a Coded UI Test, but I don't know the entire hierarchy.
Example:
mssql connection
Tables
Unknown
FirstName
Is there a way to ...
4
votes
3answers
4k views
What better tool than Sikuli to use for screen automation on Windows 7 (or preferably multi-platform) [closed]
I'm using Sikuli for Screen automation. i.e for clicking of GUI elements according to their appearance on the screen. This works all right, but Sikuli has one major disadvantage for me:
Slow ...
0
votes
0answers
95 views
Getting kAXErrorIllegalArgument when Setting value to secure text field in IOS Automation
Whenever user tap any key cursor move to the next position automatically but when i am setting value in secureTextField as shown below i am getting following error :
*Script threw an uncaught ...
0
votes
1answer
131 views
UIAutomation testing to detect if a button is set as default
I've been googling around for an answer to this, but not found anything so far.
I'm writing a number of UIAutomation tests for a WPF application, but I can't seem to determine if a button is set as ...
1
vote
1answer
94 views
Automation tests for AutoCAD and IE working together
I'm interested in writing UI automation tests for an AutoCAD addon which uses IE as part of its UI. It would open IE when user input is required (the addon talks to a web based ECM and uses IE to ...
2
votes
1answer
366 views
UIAutomation : Failed to authorize rights with status: -60007
So I am running UIAutomation on command line with
$ instruments -t ...
0
votes
0answers
228 views
How to load System.Runtime.Remoting dll?
How can I load C:\WINDOWS\assembly\GAC_MSIL\System.Runtime.Remoting\2.0.0.0__b77a5c561934e089\System.Runtime.Remoting.dll?
Of course, I want to use the appropriate (depending on requirements) version ...
1
vote
0answers
70 views
iOS Automation from Instruments, how to go throught test step by step
I was wondering if there is any way to step through the test. Pretty much the same way we do while debugging the code.
Cheers,
Matt.
0
votes
0answers
222 views
iPhone UI automation with JavaScript and Instrument, cannot find TextField
I was trying to write a UI automation using JavaScript and Instrument. The problem I cannot find the TextField and set value to it. I want to set password "1111" to the tfHiddenPassword or ...
0
votes
2answers
218 views
traverse nested tagnames - selenium automation using webDriver
Friends,
I have a situation where I need to click on a dropdown list and select any value displayed.
The dropdown is identified by the following piece of code
<select ...
1
vote
2answers
988 views
How to click an <option> element with WebDriver?
This is a piece of UI code
<select id="order_unit_line_rate_806782_is_addenda_enabled" class="selects_for_487886" onchange="select_addendum(806782, ...
2
votes
1answer
72 views
Does utilizing the Windows User Interface API risk incompatibility between different versions of Windows?
I am working on a C# Excel VSTO add-in that utilizes the user32.dll to do some black magic with the excel UI. I am not very experienced in using Win32, and I am wondering:
Do I need to worry about ...
1
vote
0answers
196 views
UI Automation Com wrapper not finding child controls
I have a context menu (PopupMenuControlTrusted control from infragistics)
Using inspect.exe I can find the menu and sub menu items with no trouble
Using UI Automation Verify ...
1
vote
1answer
167 views
Excellent test automation framework for WPF RadControls automation
I am looking for a test automation framework with simple and robust API for C# language. There is an application that is developed using WPF and RadControls (Telerik). Unfortunately, Coded UI doesn't ...
0
votes
1answer
254 views
UIAutomation API for testing IOS
Where can i download UIAutomation API for testing IOS (on JavaScript)?
0
votes
2answers
151 views
How to find image on whole screen?
Is it possible to click on an image, that is not located in a specific container element?
When I do have a container, I use something like this:
MyRepo.AnyForm.AnyElement.Click(new ...
1
vote
2answers
552 views
Click on button using UI Automation in Winform application in VC++
I want to click on a button using UI Automation. I am using UI Automation in Winform VC++.
Here is my code..
AutomationElement^ Select_connect_button= ...