Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
yeo_31 #1
How to do test for a Flex Application?
Hello all:
I'm trying to test a Flex App (a dynamic web project). Other than manual test,
could please give me some advice?
First I'm supposed to use FlexUnit, this framework works well but the project
itself is hard to meet the requirement for unit testing within FlexUnit. After
got information from this forum, I could walk around some obstacles but it
remains very uneasy to writing FlexUnit test cases.
Then, I read an article about quality assurance for flash app
([url]http://www.macromedia.com/devnet/mx/blueprint/articles/qa_petmarket.html[/url]), it
is a good idea to write a simple interface to test all apis. But for my
project, other than remote objects (java) there is few external interactions
with other data or services. Thus I don't think it is helpful to test all
remote object calls. Actually, those java objects are proved to be correct and
Flex itself is responsible for the remote data service but not testers like me.
In short, the more I worked on the test topic for my Flex App the more
confused I am.
Thanks very much!
yeo_31 Guest
-
Support document for Migration of application fro flex 2o flex 3
Support document for Migration of application fro flex 2 o flex 3 -
How to load Flex 2.0 components on Flex 1.5 application
Hello, I am currently working on an Flex 1.5 application and my client wants to import 2.0 components into it. Can we achieve that? if so how is... -
automate FLEX application test
How can I automate FLEX application test? Any hint is welcome. -
Application Center Test with IIS
Please, I would like to stress test my webservice and i thought about Application Center Test, but i got no idea how can i do this. There's a... -
Test & Training Application
Hi, Could any one refer me to an out of the box web based exam testing system ? If it there are intranet learning system also available, that... -
fluffysocks #2
Re: How to do test for a Flex Application?
What sort of things are you trying to test? Are you just trying to test performance or other aspects of your project?
fluffysocks Guest
-
yeo_31 #3
Re: How to do test for a Flex Application?
Originally posted by: fluffysocks
What sort of things are you trying to test? Are you just trying to test
performance or other aspects of your project?
Actually there is no formal test for my Flex App project. First the developers
finish the codes, then 2-3 testers manually navigate the app to ensure all
requirements have been met. What I want to do is to utilize any available tools
or framework (like the FlexUnti) to do more test (Unit Test Level, Stress/Load
Level, and etc).
I wonder what TEST other Flex coders currently do and briefly how to do those
test.
Many thanks.
yeo_31 Guest
-
occupyingForcesOfZir #4
Re: How to do test for a Flex Application?
AFAIK there are no tools for automating tests against flash.
am i correct?
[by automation tools i mean the sort used for recording/running automated
functaional tests, or automated datadriven tests]
occupyingForcesOfZir Guest



Reply With Quote

