Strange test results

I'm on infinity 1 and had a few problems last month with my speeds, but that was fixed thanks to craig.
Anyway I've been getting 24 all day and night but I've been keeping an eye on it cos I was waiting for it to get back to 28. I noticed is was just slightly slower today so did a test and got these results. Not too bothered about it only being 22 but that test looks like it's for adsl and not infinity, never looked like this before? Is it just a blip or should I contact someone?
It looked like this on Saturday:

Dont suppose your from Burton-on-Trent by any chance???. I am having very similar issues as you. I have opened a thread somewhere as you will see. I got in touch with BT and they said they did a reset on my line but mine has got worse not better, write down to 19MB as of now and I did have 25.50MB on BTWholesale checker before the bad storm, about the same time as you on the 15th July 2013 ( http://www.speedtest.net/my-result/2838667896 )!. Time will tell for me hopefully!. You do notice the difference though, when you have been at speeds of 25MB and above you notice a big difference when you drop down to 19MB, the few meg difference seems to make alot of change in every way for everything to me, web pages, streaming, online gaming, P2P, just about all you notice!!!.
Please click on pink star to the left and say thanks if I have helped you at all!. Thank you. Home Hub Page- http://bthomehub.home/
BT Speed test- http://www.speedtest.btwholesale.com/
Speedtest:-http://diagnostics.bt.com/login/?workflow=Speed
Net Connect test- http://netalyzr.icsi.berkeley.edu/index.html

Similar Messages

  • JUnit - Strange Test Case running problem

    Hi Everyone,
    I am very new to J Unit testing. Here's my problem. I have a project set up in Net Beans. Inside the project, there is a folder named "tests". This folder contains the following class:
    public class Bob
        public static void main(String[] args)
            System.out.println("Hello");
    }There are other classes inside of this folder that extend TestCase and TestSuite. They are functionally working according to J Unit testing (they prompt a JUnit Test Results panel in Net Beans with Pass or Fail).
    The problem that I am having upon running/executing the class "Bob", NetBeans treats it as a JUnit test case and brings up a Pass/Fail panel. I do not want this to happen. I just want this class to print "Hello" as if it was not a Test. Do you guys have any idea what the problem is? My "Bob" class has nothing imported.
    Also, I have another question. Is there a way that I can take INPUT from a user when running a Test Case (such as using the Scanner class)? My test cases seem to skip over the Scanner.nextLine() code for some reason.
    Thanks in advance.

    Hi BigDaddy,
    Thanks for the suggestion, however I am unsure of what you mean by injecting the scanner. Here is an example of what I would like to do:
    public class BenchmarkTestSuite extends TestSuite
        public static void main(String[] args)
            try
                Scanner scan = new Scanner(System.in);
                System.out.print("Enter the number of iterations for read: ");
                readIterations = scan.nextInt();
                .... etc
            catch(Exception ex)
                ex.printStackTrace();
        .... etc
    }Here, the prompted question for the user gets ignored for some odd reason. I would like for the tests to not start until the question has been answered by the user. NetBeans is strange. I commented all of the test methods to see if the question gets printed to the console, and it does not.
    Thanks.

  • Strange runtime result on forms 10g

    Hi,
    I am using forms 10G. Db is 10G.
    When I run the simple Scott’s emp table
    It runs on internet explorer and instead of giving emp table information it shown something like that:
    <html> <head> ORACLE FORMS.</head>
    <body onload="document.pform.submit();" >
    <form name="pform" action="http://lalo:8889/forms90/f90servlet" method="POST">
    <input type="hidden" name="form" value="I:\test\emp.fmx">
    <input type="hidden" name="userid" value="SCOTT/TIGER@orcl">
    <input type="hidden" name="obr" value="yes">
    <input type="hidden" name="array" value="YES">
    </form> </body></html>
    what is this?
    How should we get the forms simple screen on runtime?
    Where should we get entry so on it runs independently?
    Though is running well on 6i.
    Juma

    This is a duplicate of strange runtime result on forms 10g
    See my response to your original thread.

  • Officejet 6700 connected to network according to network configuration page and network test results

    Office Jet 6700 connected to network according to wireless network test results but I get an unable to connect error when trying to set up web tools or connect to get updates. I have an Actiontec Router with century link DSL. I have tried both manual IP configuration and DHCP configuration. I can print wirelessly from my iphone and can access the web service page on the printer but the printer will not connect outside the network. I do not have a proxy.

    Never mind. I found the answer... I set the dns servers to 8.8.8.8 and 8.8.4.4 ( google's dns servers ). Sort of strange that I set the dns servers manually to the ones recommended on my router and it didn't work but when I set them to google's it works...? Spent many hours researching this til I found the answer. Silly printer and silly instrucutions tha never mentioned overriding the dns servers if you couldn't connect.

  • Load Test Results - time series request data for by URL in VS2013

    I am trying to figure out how to export and then analyze the results of a load test, but after the test is over it seems I cannot find the data for each individual request by url. This data shows during the load test itself, but after it is over it seems
    as if that data is no longer accessible and all I can find are totals. The data that I want is under the "Page response time" graph on the graphs window during the test. I know this is not the response time for every single request and is probably
    averaged, but that would suffice for the calculations I want to make. 
    I have looked in the database on my local machine (LoadTest2010, where all of the summary data is stored) and I cannot find the data I'm looking for. 
    My goal is to plot (probably in excel) each request url against the user load and analyze the slope of the response time averages to determine which requests scale the worst (and best). During the load test I can see this data and get a visual idea but when
    it ends I cannot seem to find it to export. 
    A) Can this data be exported from within visual studio? Is there a setting required to make VS persist this data to the database? I have, from under Run Settings, the "Results" section "Timing Details Storage" set to "All individual
    details" and the Storage Type set to "Database". 
    B) If this data isn't available from within VS, is it in any of the tables in the LoadTest2010 database where all of the summary data is stored?
    Thanks
    Luke

    Hi Luke,
    Since the load test is used to
    simulate many users accessing a server at the same time, it is mainly verify a wev server load stress.
    As you said that you want to find the data
    for each individual request by url, I know that generally we can analyze the url request from the Summary like the following screen shot.
    >>I
    have looked in the database on my local machine (LoadTest2010, where all of the summary data is stored) and I cannot find the data I'm looking for. 
    I suggest you can try to add the
    SQL Tracing Connect String in the Run Setting properties to trace the data.
    Reference:
    https://social.msdn.microsoft.com/Forums/en-US/74ff1c3e-cdc5-403a-b82f-66fbd36b1cc2/sql-server-tracing-in-visual-studio-load-test?forum=vstest
    In addition, you can try to create an excel to analyze the load test result, for more information:
    http://msdn.microsoft.com/en-us/library/dd997707.aspx
    Hope it help you!
    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.

  • I want to write a program in LabView then pass the test results to teststand to check if it pass or fail without displaying the test stand program,

    I want to write a program in LabView and create an execute but I want to be able to pass test results to test stand to find it the unit pass ar fail the test then save the data to a database. How would i go about it.

    What's confusing is your statement that you want to do this "without display the test stand program". You can minimize the TestStand UI to the task bar but if you don't want TestStand to be running, how can TestStand evaluate the result. Explain a little more please.
    In the message body of your post, you just say you want to create a LabVIEW exe and pass the results to TestStand. What I would recomend is that instead of an exe, you create a dll and use TestStand's DLL adapter to call it and return the results. TestStand will evaluate it and do the logging.

  • How to view the emma coverage test result when running local job

    Hi Guys,
    When using emma in DTE, we can obtain the code coverage test result. I submit a farm job, and can get a txt or html file on coverage report. But when I run it locally, the txt / html files is unavailable. I can only see a folder named coverage with coverage.emma & metadata.emma. So my question is how can I get the coverage report from it?
    If I can use some command to generate report files, then what is it and how to run it.
    Thanks

    Hello Twenz
    This forum is mainly (should not be only but it is) used for supporting Oracle Application Testing Suite (OATS) products.
    I guess your question is not related to this solution at all. So maybe this is not really the right forum.
    Good luck
    JB

  • Generating a test result without a module

    I have a basic question about generating a test result without calling a module in TestStand.
    For example, I do a pair of read operations from a product and return the results to a pair of numeric local variables. Now I want to do a sequence pass/fail or numeric limit test based on these two values. The results are already available and I can do a function step to test a result, say from a basic math operation. But I can't create a pass/fail result from a function step. I've gotten around the issue by creating a dummy module that has no function other than to allow me use the expression builder to assign a result to one of the step result items, but this sure seems stupid.
    What am I missing?
    Thanks,
    Dave
    Solved!
    Go to Solution.

    Do it in the Pre-expression.
    Use the <none> adapter as suggested and place down a Numeric Limit Test step.  Then in the Pre-Expression put something like this:
    Step.Result.Numeric = Locals.A - Locals.B
    If you look at the Data Source tab you will see the variable which gets evaluated and compared against the limits.
    In fact if you wanted to you could avoid the Pre-Expression and just put your calculation in the Data Source Expression:
    Locals.A - Locals.B
    You can set up the Limits on the Limits tab for that step.
    jigg
    CTA, CLA
    teststandhelp.com
    ~Will work for kudos and/or BBQ~

  • SCOM 2012 - Visual Studio Web Test - Cannot retrieve downloaded test results / share not configured

    Hello-
    I am trying to get my Visual Studio web test to work in SCOM 2012. I have configured the run-as account, and set the correct overrides for the Alert attachment file share discovery. I followed this guide to the T: http://technet.microsoft.com/en-us/library/jj899889.aspx
    When I Select the site that I want to download the test result file for, The results pane shows the following error:
    "The share does not seem to be configured in the Alert Attachment Management Pack"
    When I attempt to download the result file without manually entering creds, it fails. When I do enter creds, in the "task history" it shows as succeeded, but I get no results. All subsequent automatic "Retrieve previously..." fail. In
    the "task history", the "Run As" column is blank (unless I manually enter the credentials, which doesn't do me any good, anyway)
    My "Alert Attachment" MP is inside another MP I created, along with the "System Center Global Service Monitor VS Web Test" MP and two other System Center MPs. This created MP is the one that my Alert Attachment Overrides are attached
    to.
    My Run-As account has the needed permissions to the file share, so I am lost as to why this isn't working. Any help would be greatly appreciated.

    Have you followed the steps here to configure the share location http://technet.microsoft.com/en-us/library/jj899889.aspx ?

  • Can't print test results as "user"

    Hi,
    I have a program  written in Labview 6.1 by another developer. This program runs on a
    PC with Windows 2000 ver. 5.0 Bld 2195 SP 3. Even though this is a
    stand alone test station and cannot ever be connected to the internet,
    we have McAfee virus protection ver. 8.01 installed and running. Test
    data is written to an Excel spreadsheet. The spreadsheet is then stored
    on the hard drive and printed on a dedicated printer.
    When the operator is
    logged on as a "user" he can run the program but he cannot print or
    store his test results. Also, I have noticed that all the print vi's on
    the function palatte are missing. Even the Excel and Word ones
    When
    I log on as a "system admin". I can run the program, print and store the
    test results. Also, all the print vi's on the function palatte are
    present and functional. Including the Excel and Word vi's.
    For security reasons, no test operator can be a system admin.
    So, how can I have my test operator be a "user" or "power user" and not a "sys admin", run the test program, print and store the results.
    Please
    note, upgrading the system or software would take an act of God (i.e. permission
    from the military and the customer and DSS.), so that is not an option.
    I have also tried making the test operator a "power user" and he still cannot print his test results.
    Thanks for your help.
    Ken M
    Sr. Test Engineer
    CPI Inc.

    Hi
    The following KnowledgeBase maybe helpful in guiding you how to provide full control of National Instruments products to all users:
    http://digital.ni.com/public.nsf/allkb/BB393E7B361E939886256EFD007AC591?OpenDocument
    Let us know if this helps!
    Mehak D.

  • How can I save test results to microsoft access database?

    How can I save test results to microsoft access database?

    Your best solution is to use the Database Connectivity Toolset. You can view the specifications and prices at the following web site:
    LabVIEW Database Connectivity Toolset
    http://sine.ni.com/apps/we/nioc.vp?cid=6429〈=US
    If you have additional questions about this toolset, you can email us at [email protected]
    Zvezdana S.
    National Instruments

  • How to discard skipped test results in XML report generated from TestStand

    Hello,
    I'm generating XML report from TestStand. I have more than 100 test cases & user has the flexibility to select the test cases to execute or to skip.
    Problem statement:
    1. In Configure\report options there is filter expression to filter test results to be logged. However, this filter is disabled for XML report.
    2. Is there a way to compress XML file using either encryption or any other methods?
    I understand that there would be two methods ideally for my problem statement #1 above:
    A. To have a workaround in reportgen_xml.seq to pragmatically log only executed test cases and discard skipped test results.
    B. Modify stylesheet supplied by NI to discard skipped test results.
    For problem statement #2 above:
    I am able to encrypt the data before logging it to XML. But I don't know how to modify the stylesheet to decrypt the same using either public/ private encryption keys. Can anyone bring in more ideas here !!!
    My preference would be to implement using #A above to reduce the XML file size which is ~4 MB will all test results (skipped + executed). If this is not possible my last option would be to implement using #B above
    I would appreciate if someone can help me for my problem statement? I'm using TestStand 2010
    Solved!
    Go to Solution.

    I have another solution and that is to actual discard the result before you get to the report stage.
    You can do this by use of the Override Callback SequenceFilePostResultList and if Skipped then discard the result from ResultList.
    Check out this link.
    Regards
    Ray Farmer

  • Would anyone please give me a test result of Oracle 9iFS

    We want to build a content management system. We've already built a MIS and the data stored in a Oracle database . The data in the content management will be used by the MIS . would anyone please give us a test result of Oracle 9iFS. We want know the capability, reliability of 9iFS . It will be appreciated If anyone can give us some proposes.
    thanks .

    Thanks for replying. i've tried doing it with one square as a
    movie clip symbol and then flipping that square over with the 3d
    rotation tool and then over and over. but i'm having to draw other
    squares on other layers to make up the rest of the square as it
    gets created. is this the right way to do it? what would be the
    simplest way? i know you said its just an animation, but how would
    you create the animation?
    Thanks

  • Build model - view test result - i have no ROC tab

    Dear all,
    When I build eg. a classification SVM (Lin.Reg, Naive Bayes)) model and view the test results, in that window I have only these tabs: Performance, Performance Matrix, Lift, Profit. I have no Roc tab. Do you know why? Before I used SQL Developer 3.2.09.30_x64 with this problem. Now I use SQL Developer 3.2.20.09.87_x64 with this problem. When I try to tune the SVM algoritm (so not let it automatic), there are only these tabs: Cost, Benefit, Lift, Profit. But not ROC tab :(((
    When I use the old Oracle Data Miner software from 2011, version 11.1.0.3.0 (build 11705) connecting to the same database server (using the same account), and I build a classification SVM model, I have ROC curve.
    Can anyone help me to solve this misterious problem?
    Than you!!!

    We don't have "preferred target value" during model building in the new data miner. However, you can use the Transform node to transform your target into 2 classes (preferred target value and others). You then use the output from the Transform node as input source for your model build.
    Here is a process to transform your target into 2 classes:
    - Create a Transform node
    - In Transform node, select the target column, click "Add Transformation" icon on the toolbar
    - In the Add Transform dialog, select "Custom" Binning Type, click "Generate Default Bins" button (accept default settings)
    - In the "Custom bin values" listbox, remove the non-preferred target values (select the values and click the "Remove Transformation" icon on the toolbar)
    - Now, you should have one preferred target value in the "Custom bin values" listbox, click OK to finish
    You can now connect the Transform node to a Build node. In the Build node, select the transformed target (it should have the "_BIN" suffix in the name) as the Target for model build.
    Hope this help!
    Denny

  • Report Tab showing Cleanup Test results

    We're running with TS 4.0 (VIs in LV 8.5).  We've customized the Operator Interface so that the Execution View and Report View are contained in the same tab.  Before now, we really didn't use the Cleanup section of the sequence file.  However, as our test evolved, we realized the need to guarantee certain predictable shutdown.  Anyway, when we run our tests (we have the report set to on-the-fly) the tests in Main show up in the execution tab and display pass/fail.  When a subsequence is called, the execution tab lists those (sub)tests and their results, as expected.  The problem is that we have a couple of things we do in Cleanup, and when the test ends, the execution tab displays the results of the things that were done in Cleanup.  We'd like the test results from Main to show up at the end so that the user can see what passed/failed without having to scroll through the report.  Is there a way to do this?

    Hello mrbean,
    I am not seeing the same behavior that you describe.  The execution pointer should always follow the steps in the currently executing sequence.  If your MainSequence cleanup step group does not call any subsequences, then the execution pointer should not leave the MainSequence.  Furthermore, when I do place a subsequence in my cleanup step group, the execution pointer still returns to the MainSequence from which the subsequence was called once it is finished executing.  So I have been unable to reproduce this issue.
    However, if you simply want to disable tracing into the Cleanup step group, you can go to Configure > Station Options and uncheck the "Allow Tracing into Setup/Cleanup" option.  I hope that helps.
    Regards,
    Marty H.
    National Instruments

Maybe you are looking for

  • No more sound after update to IOS 8

    After updating to IOS 8 the ringtone, keyboard click etc.. doesn't function anymore. Earphone works alright. When rolling back to IOS 7.1.2 all works fine so I think I can rule out a hardware problem. I have checked/tried the following: -Mute bottom

  • PLEASE SOMEONE HELP!!!!! My macbook pro is stuck on apple screen.

    Hello, Ok so heres the story, I have my friends macbook pro model#A1226. He bought the laptop from someone else. After having it a couple weeks (and it worked just fine, no problems whatsoever) we tried to install full tilt poker on it and relized th

  • ITunes crashes on start

    iTunes crashes whenever I try to start it. If I start into another user profile, it seems to work fine. I've trashed preferences, uninstalled, reinstalled iTunes 10.1.2, restarted a bunch of times, all to no avail. I recently upgraded to OSX 10.6.6,

  • REPLY

    What is Polymorphism? What is dynamic binding of objects Can a reference variables declared with static reference to a super class can dynamically point to an object of a subclass of this super class and access the components known to the super class

  • Excise transaction type-Regarding

    hi i want to update RG23C register, when i post purchase order (me21n), it automatically taking GRPO Excise tran.type, as per my knowledge it should take CAPE. i maintained GL accounts for CAPE. can anybody suggest me how to post the capital goods, h