About the AIR automation testing

I have come across a problem when I develop an AIR
application. I was unable to get the properties of controls in the
AIR application by using “automation.swc”,
“automation_agent.swc”,
“automation_dmv.swc”. However, it is OK in web
application (SWFLoader). Having studied QuickTest, it can only
support recording of mouse movement and is unable to give the
control properties also. I would like to know the way to get
control properties. If it is a bug in AIR, I would like to know the
work-arounds or when it will be fixed. Thank you in advance.

You need to give more information about your problem.
For normal Flex controls like button, text, etc. I think you
should be able to get the properties.
-ted

Similar Messages

  • About the Apple Hardware Test in Replacement Application Disc...

    I would like to know if an Applications Disc replacement ordered from AppleCare will include the Apple Hardware Test or AHT. A few months ago I had to reorder both my OSX install and Application disc because they were damaged out of the box. Now I know that Apple send the correct disc because the replacement disc have the same part number as the original ones, however the replacement application disc does not have the small test that says: "For Apple Hardware Test, press down the "D" key on startup." (or something like that) as the original one does. Which makes me wonder if indeed the replacement application disc sent by AppleCare really includes the Apple Hardware Test.
    Tell me what you think, Does a replacement Application disc sent by Apple include the Apple Hardware Test?
    Now, I must tell you that my current complementary phone support has expired and I am waiting to get AppleCare but that won't be after January 2011 (I am a college student, and I am saving money for the AppleCare extended warranty).
    Thank you for your assistance in this matter.

    rkaufmann87 wrote:
    AHT is on the original OS X Install disc that came with the computer! Had you read the Apple Advice Letter I posted earlier you would have seen that.
    I understand that, however my MacBook Pro is a 2010 one and the report says that the Apple AHT is in the Applications Disc since it was bought in a Snow Leopard era. The article clearly states that after 10.5.5 AHT will be in the original application disc that comes in your computer, and as posted above my application disc was damaged out of the box. That's why I odered a replacement application disc. However, the new application disc does not have a text that indicates that says "For Apple Hardware Test, press the "D" key on start up" as the original application disc, it just says 15" MacBook Pro Application disc. I assume that the AHT should still be in the replacement disc because it has the same part number as my original disc. Anyways, I read the whole article and it does not mention anything about AHT in AppleCare replacement disc.
    I hope this clears up some things about this post.

  • Question about the Before/After/Test metadata tags

    i think that i have read all of the appropriate sections on the wiki but i am a little unclear on how/when i need to add extra info to the Before/After/Test metadata tags.
    thus far, i have not done any unit tests that require a component to be added to the display list.  i was reading the section on how to do that and i see that all of the above mentioned tags have extra info:
    [Before( async, ui )], [After( async, ui )] and [Test( async, ui )]
    what do those do and when/why do i need to use them?
    thanks
    additionally, i am trying to run this simple example derived from what's on the wiki and it always times out.
    package HM.FO.User {
    import mx.controls.Button;
    import mx.events.FlexEvent;
    import org.flexunit.Assert;
    import org.flexunit.async.Async;
    import org.fluint.uiImpersonation.UIImpersonator;
    public class UserWindowPresenterTest {
    //protected var window:UserWindow;
    protected var button:Button;
    [Before( async, ui )] public function setUp():void {
    //this.window = new UserWindow();
    this.button = new Button();
    //Async.proceedOnEvent( this, this.window, FlexEvent.CREATION_COMPLETE, 20000 );
    Async.proceedOnEvent( this, this.button, FlexEvent.CREATION_COMPLETE, 20000 );
    //UIImpersonator.addChild( this.window );
    UIImpersonator.addChild( this.button );
    [Before( async, ui )] public function tearDown():void {
    //UIImpersonator.removeChild( this.window );
    //this.window = null;
    UIImpersonator.removeChild( this.button );
    this.button = null;
    [Test( async, ui )] public function on_user_saved_clears_password_fields():void {
    // this.window.pass_txt.text = "foo";
    // this.window.pass_confirm_text.text = "bar";
    // var presenter:UserWindowPresenter = this.window.presenter as UserWindowPresenter;
    // presenter.on_user_saved( null );
    // Assert.assertNull( this.window.pass_txt.text );
    // Assert.assertNull( this.window.pass_confirm_text.text );
    Assert.assertTrue( true );

    Okay, so the async modified is used to indicate that the asynchronous statement will be used.
    There is a bit of overhead adding async to tests, so, we don't actually instantiate the code that handles Async unless the async attribute is in the Before, After or Test. If you don't place the async in these tags [Test(async)] and attempt to use the async code. Async.whatever... you will get an error.
    Regarding the ui, attribute, the same concept was intended to apply for ui elements... in other words we wouldn't build the necessary infrastructure.. that is an optimization and right now is not in play. so you will not see different behavior with or without the ui.
    If I copy your code directly from below and paste it in my environment it passes.
    Mike

  • Info about the AIR-AP1042 device

    I'm looking for a couple of pieces of info on the AIR-AP1042 access point.
    I need a mesh setup for a small multiple story hotel.
    No too complicated or far reaching.  Mostly wood frame construction.
    I haven't been able to get a gander at pictures from all angles.  In particular, does it have and come with a power adapter option?  If it's only POE, why the heck would I want mesh product as I can run ethernet all the way back to the main switch anyway.
    The other thing I can't seem to find is a radiated signal pattern diagram.  Yes, it says omnidirectional, but really, none are completly spherical and what radius?
    Does anybody have any info on these two questions?  Thanks!
    -greg

    "Is there a "tool" of some sort for indoor planning?"
    As mentioned in my last message => WCS has a planning mode. There might also be free tools out there but the quality of the "guess" depends on the software quality as well :-)
    "What range would this give me assuming no obstructions?"
    1) As no on uses those indoor APs in a place where there is no obstruction, it's kind of hard to answer this question :-)
    2) What's the point of the question since anyway you will have obstruction in your environment ??
    What most site surveyers do is that they buy 1 to 3 APs in advance and do measurements on site to see approximately the coverage so they can do their first calculations and design a budget for the complete order.
    If the building is not built yet, you can simply try the APs in a building you believe will have a close layout to what the final building will be.
    Numbers you will read on the internet are not reliable at all. Buildings are not built with the same materials  or technique depending on the country and even then it varies so much from a building to another.

  • Where should i found the executed automation test cases result in TestResult folder?

    we are using VS2013, i have automated some coded ui test cases and executed from test explorer. once completed i am able to view the test result in the Test explorer window. But I am unable to view in the 'TestResult' folder under project location. (In The
    Test result folder created IN & Out sub folder )  I think it should be create .trx file under TestResult folder.  is there any configuration required.
    Please guide me.
    Thanks in Advance. 

    Hi Divakar,
    Thank you for posting in MSDN forum.
    As far as I know that when we automated coded ui test cases from VS IDE, it is default that there have no the .trx file be created in the TestResult folder. However, there have a replace workaround that we can automate coded ui test cases using MSTest.exe
    in command line. And then we can get the .trx file be created in the TestResult folder.
    So you can execute the /resultsfile command to get the .trx file using mstest.exe in command line.
    Reference:
    https://msdn.microsoft.com/en-us/library/ms182489.aspx?f=255&MSPPError=-2147217396
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • What Are The Pro And Cons About The Air

    Can you please answer me because i want to get the best for my money
    The Laptop in question is the 13'' thanks!
    PLEASE ANSWER xx

    Look there is No Best. Simple fact is, throughout your life, you will spend your money on things and they will either work or not. And you can be assured that at some point whatever you buy and whatever amount of money you spend on it, a lot or a little, eventually it will fail. Just like all people die, they fail eventually.
    So stop worrying about it, go down to a store, Look over what they offer, take notes, go home and search the internet for problems, then go back and buy what seems to fit you the best.
    Or be like me. I see something I like, I look at the price, if I can afford it I Buy IT.

  • Question about the function module testing function

    Dear everyone
    I am trying to use the testing function of a function module in order to understand how the following
    function module works.
    <Function module>
    BAPI_SALESORDER_CREATEFROMDAT2 --> This function module is to create a sales order
    I input several data in the test function, and I was the successful result with some sales order number.
    However, this sales order is not actually registered in the system.
    Would it be possible to run the function module (in the test mode), so that it would actually
    register those documents (ex. sales orders) in the system.
    I would like to see the actual sales orders to understand how the function module works.
    Thank you very much in advance
    Takashi

    Dear everyone
    ※Sorry, my initial message was hard to understand. So I will write it again.
    I am trying to use the testing function of a function module in order to understand how the following
    function module works.
    <Function module>
    BAPI_SALESORDER_CREATEFROMDAT2 --> This function module is used to create a sales order
    I input several data in the test function, and I've got the successful result with some sales order number.
    However, this sales order is not actually registered in the system.
    Would it be possible to run the function module (in the test mode), so that it would actually
    register those documents (ex. sales orders) in the system?
    I would like to see the actual sales orders to understand how this function module works.
    Thank you very much in advance
    Takashi

  • How to send a mail about the test plan status

    Hi
    I have finished the development of ecatt automation test cases.
    And I have integrated the ecatt  automation test cases into the test plan of TWB.
    I have scheduled a job in background to run the test plan.
    After the job has finished, I need to send a email to related users to tell them the status of each test cases in the test plan.
    Is there any way to implement it?
    Thanks a lot in advance!

    Hello,
    You can send mail with the status of the test catalog-
    specify a mail system to which Test Workbench test objects send messages to the people responsible
    Please refer the below link for more information:
    http://help.sap.com/saphelp_smehp1/helpdata/en/6a/88370a002911d2bd02080009b4534c/frameset.htm
    Regards,

  • flexunit 4.1 B3 Ant task fails to run Air-based tests

    Folks,
    I am using FlexUnit4.1 Beta 3 and am seeing the <flexunit> Ant task fail when running tests that use the Air libraries. The project in question used to test just fine with version 4.0 earlier this year, but I just dusted it off after a branch change and tried re-running with 4.1and started seeing the failure.Here is the relevant console output:
    [com.djte.library:flexunit] Validating task attributes ...
    [com.djte.library:flexunit] Generating default values ...
    [com.djte.library:flexunit] Using default working dir [C:\EclipseWorkspace3.5\report.renderer_tests_2\Source\Flex]
    [com.djte.library:flexunit] Using the following settings for the test run:
    [com.djte.library:flexunit]     FLEX_HOME: [C:\iFABS_DE\dev\vert-d3flxcmn24\204100.32.0.20100926233508_d3flxcmn24]
    [com.djte.library:flexunit]     haltonfailure: [false]
    [com.djte.library:flexunit]     headless: [false]
    [com.djte.library:flexunit]     display: [99]
    [com.djte.library:flexunit]     localTrusted: [true]
    [com.djte.library:flexunit]     player: [air]
    [com.djte.library:flexunit]     port: [1024]
    [com.djte.library:flexunit]     swf: [C:\EclipseWorkspace3.5\report.renderer_tests_2\build\report.renderer.tests.unit.swf]
    [com.djte.library:flexunit]     timeout: [1800000ms]
    [com.djte.library:flexunit]     toDir: [C:\EclipseWorkspace3.5\report.renderer_tests_2\build\reports\xml]
    [com.djte.library:flexunit] Setting up server process ...
    [com.djte.library:flexunit] Starting server ...
    [com.djte.library:flexunit] OS: [Windows]
    [com.djte.library:flexunit] Opening server socket on port [1024].
    [com.djte.library:flexunit] Waiting for client connection ...
    [com.djte.library:flexunit] Launching player:
    [com.djte.library:flexunit] Found AIR version: 1.5
    BUILD FAILED
    C:\public\JavaTools\DJTE\latest\DjteLibrary\library.xml:57: The following error occurred while executing this line:
    : Error launching the test runner.
    The error message is not very specific... The last output seen before the failure is "Found AIR version: 1.5". This makes me wonder if the problem is related to how I have Air installed on my Windows XP machine. Come to think of it, I am not sure exactly how the host machine should be configured to run FlexUnit tests that require Air.  Do I really need Air to be installed?  I have Air 2.0.3.13070 installed, but the <flexunit> task thinks it found version 1.5 - hmmm...  I also have the debug Flash 10 player, and SWF appplications are configued to run using this player. Flex tests run fine, just not Air tests.  What am I missing?
    I see that 4.1 RC1 is now out, so I will grab that and give it a try.
    If anyone who tests air more often has any advice - I am all ears!
    Thanks,
    Trevor

    Thanks for your responses, Brian!
    Yes, I think I see the immediate problem.  The problem is that there is no Air runtime in our customized Flex SDK (based on 3.2), even though it appears to have the Air compile libraries. I had been attempting to use this custom SDK to run FlexUnit with, and I think that needs to change.
    Why was I doing this?
    Well, I had tripped over some problems with 4.1 earlier on when I attempted to run it without having FLEX_HOME set in the environment. So, now I have been setting FLEX_HOME programmatically in my code before calling the <flexunit> task. And I had figured that it would be a good idea to set FLEX_HOME to the same SDK that the tests had been built with, i.e. our customized one.  Now I am thinking that this is not necessary, since our end users will never have access to this SDK. I now think that I should be able to install a new stock Adobe Flex SDK on my CI server, install the Air runtime into it, and then use that location when I set FLEX_HOME.  Is that how others are doing it?  If anyone could validate this approach, I would be grateful.
    One question that arises in my mind now: How does the Air runtime get into the Flex SDK? I have installed the Air runtime using the installer from Adobe some time ago, so I am not quite sure what all that did.  I assume the  Air installer finds all the Flex SDKs on your machine and inserts the runtime in each location appropriately? Again, pardon my ignorance...
    I have just tried out the above idea, i.e. setting FLEX_HOME to a different SDK that has Air runtime, and the <flexunit> task worked when I ran it!  An Air window opened, the tests ran, and reports were generated. So, it would appear my problem is solved! Cool beans!
    Brian, you made some comments about another possible issue with the "custom app descriptor".  I am not sure if that applies to me or not.  How would I know whether or not we need that support?  Again, I know it would help if I was the developer who had actually written the Flex tests, but I am not...
    Anyway, I hope this thread helps other folks who are having similar issues.  I am going to reinstall a fresh Adobe SDK and the Air installer on a clean machine next, and see if the tests will run there.
    Before ending this thread, I do want to point out that the ant task might have need of improvement in the case in which the user attempts to run the air "player" but the Air runtime is not setup in the SDK. On Windows, the ant process simply hung at this point, apparently thinking that the launch of the player had been successful, but in reality, the message about the air runtime being not found had occurred. It might be nice if it exited gracefully with a warning message instead of hanging. Just a suggestion...
    Brian, as always, thanks again for your help with this issue.You guys are doing a great job with this project. Please keep it up!
    Thanks,
    Trevor

  • Refresh Time:  Continue with MacBook Pro or get the Air?

    I have to refresh my work MacBook Pro right now, and I have the option to get the high-end Air as well as the current Pro model, so just wondering if I should go for the air?   I love the idea of the SSD and I'm not currently using any high end graphics programs, but I do run Windows under VMWare, and with the Air's limit of 4G RAM I'm just wondering if it will have the horsepower to run the VM without lots of time watching the spinning beach ball?   We typically go with a 3 Year refresh cycle as well.

    I also am running a MacBook Air 13" with VMWare and Windows 7 with no issues (and no beach balls).  I certainly don't feel I've "downgraded" at all in moving from a 15" MacBook Pro with 8GB of RAM that was running VMWare and Windows, and certainly Windows boots a *LOT* faster than it does on the MacBook Pro (the SSD).
    While the 4GB RAM ceiling is probably my own most signfiicant concern about the Air and the point at which this machine will hit its limit, I suspect the machine will prove more than usable over the next three years.

  • About the automation of "Adjust Transport Queue"

    Hi, Experts.
    I want to know about the automation of "Adjust Transport Queue".
    Concretly, I want to copy Transport Data&cofiles
    from Transport Domain Controler(DEV) to PRD System.
    [Environment]
    DEV -- Location A, Domain Controler
    QAS -- Location A
    PRD -- Location B ** different Location from Domain Controler **
    Therefore when I execute Transport to PRD,
    "Adjust Transport Queue " is necessary to do.
    I know the JOB to refresh Transport List,
    but I don't know the JOB to Modify transport Queue.
    If you know it , please tell me the way.
    Best Regards.
    Toshikazu Takahashi.

    Hi Pavan,  
    Thanks for your post.
    What’s the version of your TFS?
    How did you specific the file path in InvokeProcess activity? Where you stored this batch file, under a local path in your build agent machine?
    As the TFS Build will running on build agent machine, so you can create the batch file under a local path in your build agent machine, for example C:\BAT\test.bat, then specific in this “C:\BAT\test.bat” as the
    FileName in your InvokeProcess activity. You can refer to Hari’s reply in this similar post:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/b8bcb19f-1296-441c-8356-e701b949445a/tfs-2010-how-to-execute-a-batch-file-after-build?forum=tfsbuild. 
    Each TFS build’s drop location copied from binaries folder, you can find the binaries folder from
    C:\Builds\ID\teamprojectname\builddefinitionname\bin on build agent machine, so you can write your batch script to copy latest files form this binaries folder for each TFS Build.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Getting Windows 7 on the Mid 2011 MacBook Air EASILY *TESTED*

    Greetings!
    As this is my first post, I wanted to make it count. Thus I have decided to compile a simple guide on EASILY getting Windows 7 installed on to your mid-2011 MacBook Air.
    I have been following the many threads around here regarding the trouble people are having getting Windows 7 installed on to their Mid-2011 MacBook Air's. I have read complaints of Windows Support Software (drivers) downloads taking too long, of not being able to save the Windows Support Software correctly to a USB key, etc, etc.
    The following process is relatively simple, but not as simple as it should be. I'm quite certain as Lion matures, some of the Bootcamp issues we have been having will be remediated.
    This procedure has been tested on the following platform:
    Mid-2011 11" MacBook Air ~ 1.6GHz i5, 4GB RAM, 128GB Flash (SSD) HDD
    What's Wrong?:
    1. On the MacBook Air platform specifically, users are expected to have a Windows 7 ISO before beginning. Some users have stated that this can be accomplished easily using the DISK UTILITY ISO CREATION FEATURE. THIS WILL NOT WORK. THE MOST IMPORTANT ASPECT OF PUTTING THE WINDOWS 7 ISO ONTO A USB KEY IS MAKING IT BOOTABLE! You need to make the USB key you're installing to bootable, plain and simple.
    2. I tested the Windows Support Software drivers after downloading them and the Intel HD3000 GPU and Sound Drivers do not install properly.
    3. Creating a Windows 7 Startup Disk through Bootcamp hangs.
    What You'll Need:
    1. A Windozzze box
    2. A DVD-ROM Drive
    3. Internet Access (for downloading a Win7 ISO in case you don't have a Win7 install DVD and other necessary utilities)
    4. ISODisk - http://www.isodisk.com/ - 100% FREE
    5. Windows 7 USB/DVD Download Tool - http://download.cnet.com/Windows-7-USB-DVD-Download-Tool/3000-18513_4-10972600.h tml- 100% FREE (you may also acquire this tool from Microshaft)
    6. A little patience
    7. A LEGAL Windows 7 license to activate Windows 7 after 30 days.
    8. 2 FORMATTED USB DRIVES.
    NOTE: Technically you only need 1 USB drive, however, you will need to get the Bootcamp drivers from OS X onto a USB key. To make this easy, the Windows 7 USB/DVD Download Tool will format one drive as an NTFS partition and the other drive should be formatted as a simple MS-FAT partition (can do this through DISK UTILITY, if you don't know how, Google it, very simple).
    Let's Get'r Done:
    1. Boot up your Windoze box.
    2. Insert your Windows 7 Install DVD into your DVD-ROM.
    3. (OPTIONAL) This step may be performed in lieu of step #2 if you don't have a Windows 7 Install DVD, download a Windows 7 ISO (don't download illegaly) from Microsoft. You may skip to step #6 if this is how you're to proceed.
    4. Download and install ISODisk.
    5. Create an ISO of your Windows 7 Install DVD - Select the DVD within the ISODisk app, choose a name and save location, create your ISO. *This takes a bit to complete*.
    6. Download and install the Windows 7 USB/DVD Download Tool.
    7. Open the Windows 7 USB/DVD Download Tool, ensure you have inserted the USB key you intend to use for Windoze 7, once the ISO has been created from step #5 or you already have one from step #2, select the USB button and create your USB/Windows 7 ISO Disk (all this does is place the necessary Windows 7 boot files on the USB key so that the Windows 7 ISO may be booted from the USB key).
    8. Once complete, safely eject your Windows 7 USB key and move on over to your beautiful Mac. Place the Windows 7 USB Key aside for the time being.
    9. Once booted, place the second USB key (the USB key you intend to use for your Bootcamp drivers) into your beautiful Mac. Ensure that it's formatted as MS-FAT, you can do this via DISK UTILITY, Google it if you don't know how.
    10. Navigate to Mac HD --> Library --> Application Support --> Bootcamp --> Here you will find a BootCamp DMG file, this is a large file that contains the necessary Windoze 7 Drivers for the MacBook Air, DOUBLE-CLICK IT TO MOUNT IT, a FINDER window will appear revealing its contents. Perform a Shift-A to select all files, RIGHT-CLICK and select COPY.
    11. DOUBLE-CLICK your MS-FAT USB key, PASTE the files from step #10 onto the drive. You now have your Windows 7 Driver disk. Place the Bootcamp Drivers USB Key aside for the time being.
    12. Open the BOOTCAMP ASSISTANT, this is located in your Mac HD --> Applications --> Utilties Folder.
    13. IMPORTANT!!!
    Uncheck "CREATE A WINDOWS 7 INSTALL DISK"
    Uncheck "DOWNLOAD THE LATEST WINDOWS SUPPORT SOFTWARE FROM APPLE" - At least for now to get you up and running.
    14. Ensure that "INSTALL WINDOWS 7" is SELECTED and click continue.
    15. Insert your Windows 7 ISO USB Key into your beautiful Mac.
    16. Partition your drive accordingly, create the Windows 7 partition (the Windows 7 USB Key needs to be in the Air for this).
    17. As soon as the partition is created, your air WILL REBOOT, the Windows 7 install will begin.
    18. You will be prompted that the BOOTCAMP parition is not NTFS and needs to be in order to install Windows 7, THIS IS FINE.
    19. Click FORMAT, the BOOTCAMP partition will be formatted as NTFS. Select the same partition number and continue. NOTE: The Windows install IS VERY fast on your beautiful SSD equipped Mac.
    20. Once the installation completes, insert your USB Bootcamp key.
    21. Navigate to the Setup.exe file on the key and double-click.
    22. Sitback and let the Bootcamp drivers load. Windows 7 will reboot.
    23. Install your Windows updates and reboot.
    24. Reboot again and HOLD THE OPTION KEY, this will allow you to get back into your Mac.
    25. Once in OS X, click settings and STARTUP DISK, select OS X (unless you want to mainly run Windoze).
    26. Finished.
    Please let me know if you should have any questions.
    You should now have a fully functioning Windows 7 Bootcamp install with all drivers properly installed. You can check this by navigating to Device Manager within Windows and ensuring that you have no yellow exclamation marks.

    Sorry, must have been the crackpipe I smoked last night! LOL
    You won't see anything in the Application Support --> Bootcamp folder unless you have previously downloaded the Windows Support Software. Good find.
    ADDENDUM STEP:
    This step should be placed between 9-10.
    Open Bootcamp Assistant. Uncheck everything BUT, "DOWNLOAD THE LATEST WINDOWS SUPPORT SOFTWARE FROM APPLE". You will be prompted to burn the image to a CD/DVD or save to a USB Key. Save the image to a USB key. This will format your USB key properly in preparation for the files. The download commences and if you're lucky, the files will simply be saved to your USB key without having to manually copy them over to the key using the steps above.
    IMPORTANT - Even if the support software hangs when its being saved to the USB key, you should now be able to navigate to the directory and see the image. Follow the steps above.
    Apologies for missing this.
    Best,
    WBN

  • Hi, I got the problem with Firefox 27.0.1. I can not run Selenium on Firefox after login a website for automation testing. The browser is not responding.

    Hi, I got the problem with Firefox 27.0.1. I can not run Selenium on Firefox after login a website for automation testing. The browser is not responding. However when I close Nunit, the page is back to be normal. The title is returned to the name of website without "not responding". I sure this problem did not happen on Firefox version 26. I just got this problem when firefox upgrading automatically to version 27. Please help me fix this problem because it is very important for my work. If you need more information pls send your concerns via my email address.
    Thanks so much

    Hi, the work around suggested above should put you in working mode in the meantime. However to help investigate the issue it is possible to analyze what is not loading or taking a long time by analyzing the network traffic or http headers of the Nunit web page.
    *[https://addons.mozilla.org/en-us/firefox/addon/live-http-headers/]
    *Web developer Tools > Web console
    If you post the results with out the user data, we are happy to help.

  • I bought a iphone 4 from a guy on craigslist, I knew about ios 7.0 having the lock thing, but when I met him, his simcard was in the phone, I tested the phone with his simcard in from of him. The phone looked great with no problems and I even got the box

    I bought a iphone 4 from a guy on craigslist, I knew about ios 7.0 having the lock thing, but when I met him, his simcard was in the phone, I tested the phone with his simcard in from of him. The phone looked great with no problems and I even got the box with the accesories, so I knew it was his... I then did the reset on the phone (erase all data... from settings) and it went through and activated and everything was good... I used the phone for about a month with no problems at all, even had my apple ID in the icloud and everything... well ios 7.0.6 came out and I used my computer to restore the phone, because I feel that the cord and computer gives it a better restore, it did great no problems, and when it went to the part where I went to activate the phone, I get a enter your apple id and password to complete activation... Wait... why is this up i thought, I thought I did everything like I suppose to to succesfully switch it to me, the new owner... but now its asking for some C******@yahoo.com.... I only have @gmail.com emails and none start with a C... The guy sold me the phone because he was switching to Verizon, and I tried to call him, and now the number is disconnected... I guess he switched to Verizon with a new number... Now im stuck with a paperweight that costed me $200.00... What can I do at this point... Please help me... I restored it to give it to my Step Son as I just got me the iphone 5... Thank you for ANY HELP in advance... Thank you again.

    I bought a iphone 4 from a guy on craigslist, I knew about ios 7.0 having the lock thing, but when I met him, his simcard was in the phone, I tested the phone with his simcard in from of him. The phone looked great with no problems and I even got the box with the accesories, so I knew it was his... I then did the reset on the phone (erase all data... from settings) and it went through and activated and everything was good... I used the phone for about a month with no problems at all, even had my apple ID in the icloud and everything... well ios 7.0.6 came out and I used my computer to restore the phone, because I feel that the cord and computer gives it a better restore, it did great no problems, and when it went to the part where I went to activate the phone, I get a enter your apple id and password to complete activation... Wait... why is this up i thought, I thought I did everything like I suppose to to succesfully switch it to me, the new owner... but now its asking for some C******@yahoo.com.... I only have @gmail.com emails and none start with a C... The guy sold me the phone because he was switching to Verizon, and I tried to call him, and now the number is disconnected... I guess he switched to Verizon with a new number... Now im stuck with a paperweight that costed me $200.00... What can I do at this point... Please help me... I restored it to give it to my Step Son as I just got me the iphone 5... Thank you for ANY HELP in advance... Thank you again.

  • When I try to connect the Air with my iPhone to create an Hotspot, it drops the connection and gives an error message in the iPhone saying that the device (MacBook Air) is not supported. What can i do about it?

    When I try to connect the Air with my iPhone to create an Hotspot, it drops the connection and gives an error message in the iPhone saying that the device (MacBook Air) is not supported. What can i do about it?

    The problem has been fixed with the most recent OS X software update.

Maybe you are looking for

  • DVD/CD drive, 7675 laptop

    My problem is the disk drive in my 7675 laptop: a type DVD/CD-ROM  HL-DT-ST RW/DVD GCC-4247N. I use Windows XP which I recently loaded from the recovery medium purchased from Lenovo. After its installation I downloded SP 3 from Microsoft.com I can wa

  • My curve doesn't recognize my phone #.

    just got a curve 8320 (at&t).  i started using it with my old sim card, and it recognizes my ph#.  i just switched to a new sim card (still at&t), but now the device doesn't recognize my ph# anymore.  it just says "My Number: Unknown Number."  the ph

  • MBP normal operating temperature

    What is considered the normal operating temperature" My MBP runs between 110 and 120 F. MBP   Mac OS X (10.4.5)  

  • Problem to call a procedure while using External connection pooling in TopL

    HI all, I have implemented external connection pooling in TopLink with JBoss 4.0.3SP1 and it is working fine. But after the connection pooling I am getting error while executing stored procedure with TopLink on Sybase. This is the error I am getting.

  • Cannot connect Oracle 11gR2 to DB2 Database

    Hi guys, I gotta some issue connecting from Oracle to DB2. The point in, the connection works from Oracle 10G, but does not from 11G. Check it out: Oracle 10g: Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production