QTP with flex/air addin hangs during test execution

While executing the QTP tests (version 11.0) that includes Flex/Air plug in on a Flex/Air application, it simply hangs for no reason.
Any resolutions to this is appreciated.

Hey Guys,
This is strange. But it got resolved, after renaming the Sap.txt file in QC to SAP.txt and adding and deleting this library file multiple times from the application SAPDOC.
if SAP TAO development team is reading this, guys you need to sort this problem out, coz there was no real reason of failure and then it got resolved on its own.
Regards
Avijit

Similar Messages

  • URGENT!!! Google Earth with Flex/AIR

    We are trying to create a demo flex/air app and would like to know if anyone has any idea to implement Google Earth with flex/air. I know it is possible to do this on a web browser with google earth plugin.
    If anyone has any idea, link or samle code, please let me know.
    Any help is highly appreciated. Thanks.
    Kushan

    At the risk of sounding Glib:
    http://www.google.com/search?q=Google+Earth+and+Flex&ie=utf-8&oe=utf-8&aq=t&rls=org.mozill a:en-US:official&client=firefox-a
    http://www.google.com/search?hl=en&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&hs= o6e&q=Google+Earth+and+Adobe+AIR&aq=f&oq=&aqi=

  • Interactive medical report with Flex/AIR, XML, U3D and PDF

    Hello,
    I am computer science student and during my master thesis I want to program an interactive medical report which should include some 3D models (U3D) and which should provide the following options:
    Interactive manipulation of the 3D models
    Typing in a structured medical report
    Loading of a XML file with additional information
    Loading of medical image data (jpg images)
    At best, only one pdf file as resulting report
    And: A nice user interface (I like the interface elements of Flex...)
    I think, the best way is a pdf file which includes all the needed data. The problem is that I don't know exactly what software combination fulfills my requirements... I read some things about Adobe Flex and AIR and the U3D format and I suppose, the great interface builder "Flash Builder 4" might be useful to generate a nice user interface. BUT: I was not able to find out, how to include U3D in Flex/AIR.
    Then I found the nice pdf library iText (http://itextpdf.com/examples/index.php?page=chapters) which is able to produce a pdf file from a swf file and to include a U3D-model with an additional JavaScript file for manipulations.
    BUT again: If I have a swf flash file with the nice user interface (generated with the Flash Builder), how can I access the U3D model in the final pdf document? Imagine: I click on a "rotate" button in the swf and then the U3D-Model in the pdf should rotate...
    Ok, as you can see, it is a complex szenario.
    My questions summarized:
    What, in your opinion, is the best technology for my task? Flex? AIR?
    How can I import the U3D-models? Should I use PaperVision, Sandy3D or something else?
    Is there a way to save user inputs directly in the pdf file, or as new pdf file or as xml file?
    What is the best way to produce the user interface? Flashbuilder, or maybe a html container with "normal" html interface elements and then the events communication between JavaScript and ActionScript?
    How can I export all the stuff to one pdf document? Should I use iText?
    Best regards,
    Steven

    Thanks for making my point - perfect is the enemy of good.  We tolerate less capable, less perfect system that are in place now, because of the false expectation that it should be perfect.  Incremental improvements are rejected, because they are not perfect.  Even an imperfect algorithm can find 'Broken' as a common thread in your example, and highlight them for the clinician to evaluate their impact on the current treatment.  This no less likely to miss the connection than a clinician trying to scan through handwritten notes, in the 5 - 10 minutes he/she has to interact with the patient and determine what to do. 
    Because of legal concerns, incremental but imperfect improvements don't get implemented, so nothing ever moves forward.  Imagine if after the Wright Brothers first flight, no improvements were considered acceptable unless they completely eliminated the risk of failure - there wouldn't be any airlines to go bankrupt today!
    For the most part, IT has focused on activities where 'perfect' is achievable.  Accounting in its various forms have been the primary focus of most IT systems.  In that area, the vocabulary is very limited, well defined, and consistent.  A debit is always a debit, and a credit is always a credit.  Medicine is completely different. It is much larger in scope, poorly defined, the vocabularies are mostly non-existent, and where they exist are incomplete and inconsistent.  Despite the huge leaps forward in the last century, there is still more unknown than known about how and why the body works.  This environment makes most individuals trained in IT uncomfortable.  Until we learn how to deal with 'fuzzy', Healthcare IT is going to be limited to the billing and collection functions that it mostly accomplishes today.
    Mark

  • Virtual Desktop / Virtual OS with Flex / Air.

    I saw applications like: http://icloud.com and http://www.eyeos.com and they seem to work great in a browser, I think this should be created with Flex. and who knows the same app ported with AIR to run from the Desktop. Eventually this application can be make bootable and work as a real OS or some kind of virtualilzed client from a web browser.
    Can't wait to see Adobe taking this to the next level, imagine all the power of you OS in a Browser window, using resources of a Cloud Computing, or maybe just using resources from your Linux Host for small offices. Maybe booting with a Linux and use all the desktop as Flex/Air Desktop, that would be really awesome !!!.
    Dinooz

    The eyeos demo is down.
    But, from what I saw at iCloud, there is no reason you can't build an interface like that in Adobe Flex.  A few people have asked me for a "Flextras Desktop" which includes thing like a task bar component, a window manager /MDI, a start menu, etc...
    If you're looking for the same sort of thing, I'd love to talk to you more in depth about what you would use it for and specific features that you'd need: http://www.flextras.com/?event=ContactForm

  • VStest.console.exe Query for a Data Row Result DURING Test Execution Status

    I started with the following
    thread and was asked to create a new thread. 
    I have the following test that reads a .csv as a data source.
    /// <summary>
    /// Summary description for Test
    /// </summary>
    [TestCategory("LongTest"),
    TestCategory("Visual Studio 2013"), TestMethod]
    [DeploymentItem("data.csv")]
    [DataSource("Microsoft.VisualStudio.TestTools.DataSource.CSV",
    "|DataDirectory|\\data.csv",
    "data#csv",
    DataAccessMethod.Sequential),
    DeploymentItem("data.csv")]
    public void Create_And_Build_All_Templates()
    testmethodname = "Create And Build All Templates ";
    LaunchVisualStudio2013();
    When I run the test from VStest.console.exe, I see the following:
    vstest.console.exe /testcasefilter:"TestCategory=LongTest" /settings:"C:\testing\CodedUI.testsettings" /logger:TRX /logger:CodedUITestLogger C:\AppTests\CodedUITest.dll
    Microsoft (R) Test Execution Command Line Tool Version 12.0.31101.0
    Copyright (c) Microsoft Corporation. All rights reserved.
    Running tests in C:\testing\bin\debug\TestResults
    Starting test execution, please wait...
    I want to report on the status of the iterations DURING the test run from VStest.console.exe, like how the test explorer window does this. 
    How can I achieve the output below (notice the (Data Row ) values) ?
    vstest.console.exe
    /testcasefilter:"TestCategory=LongTest"
    /settings:"C:\testing\CodedUI.testsettings"
    /logger:TRX
    /logger:CodedUITestLogger
    C:\AppTests\CodedUITest.dll
    Microsoft (R) Test Execution Command Line Tool Version 12.0.31101.0
    Copyright (c) Microsoft Corporation. All rights reserved.
    Running tests in C:\testing\bin\debug\TestResults
    Starting test execution, please wait...
    Test Passed - Create_And_Build_All_Templates (Data Row 1)
    Test Passed - Create_And_Build_All_Templates (Data Row 2)
    Test Failed - Create_And_Build_All_Templates (Data Row 3)
    Test Passed - Create_And_Build_All_Templates (Data Row 4)
    Ian Ceicys

    Jack, again the results are printed to the std. out console AFTER the test data row has been completed. Is there a way to query VSTest.console and find out which test\data row is being executed so it can be written out to the console
    DURING the test run? 
    I put together the following screencast showing the issue: 
    http://www.screencast.com/t/IrxxfhGlzD
    Also here is the github repo with the source code that I included in the screen cast:
    https://github.com/ianceicys/VisualStudioSamples2015
    Take a look at LongRunningDataDrivenTest.sln
    Unit Test
    [TestClass]
    public class UnitTest
    public static int _executedTests = 0;
    public static int _passedTests = 0;
    public void IncrementTests()
    _executedTests++;
    public void IncrementPassedTests()
    _passedTests++;
    [TestInitialize]
    public void TestInitialize()
    IncrementTests();
    Console.WriteLine("Total tests Row executed: {0}", _executedTests);
    [TestCleanup]
    public void TestCleanup()
    if (TestContext.CurrentTestOutcome == UnitTestOutcome.Passed)
    IncrementPassedTests();
    Console.WriteLine("Total passed tests: {0}", _passedTests);
    private TestContext testContextInstance;
    /// <summary>
    /// Long Running Test
    /// </summary>
    [TestCategory("Long Running Test Example"),TestMethod]
    [DeploymentItem("data.csv")]
    [DataSource("Microsoft.VisualStudio.TestTools.DataSource.CSV",
    "|DataDirectory|\\data.csv",
    "data#csv",
    DataAccessMethod.Sequential),
    DeploymentItem("data.csv")]
    public void LongRunning_TestMethod_Takes_Over_30_Seconds_to_Run()
    WaitTime(Convert.ToInt32(TestContext.DataRow["WaitTime"].ToString()));
    public void WaitTime (int waittime)
    Thread.Sleep(waittime);
    public TestContext TestContext
    get { return testContextInstance; }
    set { testContextInstance = value; }
    data.csv
    WaitTime,
    13000
    19000
    10000
    11000
    15000
    Ian Ceicys

  • Server Hangs during tests

    Hi,
    I'm using an ejb in a loop with some 1000 calls. It's possible to do this a second
    client, but the third hangs.
    It's also not possible to start a simple jsp or servlet on this server during
    this time.

    I've seen cases of a server (WLS 6.0, Hotspot 1.3) hanging where the
    process does not respond to the thread dump command (CTRL-BREAK), so it
    was not possible to get the dump. Has anyone come across this before,
    and is there a workaround?
    Donald.
    Srikant Subramaniam wrote:
    >
    what version of wls/jdk?
    have you tried getting a thread dump?
    Srikant, [email protected], http://weblogic.bea.com/, etc.
    Andreas Albrecht wrote:
    Hi,
    I'm using an ejb in a loop with some 1000 calls. It's possible to do this a second
    client, but the third hangs.
    It's also not possible to start a simple jsp or servlet on this server during
    this time.

  • Advice on saving an Array to a file on the client hard drive with Flex/Air

    hi.
    i've created a datagrid in Flex with 5 columns across with an
    unspecified number of rows as the user can "add' more rows as
    required....the user inputs text into each cell of the
    datagrid.......the dataprovider is an array....i've pretty much
    setup all the necessary save, open, etc. functions.....my main
    issue is how the datagrid--->array can best be saved as a
    file....
    thanks for your help.

    Well, in AIR you have SqlLite at your disposal. So you might
    want to create a table and stick these values in there.
    For Flex, of course, if you want to have a file you'd need to
    store this data on the server side. SharedObject gives you some
    very limited to store this data on client side.

  • MAX3.0 hangs during test panels of virtual channels

    While calibrating channels, we are running MAX3.0. I right clicked on a virtual channel (analog input through SCXI-1100 and PC-MIO-16E-4). It opened the properties panel, but the program hung. THis has happened on at least 3 different virtual channels. Other programs (including Labview 6.0) ran, but MAX locked up. I could not get MAX to do anything, or even close it. Using CTRL-ALT-DEL and asking Task Manager to close it gives a message that the program is not responding; clicking End Now gives a message that the program cannot be closed, and check if it is being debugged (it isn't, that I know of). I had to turn off power to the computer to reboot.
    This has happened several times, although at other times the prog
    ram runs fine.

    Hey John,
    I'm not sure of an exact fix for this problem. It's possible that the installation of MAX 3.0/NI-DAQ 7.0 was bad. I would suggest to uninstall NI-DAQ 7.0/MAX 3.0 and see if reinstalling helps fix the issue.
    Regards,
    Todd D.
    NI Applications Engineer

  • Arch Live CD x64 hanging during boot at "triggering uevents"

    Hello!
    I recently was recommended Arch by a friend, and after I followed the 'Newbies Guide' and burning a live CD to install Arch with, it appears to hang during Live CD boot at "installing uevents."
    I am trying to install Arch as a dual boot on a late 2008 MacBook Pro which is currently running x64 Windows 7. I have plenty of HD space (100gb free and 100gb unallocated to install Arch onto).
    Here is a picture:
    http://i.imgur.com/Y8P41nf.jpg
    I get the same error weather I try to install x64 or i686 (I think that's what it's called). Is there any reason for this?
    Thank you!
    -- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code --
    (Sorry, missed that. My bad!)
    Last edited by RalphORama (2013-09-07 03:09:13)

    frank604 wrote:
    You can try nomodeset.  Seems to be a failure in loading a driver for your hardware. To read more on similar issues, there's a few posts with more info and suggestions by googling it. 
    Google result: http://lmgtfy.com/?q=halt+at+triggering+uevent
    Results:
    https://bbs.archlinux.org/viewtopic.php?id=151259
    https://bbs.archlinux.org/viewtopic.php?id=140426
    Thanks! I tried googling it myself but got mostly answers that didn't work. I'll try this!

  • HTTPService problem (ioerror #2032) in flex AIR application

    Hi all,
    I am using flex 4.5 Hero Sdk. Flex Builder plugin. Win7x64. Adobe Air 2.5.
    I have a flex air project which contains 3 library projects included.
    The project uses one of the included libraries for managing HttpService calls to a Tomcat server.
    When I use "merge into code" option for building all projects there is no problem. I can both run in Adl and installed application (exe). HttpService calls works fine in both Adl and Air 2.5 runtime.
    When I use Rsl option for building all projects I can run-debug in Adl However when I run the installed version (I mean this time running the application not with adl, but with Flex Air 2.5.x version installed in win7x64) this time HttpService calls to the server gives ioerror (Error#2032).
    Some information I discovered (may not be related to the problem I stated above)
    When using rsl option, "use local RSLs when debugging" option makes the difference. If this option is false, Adl cannot run the application.
    I tried -use-network=true compiler option, but not sure if I did everything right while trying.
    Shortly I think I need some knowledge for working with RSLs. So, can anybody help me?

    Take a look at http://forums.adobe.com/message/3345972#3345972

  • AIR application with Flex 4.5 will not render content. What gives?

    OK,
    So I've upgraded to Flash Builder 4.5 Premium and I am unable to develop desktop AIR applications with the 4.5 Flex SDK. I start by simply creating a brand new AIR application using the default SDK (Flex 4.5). I set the title property on WindowedApplication and include a simple Label component. The project compiles fine but when I run the application all I see is the adl window in the dock but that's it. If I modify the Main-app.xml file to set the visible attribute to true, I will get a small window but there is no content although the output window shows the application swf being loaded. Checking the release version of the Main-app.xml file shows the correct path location to the swf.
    Here is what I've tried so far:
    Install/reinstall Flash Builder, 4+ times
    Downloaded the trial installation twice
    Downloaded the SDK's for 3.6, 4.1 and 4.5.0. I then copied each SDK folder and merged the AIR 2.6 SDK with each copy. So now I have 6 SDK versions; one pristine and the other with the AIR 2.6 SDK merged. I then added each SDK individually and created an AIR desktop application for each. Each and every one works fine with the exception of the two 4.5 SDK's. They will not render content.
    I created a simple creation complete handler for the application that declares a simple variable and assigns a value to it. I then put a break point on the assignment and it never gets caught. More evidence that the swf isn't getting loaded.
    The computer I'm running on is a Mac Book Pro with Snow Leopard 10.6.7. If I create a web project in each of the 6 SDK's, those will work just fine. What the heck is it with Flex 4.5 and the AIR 2.6 SDK on this machine? I have the AIR 2.6 runtime installed as well as a number of AIR applications that work just fine. I also tried my 4.5 test on my windows machine and that worked like a champ.
    I am completely out of ideas. Finding information has been difficult because everyone is all about mobile so searching for desktop issues is a losing battle. I realize this is a long email but I'm desperate for help. There must be someone out there that knows more about the low level interaction between Flex 4.5/AIR 2.6 and the OS.

    Well, I finally found the issue, a corrupted mm.cfg file in /Library/Application Support/Macromedia. I deleted the file and then adl ran just fine.

  • Upgrading to QTP v10 with Flex?

    We've been successfully using QTP 9.2 and 9.5 with our Flex application.  We'd like to upgrade to QTP 10, but when I tried running our existing scripts using QTP v10 they fail on the Login screen.
    I'm unable to record and I'm also unable to add Flex objects to the QTP Object Repository.
    Can anyone tell me if the Flex QTP addin works with QTP v10.  Or if someone else has successfully been able to migrate their 9.2/9.5 scripts/Obj Rep to v10.  If you were successful, what did you do?

    Hi,
    Even i'm facing lot of problems in using flex addin.I first tried to use flex addin 3.0 with QTP 9.5+IE 7 combination.I tried using it on flexstore (flex sample application by Adobe).The addin was able to spy correctly on flex objects but it was not recording the objects.I some where read that flex addin 3.0 has a bug and that it does not work with QTP 9.5 +IE 7 combination.And that adobe has come with a fix with flex addin 4.0.I tried using flex addin 4.0 with QTP 9.5 +IE 7 and it worked successfully( both record and play)  on flexstore.
    But when i use the same addin with QTP 10.0 +IE 8 combination , flex addin 4.0 is not able to recognize objects of flexstore ( sample application).It simply shows flex objects as winobject.
    My question is does flex addin 4.0 support QTP 10+IE 8 combinaton or have i not installed the addin correctly .But the same addin worked wonderfully on 9.5 +IE 7 combination.
    Can someone answer this query ASAP as i need this information urgently.
    Thanks
    --Parul

  • I have built a android application using adobe flex, and i have exported it with native air. The application is working fine on samsung phones whereas it is getting crashed on Moto Phones, which runs on android kitkat, is there any compatibility issue ?,

    I have built a android application using adobe flex, and i have exported it with native air. The application is working fine on samsung phones whereas it is getting crashed on Moto Phones, which runs on android kitkat, is there any compatibility issue ?, I have built a android application using adobe flex, and i have exported it with native air. The application is working fine on samsung phones whereas it is getting crashed on Moto Phones, which runs on android kitkat, is there any compatibility issue ?, I have built a android application using adobe flex, and i have exported it with native air. The application is working fine on samsung phones whereas it is getting crashed on Moto Phones, which runs on android kitkat, is there any compatibility issue ?

    Thanks, Flex harUI, for the direction in regards to isolating build changes. That aside (still working on it), can you offer any direction in regards to my original question on SDK and AIR compatibility? I'm specifically looking for a version compatibility mapping or anything that definitively states, "Flex SDK x.y.z works with the following versions of AIR". This information is crucial for us in order to more specifically plan our own roadmap built upon these two frameworks as we consider both existing installations of our software and future distributions.

  • SqlDev3.0 prod - Conn randomly hangs during opening, mainly with 11g RAC

    Hi, i have been having this issue since i moved to 3.0 PROD version from EA version.
    Now and then, same connection hangs during opening of connection, mainly with 11gR2 RAC databases. Sometimes it works with no changes. I don't see this problem with 10g RAC or non-RAC connection. Connection does not even make it to listener log file, so it looks like java thread gets into some hitch locally.
    I wonder if somebody has found solution for this.
    btw, with EA, i did not have problem with same connection. so far, i have been killing the sqldeveloper thru' task manager and then open it again (sometimes couple times, before i get thru').
    Thanks

    i can not use auto update from tool itself as we dont have admin rights on laptops(update feature is not able to contact download center of Oracle). so we use standalone releases of SQLDeveloper. How can i download this patch and apply it? do you have link to the patch? I did some search, it was not giving me anything useful.
    I am using Version 3.0.04, Build MAIN-04.34 (From Help->About).

  • Air application loading flex applications(no Air) with flex linked as RSL.

    Hello
    I am trying to make an AIR application which loads number of flex applications(no AIR). The subapplications are using the Flex SDK as a RSL, and each of them can use different version of the SDK.
    The problem is that the subapplicationsare trying to load the needed SDK from local filesystem, which they are not permited.
    public class CrossDomainRSLItem extends RSLItem
         override public function load(progressHandler:Function,
                                      completeHandler:Function,
                                      ioErrorHandler:Function,
                                      securityErrorHandler:Function,
                                      rslErrorHandler:Function):void

    Hi again.
    Is there any way to reliably edit the trust files with AIR application?
    As I see it we have to make the user to add our folder to the trusted locations, or to use some application which can find and write in the FlashPlayerTrust (native for the specific OS installer for example.). (even finding this directory with an AIR application seems not 100% reliable).
    Thanks in advance for you help.
    Ps: Right now I am trying to patch this.
    I compiled some sub-applications using custom preloader class(the controlling class, not the UI), where I removed the RSL loading. After that in an ApplicationDomain I load all the RSLs with loaders. After that I load the sub-application in the same domain. On paper this should work, but the sub-application can't find the classes from the RSLs(the first exeption is that there is no definition for spark.components.Application)

Maybe you are looking for

  • Field name of free item in ME21N

    Hi All, I have a small issue hear in ME21N I wan the table and the field which will be updated when the we check the check box for free item in the line items, I tried to find that using CDHDR, CDPOS, using ST05 and other methods but I was unable to

  • Flex 4.7 AIR 16.0 SDK invalid signature

    I Am trying to publish a beta version of my app to Apple to leverage TestFlight testers but I keep getting an Invalid Signature error.  Invalid Signature - Make sure you have signed your application with a distribution certificate, not an ad hoc cert

  • Inventory Reports MM/QM

    Hello, Can anyone tell me what are the Reports that can be used for Inventory/stocks for QM. Basically we need a report for Inventory in Quality Inspection and in Restricted Stock. Is there a Report that can be ran by a Plant and give all the materia

  • EIGRP SHA Authentication for Cisco ASA

    Hi, I was just wondering if anyone knew if Cisco was going to implement EIGRP SHA authentication in to the ASAs? My organization is migrating from classic to named EIGRP for SHA authentication and right now I'm stuck at the ASA's. Static routing ever

  • DISTINCT MySQL Issues

    I am trying to pull only one record per MLSNumber using DISTINCT for MySQL, but it isn't working. What am I doing wrong? Also, is there a way to pull the most recent record of the 2+ based on PostDate? Select DISTINCT(MLSNumber),PhotoURL,ListPrice,Ci