--%>

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 the term Dynamic type Define the

    Define the term Dynamic type: This type of an object is the name of the class employed to construct it.

  • 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 : Describe Uninitialized variable

    Uninitialized variable: It is a local variable which been declared, however has had no value allocated to it. The compiler will warn of variables that are employed before being initialized.

  • Q : Java program to sort ten numbers using

    Q. Write a java program to sort ten numbers using bubble sort method. Ans. class Bubble sort

    Q : Explain Copy constructor Copy

    Copy constructor: It is a constructor which takes a single argument of similar class. For illustration:     public class Point {        

  • Q : What is Octal character constant Octal

    Octal character constant: It is a character constant in the form of \ddd, where each d is an octal digit. This might be employed for characters with a Unicode value in the range of 0 to 255.

  • Q : Explain Downcast with example Explain

    Explain Downcast with example: It is a cast towards an object's dynamic kind - that is, `down' the inheritance hierarchy. For illustration:        // Downcast from Object to String

  • Q : UK assignment & homework help Need UK

    Need UK Assignment Help, UK Homework Help. Get it now! HwA provides email based and live UK assignment help and UK homework help in a variety of subjects to the students based out

  • Q : What are collections and generics What

    What are collections and generics?

  • Q : Define the term Module Module : It is a

    Module: It is a group of program components, usually with restricted visibility to program components in other modules. Java employs packages to implement this perception.