Coolest flex - components, tools, library, samples and so on...

Untitled Blog

Twitter

Showing posts with label tools. Show all posts
Showing posts with label tools. Show all posts

Sunday, April 19, 2009

Writing secure Flex apps with help from SWFScan

HP SWFScan, a free tool developed by HP Web Security Research Group, will automatically find security vulnerabilities in applications built on the Flash platform.

Resources:

Tuesday, October 14, 2008

FlexMonkey - Flex UI test

Busy, busy, busy work... black September for me.

FlexMonkey is a unit testing framework for Flex apps that provides for automating the testing of Flex UI functionality. FlexMonkey can record and play back Flex UI interactions, and generates ActionScript-based testing scripts that can easily be included within a continuous integration process. It uses the Flex Automation API and was created by adapting Adobe's sample application, AutoQuick.
See the Getting Started Guide for a quick overview of installing, recording, and running tests with FlexMonkey.
FlexMonkey has been donated to the Flex community by Gorilla Logic, who developed FlexMonkey because of their belief that only a monkey would develop code without being able to automate their unit testing.
Try Demo!
Resources:
IMAGE:

Thursday, July 24, 2008

RIA Benchmark

James Ward:

The goal of this application is to demonstrate various methods of loading data in RIAs and see how those methods impact performance, bandwidth, and client memory usage. These benchmarks aim to be honest and unbiased. Thus they are open source and anyone can submit patches to have new tests added or to have the existing tests improved. Yet, these tests should always fairly represent real world uses of these technologies.

Resources:
IMAGE:

Sunday, May 4, 2008

Flex Filter Explorer

Relative Posts:

Tuesday, April 15, 2008

Adobe Flex3 Style Explorer (Beta)

Adobe Flex3 Style Explorer is an useful tool for write CSS in flex3. You can set an attribute, and see it's effect right now. You can export all of CSS setting to .css file. Open in a new window

Monday, April 14, 2008

Test Regular Expressions Online with RegExr

Open in a new window Regular expressions are archaic-looking, extremely specific, and amazingly helpful for finding the right data, files or whatever else you need. RegEx, a free online regular expression tester, lets you hone your expression language and terms down, giving you a box to put testing text in and highlighting the words that match your query. For users of Mac OS X, Linux, or even Windows with Cygwin installed, this web-based workshop (or desktop version) is a great way to get uninhibited but real practice at file-sifting. RegEx's desktop versions require the Adobe AIR platform installed to run.

Saturday, April 12, 2008

A useful tool: FlexSpy

View example in a new window View Example Source Code Download Example Source Code Resource: