QTP Automation tool not recognizing LinkButton inside a DataGrid

Hi all,
I have been trying to generate automated script using QTP automation tool, to test my Flex application. I have a Custom DataGrid in which one of the column is a linkbutton. When I start my QTP recording and click on this linkbutton inside the datagrid, I see that this action is not being recorded or captured by the tool. I googled to see if anyone encountered a similar issue but had not luck with it,
Could anyone help me with this issue?
Thanks,
Niki

Hi There,
Is it working . Because I am facing the same kind of problem, When I did spy the data grid coloums are getting identified as label and I'm not able to do click operation.
I tryied using descriptive programming but still it is not identified.
Thanks,
Sylu

Similar Messages

  • Object Identification by QTP automation tool

    I tried two cases on FlexBuilder3.
    (1)When static Module with AddChild on UIComponent, QTP can recognize the Flex object without a problem.
    (2)When Dynamic Module with AddChild on UIComponent by loader method of the PageInfo* class, QTP cannot recognize the Flex object.
       =>QTP ObjectSpy don't show any Child object (LoginField,PasswordField).
    *PageInfo class:Custom Framework Class to maintain information about one screen.
    In the case of the second case of the said article,Is some kind of setting necessary?
    I think that it is necessary to use the delegate class by the expectation, but I want to use only  TEAFlexCustom.xml.
    Thank you for Advise.

    Hi There,
    Is it working . Because I am facing the same kind of problem, When I did spy the data grid coloums are getting identified as label and I'm not able to do click operation.
    I tryied using descriptive programming but still it is not identified.
    Thanks,
    Sylu

  • Mail not recognizing links inside emails

    Using Mountain Lion ver 10.8.2 and Mail ver 6.2
    When I open an email sent to me with Links to a website, I click on the Link and I receive this message.
    Error
    No associated application could be found.
    Any suggestions for fixing this. Cutting and pasting is getting old.
    Thanks,
    BBritt

    I have the same configuration - OS 10.8 and Mail 6.2 with Safari as my default browser.  My mail links still do not work.  I don't get any error message, just nothing happens.  I can right click and select "Open URL" but that's lame.  Any ideas?  Thanks.

  • QTP 11 Not Recognizing Flex

    I have QTP 11 installed.  I downloaded and installed the Flex 4.5 add in.  However when I start QTP, it is not recognizing Flex.
    Can anyine help ?
    Thanks,
    Barry

    Hi,
    I am also facing the same problem with QTP 11 Win 32 bit IE 8 with Patch 78 loaded.
    Is it the issue with the patch because i see that the only difference between what is working and what is not seems to be with the patch.
    Thanks,
    Swetha

  • Open Script Record Error - Browser is not recognized or recorded by tool

    Hi,
    I have installed the trial version of OpenScript 9.0 for performing R & D Activities in various features of it.
    The installation was completed successful. But when I click “Record” button the browser gets launched. But when I type the URL and navigate on the browser it is not recognized or recorded by the tool. Please help me on this.
    Regards
    Shan

    Hi,
    - maybe try to reinstal openscript ?
    - you have any messages in Console that could help ?
    - nothing recorded at all in Run ?
    because for me it worked nice on first shot with IE on :
    - xp sp3
    - xp sp3 VM remote
    - vista
    i did not try FF.
    Michael.

  • HT1339 My ipod was not recognized by itunes and not does not power on after I restarted the ipod service in the Windows admin tools. I cannot restore the ipod since it is not recognized by my PC now. Any suggestions?

    My ipod was not recognized by itunes and not does not power on after I restarted the ipod service in the Windows admin tools. I cannot restore the ipod since it is not recognized by my PC now. Any suggestions?

    Time to replace it: $49 2nd Gen shuffle at online Apple Store...

  • License not present. With the trail version only limited replays are allowed... Qtp automation

    Hi All.
             We are doing QTP automation testing for our flex application. But after running all 30 tests it is showing License not present. with the trail version only limited replays are allowed. We are using  flex sdk 3.5 and flash builder 4 plugin for eclipse. we are building our application using ant and we are deploying the application directly and testing it.  Can any one tell Steps to resolve this issue...
              please step by step required..
    Thanks
    Ram

    You need to have valid premium license for Adobe. Only then it would work.

  • Automation tools will not launch

    I have Photoshop Elements 6.0 running on Windows Vista, and can no longer launch Automation Tools. It is greyed out.   It worked fine in the past, and recently stopped.  The only answer I can get from Adobe support is to upgrade to 7.0 or 8.0.   Is there a workaround for this???

    In the Editor these items are not visible under Guided Edit.
    Select either Full Edit or Quick Edit and then click on Enhance on the top toolbar.
    In the Organizer click on the Fix tab to get to the auto-tools.
     

  • LogProviders.Add fails with "not recognized as a valid log provider type." in Data Tools but not BIDS

    In attempting to add standard DTS logging to a package via Data Tools, I found that my attempt to execute:
            Dim provider As LogProvider = p.LogProviders.Add("DTS.LogProviderTextFile.2") 
    (or any other log provider type,) resulted in:
    The log provider type "DTS.LogProviderTextFile.2, {0A039101-ACC1-4E06-943F-279948323883}" specified for log provider "{CC5CB9A4-E0D5-4ECD-8F4E-1E8FB9BDE8A6}" is not recognized as a valid log provider type. This error occurs when an
    attempt is made to create a log provider for unknown log provider type. Verify the spelling in the log provider type name.
    I created a new package with a single script task using only the example code from the MS documentation for Embedding Logging Programmatically at:
    http://msdn.microsoft.com/en-us/library/ms136023(v=sql.110).aspx
    consisting of:
    Imports Microsoft.SqlServer.Dts.Runtime
    Module Module1
    Sub Main()
    Dim p As Package = New Package()
    Dim loggingConnection As ConnectionManager = p.Connections.Add("FILE")
    loggingConnection.ConnectionString = "C:\SSISPackageLog.txt"
    Dim provider As LogProvider = p.LogProviders.Add("DTS.LogProviderTextFile.2")
    provider.ConfigString = loggingConnection.Name
    p.LoggingOptions.SelectedLogProviders.Add(provider)
    p.LoggingOptions.EventFilterKind = DTSEventFilterKind.Inclusion
    p.LoggingOptions.EventFilter = New String() {"OnPreExecute", _
    "OnPostExecute", "OnError", "OnWarning", "OnInformation"}
    p.LoggingMode = DTSLoggingMode.Enabled
    ' Add tasks and other objects to the package.
    End Sub
    End Module
    I get the same error as listed above in SQL Server 2012 Data Tools on three separate machines.  On my primary dev box, where the code fails in Data Tools, running the exact same code in BIDS runs without problems.
    Importing the working BIDS package into Data Tools also fails with the same error.
    I have not encountered any other 2012 Data Tools issues, but logging is a core pattern that makes me worry that this is a problem that may emerge with other functions in the DTS toolset.
    Thanks for any help!!

    Arthur,
    Great idea, I verified that the Integration Services for 2012 was not installed.  I installed the new SSIS service and verified that SQL Server Integration Services 11.0 was running (previously only 10.0 was running.)
    Initially, I experienced an error message trying to run my simple script above:
    Could not load file or assembly 'Microsoft.VisualStudio.Tools.Applications.Core, Version=10.0.0.0,...
    I followed the steps at the MS link for Could not load file or assembly ‘Microsoft.VisualStudio.Tools.Applications.Core’
    and loaded the missing x64 runtime from edist/VSTA/runtime/x64/VSTA_RT30.msi
    on the distribution media as recomended.
    The script ran, but returned the error listed in the beginning of this message.  I then tried:
    - turning off the 10.0 service
    - setting the project's Run64BitRunTime value both false and true
    - changing the reference to Microsoft.SqlServer.ManagedDTS.dll from C:\Program Files (x86)\Microsoft SQL Server\110\SDK\Assemblies to C:\Windows\Microsoft.NET\assembly\GAC_MSIL\Microsoft.SqlServer.ManagedDTS\v4.0_11.0.0.0__89845dcd8080cc91
    all of these resulted in the same failure.
    Thank you for the suggestion, I really thought it would be on target.  Alas, it wasn't the fix.
    It is so weird that all the other stuff I'm doing (a very elaborate programmatic package generator doing some tricky stuff,) works fine and only this super basic logging fails!!!!
    Thanks again,
    --Tim

  • TS3230 from a macbook air, osx 10.7.5, am trying to enter OPM/e-qip application but told system not recognized, to go to tools, options, advanced, encryption, enable ssl3.0 and tis 1.o.  How do I get to "Tools"?

    I am trying to enter OPM/E-QIP Application but am told browser is not recognized, to go to: tools, options, advanced, encrytion, enable, SSL3.0 and TLS 1.0.  How to get to Tools?

    Here's what OPM says to do to configure Safari, if that's the browser you're using (sort of; their instructions wouldn't get you where you need to be with Safari 5.1.7:
    1) Select Safari, then Preferences from the menubar.
    2) Click Advanced
    3) Click the check box next to "Show Develop Menu in the Menu Bar"
    4) Close the Preferences window
    5) Select Develop from the menubar
    6) Select User Agent, then "an appropriate browser" (OPM's words); they suggest Firefox for the Mac
    This information came from their Quick Reference Guide (other than correcting an error about how to set the user agent), and I haven't tested it.  If this doesn't work, you probably need to ask OPM (or their contractor) how to use the site with a Mac ...
    Good luck
    srb

  • My function /automation tool/ in adobe photoshop 10 (new) does not work. how to fix the problem

    please help me fix it ....

    Hi my operating system is Windows 7. Installing Adobe Photoshop Elements 10
    I  expect that possess features that I need. Specifically, (AUTOMATION
    TOOLS). I wanted to use the AP10. The operation concerns the CREATE  of
    one illustration of several others (such as panorama). Illustrations come from
    a scanner, which I copied from   large parts of the one big  illustrations
    . In other words, in terms of "stich assist."

  • We want to automate Iphone mobile app's, can anybody give the details of the Mobile Automations tools that are certified the by the Apple, here i am having some of the tool names but i could not be able to figure out whether Apple has cerified those tools

    Hi All,
    We are planning to regress IOS mobile app that were developed in our organization with the help of Mobile Automation tools that were available int he market both commericial as well as non-commercial. Can anyone please provide us with list of tool that were certified by the apple to use for our needs in the functional as well as regression of the developed applications. I am having a list of tools that we got from the net when browsed,
    UIAutomation
    TestFlight
    SeeTestMobile
    M-eux
    NativeDriver
    Frank
    FoneMonkey / Mokey Talk
    DeviceAnyWhere
    KIF
    LessPainful
    iCuke
    UISpec
    Zap-Fix
    TestQuest
    T-Plan Robot
    Sikuli
    TestPlant
    Can any one of you let me know from the list as what are the tools that was certified the apple, apart from this list anyother tools that i may miss from the list that were certified by the Apple
    Revert back ASAP
    Wating for the reply

    Hi All,
    We are planning to regress IOS mobile app that were developed in our organization with the help of Mobile Automation tools that were available int he market both commericial as well as non-commercial. Can anyone please provide us with list of tool that were certified by the apple to use for our needs in the functional as well as regression of the developed applications. I am having a list of tools that we got from the net when browsed,
    UIAutomation
    TestFlight
    SeeTestMobile
    M-eux
    NativeDriver
    Frank
    FoneMonkey / Mokey Talk
    DeviceAnyWhere
    KIF
    LessPainful
    iCuke
    UISpec
    Zap-Fix
    TestQuest
    T-Plan Robot
    Sikuli
    TestPlant
    Can any one of you let me know from the list as what are the tools that was certified the apple, apart from this list anyother tools that i may miss from the list that were certified by the Apple
    Revert back ASAP
    Wating for the reply

  • QTP Automation

    How to Click/Get child object in the Datagrid through Row number and Column Number.

    QTP is a testing automation tool, QTP is developed by HP. But as for as
    the QTP Flex plugin is provoided by the ADOBE, there are lot of inbuild
    function which are not available in the plugin, Eg Identifying Child
    Object inside the Datagrid, Getting Cell data from the Datagrid etc.
    CSC • This is a PRIVATE message. If you are not the intended recipient,
    please delete without copying and kindly advise us by e-mail of the
    mistake in delivery.  NOTE: Regardless of content, this e-mail shall not
    operate to bind CSC to any order or other contract unless pursuant to
    explicit written agreement or government initiative expressly permitting
    the use of e-mail for such purpose
    QTP Automation
    MichaelKazlow
    to:
    Rajarathnam Sambandam
    12/23/2009 09:54 PM
    From:
    MichaelKazlow <[email protected]>
    To:
    Rajarathnam Sambandam/COV/CSC@CSC
    Please respond to
    [email protected]
    What is QTP? What product in the suite are you trying to use. You will get
    the best  help by posting to the forum of that specific product.

  • IPhone 4s not recognized by MacBook Pro nor iTunes

    I am currently running iOS 6.0.1 on my iPhone 4s and OS X 10.9.4 on my MacBook Pro Retina Late 2012. I recently reformatted my computer by means of a bootable OSX installer and I did a completely clean install. For some reason, my iPhone is able to charge, but not recognized by my computer nor iTunes at all. Nothing comes up.
    I have followed the directions in the following:
    http://support.apple.com/kb/TS1591?viewlocale=en_US
    and
    https://discussions.apple.com/message/24169239#24169239#24169239
    Neither solution seems to be working. I have done the following:
    reinstalled my iTunes multiple times
    reset my networking on my iPhone a few times
    restarted my computer
    updated all my software
    checked to make sure USB cables work
    tried multiple iPhone charging cables
    I'd greatly appreciate some guidance in regards to this. Thanks!

    Ralph Landry1 wrote:
    When you say a bootable OS X installer where did you get the installer?  Is it one you created yourself?
    You might want to try restarting the MacBook Air holding the Command and R keys.  From Utilities on the menu bar, choose Install Mac OS X.  That will reinstall using an installer from Apple.  Install and see if that changes the behavior.
    I did the following from this website:
    http://www.macworld.com/article/2056561/how-to-make-a-bootable-mavericks-install -drive.html
    Option 1: Use createinstallmedia
    Hidden inside the Mavericks installer is a Unix program calledcreateinstallmedia, provided by Apple for creating a bootable Mavericks installer. If you’re comfortable using Terminal, it’s a relatively simple tool to use. The program assumes your account has administrator privileges.
    Note: This method does not work in Snow Leopard. It works only in Lion, Mountain Lion, or Mavericks. (The resulting installer drive will let you install Mavericks over Snow Leopard, but you can’t create the installer drive while booted into Snow Leopard.) If you need to create a Mavericks install drive while booted into Snow Leopard, you should use the Disk Utility instructions, below.
    Download the Mavericks installer from the Mac App Store and make sure it’s in your main Applications folder. (This means that if you followed my advice to move the installer out of your Applications folder, you’ll have to move it back, at least temporarily. The Terminal command I’m using here assumes the installer is in its default location.)
    Connect to your Mac a properly formatted 8GB (or larger) drive. Rename the drive to Untitled. (The Terminal command used here assumes the drive is named Untitled.)
    Select the text of this Terminal command and copy it:sudo /Applications/Install\ OS\ X\ Mavericks.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled --applicationpath /Applications/Install\ OS\ X\ Mavericks.app --nointeraction
    Launch Terminal (in /Applications/Utilities).
    Paste the copied command into Terminal and press Return. Warning: This step will erase the destination drive or partition, so make sure it doesn’t contain any valuable data.
    Enter your admin-level account password when prompted.
    The Terminal window displays the progress of the process, in a very Terminal sort of way, by displaying a textual representation of a progress bar: Erasing Disk: 0%... 10%...20%... and so on. The program then tells you it’s copying the installer files, making the disk bootable, and copying boot files. Wait until you see the text Copy Complete. Done. (see the screenshot below), which could take as long as 20 or 30 minutes, depending on how fast your Mac can copy data to your destination drive.
    You now have a bootable Mavericks-install drive.

  • Pioneer sata dvd-rw not recognized

    I have a Pioneer sata dvd-rw not recognized problem.  I installed a new Pioneer dvd burner.  It is Sata.  It works fine, but every time I boot into Win xppro  sp3 I get the found new hardware, it lists the correct drive and has the error that it cannot be installed.  Just have to cancel that message, but yesterday I went to install a new copy of windows on another drive connected to the the pc, the windows cd booted up asked the usual questions and then started setup and message came up and said it could not continue, because there was no cd drive.  Once I quit laughing and pointing to the cd drive,   I figured I better find out if it came be fixed.  I also have a sata hard drive connected internally to the pc.  This works fine also.  If I boot to the sata drive the sata dvd burner is recognized and it is installed. Works fine.  Does anyone want to tackle this one?  I tried showing the windows cd where the  burner was and expained to it that it was inside the drive already, but it just won't listen.  The pc worked fine with the old ide drive.  Thanks in advance.
    MSI K8NDiamond Plus , AMD 4800 X 2,  Xigmatek HDT-S1283 CPU Cooler
    2 GB Corsair  TWINX2048-3200C2PT  DDR-400
    EVGA 8800gt, Thermalright HR-03 Plus cooler
    Mushkin 580 watt quad rail power supply, RaidMax Smilodon case with 3 fans

    I assume that you have tried installing the drivers?  If not try these:
    For SATA 1-4 connectors:
    NVIDIA GeForce nForce4 SLI x16 chipset dirvers (http://global.msi.com.tw/index.php?func=driverfile&dno=2437&i=1)
    This nForce CK804+C51 Win2K/XP driver 6.82 WHQL package contains the below components:
    Ethernet driver version 5.09 (WHQL)
    Network Firewall management tools
    SMBus driver version 4.5 (WHQL)
    Installer version 4.89
    Win2K IDE SATARAID driver version 5.52 (WHQL)
    Win2K IDE SATA_IDE driver version 5.52 (WHQL)
    Win2K RAIDTOOL application version 5.52
    WinXP IDE SATARAID driver version 5.52 (WHQL)
    WinXP IDE SATA_IDE driver version 5.52 (WHQL)
    WinXP RAIDTOOL application version 5.52
    SATA 5-6 connectors:
    Silicon Image 3132 Serial-ATA & RAID Drivers (http://global.msi.com.tw/index.php?func=driverfile&dno=2426&i=0)
    Description • WHQL certification for K8N Diamond and P4N Diamond
    • Supports Win2000/Win XP for K8N Diamond and P4N Diamond
    • Driver version: 1.4.3.0(SATA), 1.2.3.1(RAID)
    • WinXP 64-bit driver version: 1.2.3.1(RAID only)
     

Maybe you are looking for