QTP 11 and Flex Plugin 4.6

I have to automate an application which is build using flex and java using QTP 11.0. I have downloaded the Adobe Flex 4.6 plugin and installed it and in Add in manager I am able to see the Flex addin but still QTP is not recognizing the objects.
The objects are being recognized as MacromediaFlashPlayerActiveX.

Hi ,
When you downloaded Adobe Flex 4.6 plugin,Did it actually download Flex 4.6 version? When I downloaded  it , I was seeing Flex 4.5 version. Please let me know if you have faced the same issue. If not , please let me know the steps to download the correct Flex 4.6 plugin.Thanks in advance

Similar Messages

  • Zend studio 8.0 and flex 4 plugin integration problem(please help!)

    hello every body, actually i have installed Zend Studio 8.0 is built on Helios( which is  currently the latest one) and trying to integrate flash builder 4(flex  4) plugin, but when i point to (C:\Program Files\Zend\Zend Studio -  8.0.0) folder the flex installer warns me since there is no folder named  "dropins" in Zend Studio - 8.0.0 directory . even if i ignore the  warning from flex plugin installation and continue to finish and at the  end when i start zend studio no flex plugin is detected.please can any  one help me in this regard. i will grately appreciate a help from the adobe team and community.

    this is the same problem disscused in thread (Flash Builder 4 plugin with eclipse 3.6)  http://forums.adobe.com/thread/747394?tstart=0.please follow that thread if any one do not understand this thread problem.

  • QTP 11 and Flex 4.5

    I am using QTP 11, Windows 7 64bit PC, Flex 4.5, on IE9. I am able to identify objects in the record mode and they do get added to the local object repository. However, when using QTP with Object Spy or (Object Repository > Object > Add Objects to Local), I get the error "Internet Explorer has stopped working". The error locks the whole system and a restart is forcfully required.
    The problem is persistent even with the flex store provided by Adobe: http://examples.adobe.com/flex2/inproduct/lcds/flexstore/flexstore.html
    The image contains the plug-ins and patches which I have all successfully installed.
    Is anyone able to assist me with this issue? I have contacted HP but they mentioned that the Flex plug-in is maintained by Adobe.

    Earlier we were not facing the same issue but after making the changes mentioned by PasaD626 Oct 28, 2013 3:19 PM (in response to PCS.Secure), we were able to resolve this issue. Please check you must have valid admin rights.
    Thanks to PasaD.
    Can any one help me to resolve GetROProperty(abs_x) empty value issue in QTP11 and Flex 4.5?
    [FLEX-30478] QuickTest Professional (QTP) 11 with Flex Addin 4.5 no longer returns a value for width property when using…

  • Flex plugins for NetBeans and JBuilder

    There seems to be plugins only for Eclipse. How about
    NetBeans and JBuilder. Eclipse seems to have some serious memory
    leak problems.

    well as far as I know JBuilder is based on eclipse platform
    so theoritically flex plugin should work.,

  • [svn:fx-4.0.0] 13870: Fix mpl so it doesn' t include automation_agent qtp and qtp_air swcs

    Revision: 13870
    Revision: 13870
    Author:   [email protected]
    Date:     2010-01-28 20:07:23 -0800 (Thu, 28 Jan 2010)
    Log Message:
    Fix mpl so it doesn't include automation_agent qtp and qtp_air swcs
    https://bugs.adobe.com/jira/browse/FLEXENT-1223
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FLEXENT-1223
    Modified Paths:
        flex/sdk/branches/4.0.0/build.xml

    I had downloaded it for test, and requested for evaluation license...
    But I haven't got license, and also I am not able to find Flash Builder Plugins from HFCD site....
    I think those plugins are removed from site....
    Please help me, if anyone have those plugins...

  • Flex Plugin that calls Webservice works in Internet Explorer but not firefox

    I created a simple flex plugin that consumed a web service i
    built and was working with it locally. I uploaded the files to the
    server, and when i test the file out in internet explorer, the
    plugin loads great. However when firefox or any other browser
    attempts to load the same file i get "Http Request Error"? I've got
    a crossdomain.xml loaded up.. here it is:
    <?xml version="1.0"?>
    <!DOCTYPE cross-domain-policy
    SYSTEM "
    http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
    <cross-domain-policy>
    <allow-access-from domain="*" secure="false" />
    </cross-domain-policy>
    Any ideas? Thanks. I should note that the webservice and the
    plugin are both on the same domain.

    I was playing around some more, when i yank the
    crossdomain.xml, both browsers display a security error, but when i
    put it back in, internet explorer is happy but firefox still spits
    out "Http Request Error"

  • Cfc's and flex

    I've been nose down in numerous Flex resources and due to the
    abundance of "options" hope those more experienced can provide
    clarity (thanks in advance for all responses btw).
    1.) Flex can connect in various ways to various data
    providers -- but presumably should be most efficient to a CF8
    server(?) due to non-XML conversions (via RDS?/AMF?/ec4x???).
    2.) Per the above is Flex able to call cfc's (presumably the
    best format) ONLY via:
    <mx:RemoteObject id="helloWorld" destination="Coldfusion"
    source="NewCFComponent">
    <mx:method name="GetHello"
    result="GetHello_handler(event)" />
    </mx:RemoteObject>
    and moreover, is this resulting error indicative of a problem
    in the Flex application properties or in the Remote Object:
    [RPC Fault faultString="[MessagingError message='Destination
    'Coldfusion' either does not exist or the destination has no
    channels defined (and the application does not define any default
    channels.)']" faultCode="InvokeFailed" faultDetail="Couldn't
    establish a connection to 'Coldfusion'"]
    3.) Following up on Q2, when defining a new flex project with
    ColdFusion, can someone please explain the
    "Use remote object access service" checkbox and LiveCycle
    DataServices/ColdFusion Flash Remoting choices? Livedocs is worse
    than useless, every demo app seems based on using localhost rather
    than a network devServer so this and the next (configure cf server)
    page might as well be hieroglyphics IMHO (ie. difference between CF
    root folder, Web root and Root URL ???????)
    4) I understand(?) that LiveCycle Data Services provides
    extra features like Instant messaging, however requires a
    (separate?) installation with "an application server" (though I've
    also recall reading that LCDS is built in CF8)??? If my current
    DevServer is IIS and Coldfusion, is this either/or to installing
    "an application server" on the same machine? And is the LCDS
    installation supplementary to the CF server or does it replace it?
    Again, thanks in advance, I realize I may be waaay out in
    left field on some of these -- but that is why I'm posting after
    all :)

    Oh also, I'm somewhat comfortable with DW CS3 (both HTML and
    to create cfc's) and am just starting with Flex (Eclipse with FB3
    and CF plugins installed) but would love suggestions on how to work
    end to end so to speak.
    Specifically, creating cfc's in DW, then presumably having to
    import them into my Flex project seems less useful than say
    incorporating the eclipse CF perspective but I cant seem to google
    any results for such incorporating or even for using the cf-eclipse
    perspective. Am I missing something ?

  • Flex Plugin for Eclipse 3.4/RAD 7.5

    Has anyone tried setting up Flex Plugin in Rational Application Developer.
    Please let me know if you have faced any issues since I am totally perplexed trying to get them to work together.

    I know the chances of a reply are lower than the chances of IBM releasing a bug-free, backwards compatible product, but...
    Looking into this one myself (and I'm not optimistic).  What exactly are the problems you're seeing?

  • Running Flash Player and Flex on HPUX and  AIX

    Hi
    Issue: HPUX 11iv2 PARISC and Itanium and AIX 5.1 and 5.2
    (PPC) are not listed in the systemj requirements of Flash Player.
    And So affects the Flex SDK Applications?
    Does this mean these OS are NOT Supported currently and FLEX
    applications cannot run ont these OS browsers?
    If no, if and when would Flex Applications be able to run on
    HPUX and AIX systems?
    This is major concern for choosing the Adoe's Flash
    Player-Flex technologies for our big solutions, in Web RIA.
    Thanks in advance, NG

    Hi
    Got answer for HPUX but seems like its half-baked, as there
    are plugins for Macromedia Flash Player version 6 in Mozill and
    Firefox 1.5 browsers on PA and itanium.
    See links:
    http://www.hp.com/products1/unix/java/firefox/firefox_plug-ins.html?jumpid=reg_R1002_USEN
    http://www.hp.com/products1/unix/java/mozilla/mozilla_plugins.html
    Lemme know if anyonw knows on the Flash v 8 or 9.
    Thanks
    Nilesh Gujarathi

  • Flex plugin for Eclipse failed

    Hello,
    I am trying to install the flex plugin for the first time.
    it says that the folder must contain eclipse.exe and a folder
    named configuration. (which it does)
    but the install script fails with that it does not
    (this install in on Vista BTW)
    Thanks for any help

    I know the chances of a reply are lower than the chances of IBM releasing a bug-free, backwards compatible product, but...
    Looking into this one myself (and I'm not optimistic).  What exactly are the problems you're seeing?

  • AIRIntrospector not working in Eclipse/Flex plugin

    hi all-
    I am trying to debug my javascript. I have an AIR application
    and am running it inside Eclipse with the Flex plugin. My
    application main file is mapit.mxml. It uses a mx:html widget to
    grab map.html. Inside map.html is the javascript I want to debug,
    so I put in the <script type="text/javascript"
    src="AIRIntrospector.js"></script> inside map.html and
    copied the AIRIntrospector.js into my src directory.. When I debug
    mapit.mxml, I keep getting the followign error message no matter
    what I do:
    You need to include AIRIntrospector.js in your application
    sandbox.
    at
    file:///C:/Documents%20and%20Settings/cindy%20bishop/My%20Documents/workspace/authoringTo ol-v2/bin-debug/web/AIRIntrospector.js
    : 1908
    am at wit's end.. I HAVE included the AIRIntrospector in the
    sandbox havent' it? merely by copying it into the dev directory???
    what the heck is the right way to use this debugger, please?
    thanks,
    Cindy

    hi
    I have same problem but not able to solve it.
    I was running elcipse 3.7.x with ADT plugin without problems.
    after eclipse update to 4.2.1 I am not able to use ADT. Eclipse is saying that it is installed but could not find anything from it in enviroment.
    I did reinstall eclipse and eclipse-emf eclipse-gef eclipse-wtp and follow http://developer.android.com/sdk/instal … g-adt.html but not sucess. Later I did find this https://developers.google.com/eclipse/d … clipse-4.2 but it is still same. ADT is installed but cannt use it.
    I am using openjdk
    pacman -Qs jdk
    local/jdk7-openjdk 7.u7_2.3.2-2
    Free Java environment based on OpenJDK 7.0 with IcedTea7 replacing binary plugs - SDK
    local/jre7-openjdk 7.u7_2.3.2-2
    Free Java environment based on OpenJDK 7.0 with IcedTea7 replacing binary plugs -Full Java runtime
    environment - needed for executing Java GUI and Webstart programs
    local/jre7-openjdk-headless 7.u7_2.3.2-2
    Free Java environment based on OpenJDK 7.0 with IcedTea7 replacing binary plugs - Minimal Java
    runtime - needed for executing non GUI Java programs
    Can be that problem?
    thanks

  • Jazz and Flex Builder 3

    (I've also posted this in the forums over at
    jazz.net)
    I'm trying to get Flex Builder 3 to work with Rational
    TeamCentral (the beta client for the Rational Jazz system). Jazz is
    an IBM Rational project to build a scalable, extensible team
    collaboration platform for integrating work across the phases of
    the development lifecycle. Alas, I'm running into some problems
    under Windows. I'm doing all this with TeamCentral Beta2a, BTW.
    My first approach was to unzip the Beta2a client on my
    Windows laptop and install the Flex Builder 3 plugins. In this
    configuration I was able to get Jazz to work, but whenever I try to
    build anything using Flex I get what looks like a Xerces versioning
    problem. Here's a part of the exception I get whenever Flex tries
    to build anything in this configuration:
    ENTRY com.adobe.flexbuilder.project 4 43 2008-03-02
    09:31:11.062
    !MESSAGE Uncaught exception in compiler
    !STACK 0
    java.lang.IllegalAccessError:
    org.apache.xerces.util.XMLAttributesImpl$Attribute
    at java.lang.ClassLoader.defineClassImpl(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:228)
    at
    java.security.SecureClassLoader.defineClass(SecureClassLoader.java:148)
    at
    java.net.URLClassLoader.defineClass(URLClassLoader.java:557)
    at
    java.net.URLClassLoader.access$400(URLClassLoader.java:120)
    at
    java.net.URLClassLoader$ClassFinder.run(URLClassLoader.java:962)
    at
    java.security.AccessController.doPrivileged(AccessController.java:275)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:488)
    at
    com.adobe.flexbuilder.project.sdks.FlexClassLoader.findClass(Unknown
    Source)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:607)
    at
    com.adobe.flexbuilder.project.sdks.FlexClassLoader.loadClass(Unknown
    Source)
    My next attempt was to use my Macbook and install the
    TeamCentral client with the Flex Builder 3 plugins (same
    configuration that I had just tried on Windows). This worked
    perfectly - both Jazz and Flex were very happy, and I could be
    productive here. Unfortunately, most of my team members are Windows
    developers, so this is not a viable solution for them.
    Now back to Windows. I installed the Flex Builder 3
    standalone eclipse instance and noticed that it uses Sun JDK 1.5,
    so I wondered if the JDK was the culprit. I replaced the JDK to use
    the IBM 1.5 JDK (same as TeamCentral Beta2a). The standalone Flex
    Builder 3 worked.
    My next experiment was to use the Sun 1.5 JDK on TeamCentral
    with the Flex Builder plugins. The performance seemed very
    sluggish, but Flex seemed happy. Jazz was a different matter. I
    could connect to a repository and connect to a project area, but I
    couldn't do anything after that. I couldn't see any workspaces that
    I had, nor could I look at streams, work items, etc.
    I'm out of things to try at this point. My ideal solution
    would be to figure out how to resolve the Xerces incompatibility,
    but I'm open to any other ideas that people might have. We've
    discussed the idea of having separate Jazz and Flex instances
    running to get the Jazz features, but running both Eclipse
    instances is quite expensive resource-wise, so an integrated
    solution is the best.
    Thanks in advance!
    Tom Frauenhofer, [email protected]
    Senior Software Engineer, IBM Research

    No ads please, blocked.

  • Where to find flex plugin for eclipse Galileo

    Hi
    I have searched for flex plugin for Eclipse but in vain.I have made a serach in google adobe....
    A freind of mine told me that you can just cut and paste the installation folder of adobe flex builder into the eclipse Galileo folder

    I think what you are wanting is the Flash Builder 4 Beta (plugin version).  Adobe renamed it from Flex Builder to Flash Builder as of version 4.
    It should be posted in the labs at this link
    http://labs.adobe.com/technologies/flashbuilder4/
    -Joe

  • Flex plugin + eclipse galelio

    Please help me
    I have downloaded eclipse-jee-galileo-SR1-linux-gtk.tar.gz and extracted to a folder
    and flex builder 3 plugin for linux alpha 5
    I have installed the flex builder for this eclipse
    but when i created the flex project i am not getting the mxml editor getting error as assertion failed
    give the suggestion to rectify this problem

    I know the chances of a reply are lower than the chances of IBM releasing a bug-free, backwards compatible product, but...
    Looking into this one myself (and I'm not optimistic).  What exactly are the problems you're seeing?

  • What is the difference between html5 and flex

    what is the difference between html5 and flex
              can any body tell me...
    Regrds
    sreedhar

    Flex uses Flash a plugin by Adobe.
    HTML5 uses HTML and requires no plugin.

Maybe you are looking for

  • Java-pointers

    difference between null and void pointers.

  • Restoring data from a Time machine backup of a potentially corrupted drive

    I seem to be the queen of failing hard drives, heh. I'm on my third in a year, and will be addressing the root cause of these failures, of course, but right now, I'm wondering how safe it is to restore from my Time Machine backup. Here's the scenario

  • Who can help solve this XML/Servlet mystery?

    Hi, I'm developing a servlet that accepts an HTTP request, contacts a database, processes the request and return an XML document back to the browser. The XML document returned is dependent on which selection a user makes. The problem is that on first

  • Use of sidechains in ultrabeat

    I confess some confusion after trying to use sidechains in Ultrabeat. Page 566 of Logic Studio Instruments and Effects (Logic 8) says: "Note: A side chain audio signal alone is not enough to trigger Ultrabeat's processors. To hear the side chain audi

  • Difference in event handling between Java and Java API

    could anyone list the differences between Java and java-API in event handling?? thanks, cheers, Hiru