--%>

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 : Define Mixed Mode Mixed Mode : Permits

    Mixed Mode: Permits domain controllers executing both Windows 2000 and prior versions of Windows NT to co-exist in the domain. In mixed mode, the domain features from prior versions of Windows NT Server are still allowed, whereas some Windows 2000 fea

  • Q : ID of TC Trustcenter Publisher and

    For how long are ID of TC Trustcenter Publisher and certificates of developer valid?

  • Q : What is an Object Object : It is an

    Object: It is an instance of a particular class. In common, any number of objects might be constructed from a class definition. The class to which an object belongs states the common characteristics of all instances of that class. In those characteris

  • Q : Function of STR and LPSTR Explain what

     Explain what is the function of STR and LPSTR?

  • Q : Homework Assignment How much would it

    How much would it cost to do a basic program within the given requirements?

  • Q : What is Block Block : The statements

    Block: The statements and declarations are enclosed between a matching pair of curly brackets ({ and }). For example, a class body is a block, as it is a method body. The block surrounds a nested scope level.

  • Q : Describe object-oriented programming

    Briefly describe object-oriented programming (OOP)?

  • Q : What is Runtime stack Runtime stack :

    Runtime stack: It is a stack structure maintained by the Java Virtual Machine which records that methods are presently being executed. The most of late entered technique will be at the top of the stack and the main technique of an application will be

  • Q : What are the examples of microkernel

    What are the examples of microkernel?

  • Q : What is an Assembly language Assembly

    Assembly language: This is a symbolic language closely analogous to the instruction set of a Central Processing Unit. The program employed to translate a program written in assembly language is termed an assembler.