AnimaWeaponTH / flexmonkey

Automatically exported from code.google.com/p/flexmonkey
0 stars 0 forks source link

Flex monkey unable to capture Popup windows' user gestures #78

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
==================================
FlexMonkey Use Cases:

1) App under test and MonkeyAgent on remote server?
2) App under test and MonkeyAgent local?
3) App under test loaded from local file system into FlexMonkey Target SWF
window?
4) ANT run with TestLauncher?
5) ANT run with TestRunner?
6) Other? (describe)

Your Use Case: [1-6] :2

If you use the MonkeyAgent, are you running it in the FlexBuilder Debugger?
(yes/no) - No
==================================

What steps will reproduce the problem?
1. Run the test application in MonkeyAgent
2. Perform steps to open a Popup widow/dialog (Login Dialoge for example)
3. Interact with the Popup window, Flex Monkey fails to record the user 
gestures from the popup window.

What is the expected output? What do you see instead? - Flex monkey should 
capture user gesture from the Popup windows.

What version of the Flex SDK are you using? SDK 3.2

What version of the FlexMonkey are you using? 1.0 Beta 2

What version of the MonkeyAgent are you using? (if applicable)

On what operating system? Windows XP

Please provide any additional information below.
I am working on Flex application which has a number of custom Popup 
windows to interact with. I need to create use cases for the application 
functionalities that include these popup windows.

Flex monkey is able to capture user gestures but when a popup window 
appears it simply fails to capture user interaction with the popup window. 
Ideally flex monkey should capture the user gestures from popup windows as 
well.

Original issue reported on code.google.com by singh.pr...@gmail.com on 8 Dec 2009 at 12:46

GoogleCodeExporter commented 8 years ago
Clicking on a button on a popup does get recorded, but the playback fails.

Original comment by alexesha...@gmail.com on 16 Dec 2010 at 1:11