AnimaWeaponTH / flexmonkey

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

selectText - event textInput does not work correct #77

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] : 3

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

What steps will reproduce the problem?
1. Testcase: MonkeyContacts loaded into FlexMonkey Target SWF window.
2. Start recording. 
3. Type in Name- field abcd.
4. Use the back - arrow to go back one place and type e.
5. The Name - fields input reads: abced
6. Stop recording.
7. Add a Verification on the Name fields text property.
8. Clear the Name field text input.
9. Run tests.

What is the expected output? What do you see instead?
Tests run green, and the Name fields should read abced.
But it reads abcde. 
The SelectText (back - arrow) does not work correct.

What version of the Flex SDK are you using?
3.3
What version of the FlexMonkey are you using?
1.0
What version of the MonkeyAgent are you using? (if applicable)

On what operating system?
Windows XP

Please provide any additional information below.
The textInput should have 'abced' as input. But it shows and asserts
'abcde'. The SelectText 3,3 does not work correct.

Original issue reported on code.google.com by pieterva...@gmail.com on 25 Nov 2009 at 3:41

Attachments: