0
votes
1answer
51 views

UI automation in windows phone 8 application

i have searched for automating UI in windows phone 8 applications and i did not get any useful tool or framework for that so is there any framework to automate UI application in windows phone 8?
0
votes
2answers
30 views

How to know any UI rendering is completed in automation code

I am wanting to know a button is rendered on main window UI or not. This button rendering is depending on server response result (written in Objective C). If server response comes perfectly it becomes ...
1
vote
1answer
17 views

Is it possible to store values in another actions localdatasheet?

Following is the scenario, i have 2 action 1. Action_1 a. Action_2 Action_1 store run time data in local sheet and i want to store Action_2 run time data in Action_1 local sheet. is it ...
0
votes
1answer
95 views

How do i automate testing of touch and multi-touch based web applications using selenium web driver?

I am writing some automated tests using cucumber and selenium for various web applications. Currently this is working well, however we are about to start making mobile specific versions of our pages. ...
5
votes
0answers
149 views

Is UI Automation really a good choice for the WPF application testing? [closed]

When talking about automating the UI tests conversation always ends up with the UI Automation. Is it the only option? I personally don't like it for one main reason - complexity. It is designed to ...
1
vote
0answers
303 views

UI Testing and automation on Windows Phone 8

Can I run UI automated testing on a Windows Phone 8 emulator? So far all the answers and articles I could find refer to Windows Phone 7 platform. Are there any Microsoft tools or perhaps some third ...
0
votes
0answers
46 views

How to automate custom designed browser based appliacation?

We have an JavaScript application which runs on our own custom designed browser. Now, I have came across the situation to automate our application on that browser. I have vast experience in Selenium ...
0
votes
0answers
61 views

Intelligent Test Automation of cms based web Applications

Environment/Details: I am trying to Automate my CMS Web Applications, we Use Share point for intranet site, Sitefinity for small/medium web sites and Episerver for Ecommerce web sites, i have Telerik ...
0
votes
0answers
163 views

How to view Coded UI in Visual Studio Premium edition

I am unable to see Coded UI Test in Test menu of my Visual Studio 2010 Premium edition. I can see Basic Unit Test, Ordered Test, Unit Test and Unit Test Wizard only. I tried adding Coded UI Test ...
0
votes
1answer
131 views

How to insert comment in iMacros script?

How to insert comment in iMacros script? What is a the combination of characters to achieve it?
-1
votes
1answer
300 views

Which is best for android automation calabash or UIAutomator api

Friends please suggest me which is best for android automation - calabash or UIAutomatorViewer. I dont have any idea about calabash, but few of my friends started working on it.
5
votes
2answers
206 views

data factory for cucumber, watir

We have a isolated test automation team responsible for automating only watir+cucumber functional test cases. Their code base is not attached with the rails app that other developers are working on, ...
0
votes
0answers
40 views

UIAutomation on non acccessible elements

I have a few buttons on my view that have isAccessibilityElement set to NO. Is there anyway to test these elements via UIAutomation through instruments using jasmine scripts?
2
votes
6answers
255 views

Is there a way to automate 'look and feel' testing of a web page?

I have few resources to perform testing on many projects with hundreds of different web pages and the most tedious part is verifying the look and feel of the site is OK. Specially the layouts of HTML ...
0
votes
0answers
115 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 ...
2
votes
2answers
262 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 ...
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 ...
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 ...
6
votes
4answers
723 views

Simulate orientation changes in iOS for testing purposes

I would like to test my app's ability to handle orientation changes (portrait/landscape). I'm currently using KIF and as far as I know, it cannot do this. Is there a way to simulate the rotation ...
6
votes
1answer
579 views

Java Based GUI Automation (Not limited to Java based GUI like Swing)

Is there any open source tool/framework that is written in Java that can be used to automate all Windows applications (not like Abbot or FEST which automates Java based GUI Apps). I have heard about ...
0
votes
1answer
69 views

Qt Instances ID change at each run

I am testing an application using Qt. I am researching into doing some automation testing, the only problem is that, as far as I can see, either programming it (using AutoIT) or using some other ...
0
votes
5answers
1k views

Frameworks and tools for UI testing of ExtJS based web apps

I would like to test a web app that was drastically redesigned to use ExtJS to drive its UI. I have done some online searching but couldn't find any recommendation for a good framework to handle it ...
0
votes
1answer
588 views

Automation Testing tool for Ipad and safari using Java

I am a new to testing mobile applications and I am looking for a testing tool like selenium Ide which allow me to record and play my test cases without developing any (or less) source code for ipad ...
1
vote
1answer
257 views

UIAutomation how to change between apps or to the dashboard?

I have had some strange, hard to reproduce crashes, when testing my app with an ad-hoc version on my iPhone. The crashes happened after changing from my app to the dashboard (or other app) and then ...
0
votes
1answer
148 views

Java Server Side Error message validation without actually submitting an application

I am trying to create a testing application to validate server side error messages. Right now our framework is such that each time a incorrect value is entered in a field and the submit button is ...
0
votes
3answers
225 views

Accessibility label in UIAutomation

Is it possible to avoid accessibility labels when using UIAutomation?
2
votes
2answers
2k views

Automation UI Testing tool for silverlight 5

as you might know, silverlight 5 beta was resleased a while ago, and alongside its new features, I've encountered a serious problem. There isn't any testing tool that I've found that is able to test ...
1
vote
1answer
123 views

Organization and Structure of Web Application Testing Framework

So I'm looking to bring web application testing into our .Net environment with a framework such as Selenium. At first, it'll probably be the developers writing the tests, but later it may be just the ...
-1
votes
1answer
111 views

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, without it being shown on the logged on user's ...
1
vote
2answers
3k views

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): InvokePattern invokePattern = (InvokePattern) ...
2
votes
1answer
2k views

Test automation - Win32 app - White/UI automation - problem with recognizing objects

I’m looking for alternative for existing tests written in QTP for my Win32 application written in Borland C++. My candidate is White which based on UI Automation because it’s native solution, I can ...
9
votes
6answers
8k views

Selenium Web Test Automation Framework Best Practices [closed]

I would like to know your comments on best practices developing web test automation framework I basically read couple of blogs and finally got convinced with david burns approach listed in book - ...
3
votes
1answer
639 views

Telerik controls and UI Automation?

I'm currently doing some proof of concept for the test team to test our WPF app. Everything works great except for when we try to do Assertions on items in the Grid. We are currently using Telerik ...
0
votes
2answers
39 views

How to make an action in an application whenever a certain text appears in it

I have an application and I would like to debug its input/output behaviour the same way I can do in a Web environment with Selenium. Do you know any easy to use application for this matter?
2
votes
1answer
301 views

null object reference with automation enabled flex-application at preloader

We are trying to automate our flex application. After adding automation libraries to our project we get the following exception: TypeError: Error #1009: Cannot access a property or method of a null ...
1
vote
1answer
793 views

UI Automation Button Style Enabled

I'm evaluating UI Automation for UI testing for that I have a WPF application with the following button defined: <Button Style="{DynamicResource ButtonStyle}" x:Name="MyBtn"/> when I need to ...
1
vote
2answers
616 views

UI-Automation cmdlet not finding the control

I am trying to test a WPF application using the UI-Automation framework that MSFT provides. There were a few powershell scripts written that invoked the cmdlets created to manipulate the visual ...
2
votes
1answer
837 views

How can I get to the value of my WPF UserControl DependencyProperty from UI Automation Framework?

I'm having trouble getting access to my WPF UserControl DependencyProperty values through the UI Automation Framework. I've used James McCaffreys article in MSDN as a starting point (Automating IO ...