Capturing images with FlexMonkey - new feature
GoogleCodeExporter opened this issue · 6 comments
GoogleCodeExporter commented
Hi,
I am using FlexMonkey for testing Flex applications. The requirement of
our test process was to capture images of the Flex application while
recording the UI interactions.
I have enhanced the code for FlexMonkey so that it has a provision to
capture images while recording so that they can be saved as benchmarks for
regression testing.
I have also added a feature to save the generated test case to the local
file system.
Please let me know if you are interested in the code so I could share it
in an appropriate location.
thanks,
Richa.
Original issue reported on code.google.com by my.pit...@gmail.com
on 22 Apr 2009 at 8:43
GoogleCodeExporter commented
Hi Richa:
We have been working on a similar feature! We are very interested to see your
implementation and to
incorporate your ideas into a future version of the monkey. Could you upload
your code so we could take a
look?
eric.owens
Original comment by eric.owe...@gtempaccount.com
on 23 Apr 2009 at 2:43
GoogleCodeExporter commented
[deleted comment]
GoogleCodeExporter commented
[deleted comment]
GoogleCodeExporter commented
I have basically made changes to the FlexMonkey.mxml for the 2 changes
mentioned:
1. image capture
2. saving the generated test case to the local file system through the
FlexMonkey
interface.
For 1. I have used Remote Objects (with BlazeDS) to save the images to a server
as
benchmarks and for 2. I have used the FileReference API 'save' method to save
the
file to a local system.
Right now the recording is happening fine, but I am working on the playback
part of it.
I am attaching the FlexMonkey.mxml with my changes and also a short doc on how
these
features appear. Please have a look and do let me know what you think about it.
Thanks!
Richa.
Original comment by my.pit...@gmail.com
on 24 Apr 2009 at 8:19
Attachments:
- [FlexMonkey Image Capture Feature_forum.docx](https://storage.googleapis.com/google-code-attachments/flexmonkey/issue-44/comment-4/FlexMonkey Image Capture Feature_forum.docx)
- FlexMonkey.mxml
GoogleCodeExporter commented
It would be great to know about any updates on the feature from your side...
Original comment by my.pit...@gmail.com
on 7 May 2009 at 11:30
GoogleCodeExporter commented
Retiring 0.x issues
Original comment by eric.owe...@gtempaccount.com
on 16 Jul 2009 at 12:51
- Changed state: WontFix