Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AIR GUI testing

What do you guys recommend for AIR GUI testing?

like image 712
MonoThreaded Avatar asked Apr 30 '10 10:04

MonoThreaded


People also ask

What is GUI testing?

Graphic User Interface Testing (GUI) testing is the process of ensuring proper functionality of the graphical user interface (GUI) for a specific application. This involves making sure it behaves in accordance with its requirements and works as expected across the range of supported platforms and devices.

What is GUI testing with example?

Consequently, GUI testing refers to testing the functions of an application that are visible to a user. In the example of a calculator application, this would include verifying that the application responds correctly to events such as clicking on the number and function buttons.


2 Answers

I would agree with Robert, Give flexmonkey a look. We use it combined with Selinium for testing our web app and we have had some good results.

Also.. are you looking to do functional testing or performance GUI testing. What we have found that to do individual GUI testing profiling combined with programmatic sampling is a good starting point. If regression testing is what you are looking for FlexMonkey is a good start.

If you want to test load performance between your AIR app our QA department is in the process of evaluating tools and seem to be pretty positive on NeoTys's offereing.

like image 68
WeeJavaDude Avatar answered Sep 22 '22 01:09

WeeJavaDude


Take care because there are some limitations with automation for AIR 1.x apps : (child windows are not supported in flex 3 automation.)

like image 44
Florian F Avatar answered Sep 21 '22 01:09

Florian F