--%>

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 : What is SLAM SLAM is a Microsoft

    SLAM is a Microsoft project that blurs the line between static analysis and model checking and deductive reasoning. The main goal of SLAM is to check temporal safety properties of C programs (it actually checks that a program correctly uses the interf

  • Q : Syntax to create AJAX objects Write the

    Write the syntax to create the AJAX objects?

  • Q : Define Divide and conquer Divide and

    Divide and conquer: An approach to trouble solving which attempts to decrease an overall single big trouble into multiple simpler troubles.

  • Q : Explain Timesharing system Timesharing

    Timesharing system: It is an operating system which shares processor time among multiple processes by assigning each a time slice. Once a process's time slice has finished or expired, the other procedure is given a possibility to run.

  • Q : Write a program that prints out 20

    Write a program that prints out 20 random cards form a standard deck of 52 cards. Make sure the program prints out different sets of cards from one run to the next.

  • Q : Describe Overriding for restriction

    Overriding for restriction: It is a form of method overriding in which the sub-class version of a method calls the super-class version first of all and then employs or manipulates the outcome or consequences of that call in some manner.

  • Q : Explain For loop For loop : This is one

    For loop: This is one of the Java's three control structures employed for looping. The other two are while loop and do loop. A for loop includes of a loop header and a loop body. The header comprises of three expressions separated by two semicolons an

  • Q : Basic Units of CSS Specify the Basic

    Specify the Basic Units of the CSS.

  • Q : Explain Polymorphism Polymorphism : It

    Polymorphism: It is the ability of an object reference to be employed as if it referred to an object with various forms. The polymorphism in Java outcomes from both class inheritance and interface inheritance. The actually different forms frequently o

  • Q : Basic features of OOPs Illustrate the

    Illustrate the basic features of OOPs?