--%>

Does TestComplete maintain testing of Flex applications

Does TestComplete maintain testing of Flex applications?

E

Expert

Verified

Along with TestComplete you can access internal tools of Flex applications. To perform this, you must compile your Flex application along with the Generate accessible SWF file option enabled and create TestComplete recognize Flash tools as MSAA objects. After you set your Flex application and the TestComplete project, you can switch to the Object Browser panel. The accessible application objects will be displayed in the '...Window("Internet Explorer_Server").Window("MacromediaFlashPlayerActiveX")' node into the Object Browser. Such objects are exposed through TestComplete’s MSAA Open Applications plug-into. Note that TestComplete can just access those controls which implement the IAccessible interface. Not all objects by default in Flex applications implement such interface.

   Related Questions in Programming Languages

  • Q : ASP.NET Session handling How to set

    How to set Session time out in ASP.NET. I tries changing in config file but still facing issue. Please help..

  • Q : Define Octal Octal : Number

    Octal: Number representation of octal is base 8. In base 8, simply the digits 0 to 7 are employed. Digit positions symbolize successive powers of 8.

  • Q : Explain Infinite loop Infinite loop :

    Infinite loop: The loop whose termination test never computes to false. At times this is a deliberate act on the portion of the programmer, employing a construct like:         whi

  • Q : Define Reserved word Reserved word : It

    Reserved word: It is a word reserved for a particular purpose in Java, like: class, int, public, and so forth. These words might not be employed as ordinary identifiers.

  • Q : Explain Recursion Recursion : Recursion

    Recursion: Recursion outcomes from a method being invoked whenever an existing call to the similar method has not yet returned. For example:     public static void countDown(int n){  

  • Q : Define the term Pixel Define the term

    Define the term Pixel: It is a `picture element' - usually a colored dot on a screen.

  • Q : What is Protected access Protected

    Protected access: Protected access is accessible to a class member prefixed with protected access modifier. This member is accessible to all classes stated within the enclosing package, and any sub-classes expanding the enclosing class.

  • Q : Use of UpdateProgress control in AJAX

    What is the use of UpdateProgress control in AJAX?

  • Q : Define Continuous simulation Continuous

    Continuous simulation: In a continuous simulation, the time ticks past at a regular rate which is applicable to the specific simulation scenario. At each and every tick, all the objects in the simulation are informed of the passage of time and updated