How to do test for a Flex Application?

Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. Support document for Migration of application fro flex 2o flex 3
      Support document for Migration of application fro flex 2 o flex 3
    2. 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...
    3. automate FLEX application test
      How can I automate FLEX application test? Any hint is welcome.
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

  5. #4

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139