Performance Testing is the process of identifying and eliminating application or system performance bottlenecks by exercising actual expected user patterns.

learn more… | top users | synonyms (2)

0
votes
0answers
9 views

Intrepreting results from Hp Diagnostics

After Collecting results from a load test with HP diagnostics. Observered that for some of the page components in page break down, dowload time is high. Upon drill down observered that high time ...
-2
votes
2answers
25 views

tools to analyse my javascript for efficiency? [closed]

I was wondering if there are any tools that can analyse my javascript and tell me which particular functions are slowest so I can work on improving them and perhaps give other feedback?
1
vote
2answers
63 views

Recommend a NoSQL database to replace this MySQL database containing large objects and many attributes

I'm looking for an alternative database for MySQL (Engine = MyISAM). My Java application stores large objects with 250 - 300 attributes each. There are about 500 millions objects on a single MySQL ...
0
votes
0answers
17 views

How to test againts patchy and poor internet connection scenarios on Android

I have an app which does a lot of interactions with network APIs. I would like to test various scenarios when the internet connection goes offline at different times during the thread execution. ...
0
votes
0answers
16 views

VS 2012 Web test details are not displayed when ran from an ordered test

Similar question (for VS 2010) like: Web test details are not displayed when ran from an ordered test After running single web performance test, the detailed results can be viewed, but when put to ...
0
votes
2answers
81 views

How is std::allocator so fast?

I believe it is not practical to access to implementation of Standard Library of C++ because it is platform-dependent (correct me if this sentence was wrong!). Well, I wanted practice about some very ...
0
votes
0answers
28 views

Performance testing for WPF application in Visual Studio 2010

I have WPF application. The application is handling reading input files and writing multiple output files. Internally it is grouping the input file records and writing them as output file based on ...
0
votes
0answers
21 views

Web Application Feature on Sharepoint 2007 Performance Test

I have a Web Application feature on SharePoint that I want to test it in terms of why it's taking too long to respond (to open). What I have, is a folder that has below it 1000 subfolders. When I ...
0
votes
1answer
40 views

Can Jmeter only measure OS level metrics?

I use JMeter for performance testing of various application, but I generally measure OS level metrics, like CPU, memory, network usages. Can I use application specific metrics through JMeter, for ...
2
votes
2answers
32 views

Where can I pass the value of percentage of request on each http request in jmeter?

I am testing load in jmeter. Now I have 8-10 page requests to be execute. But I want to provide percentage/number of request in this page and another page is having difference number of request. eg. ...
0
votes
1answer
35 views

JMeter - Iterative use of variables via CSV

I am having trouble, how do I put this into a JMeter test and ensure that my all Customer Numbers assigned to each Thread are being used? My load test... • There are 12 SOAP requests (12 x ...
0
votes
1answer
19 views

Django and Rails on Apache localhost

I wanna test the performance of Django and Rails. Would testing using the inbuilt web servers be a bad idea? Is it difficult to set up making both Django and Rails run on the Apache localhost? (not ...
0
votes
0answers
16 views

Web.Config transformation during performace test on VisualStudio

Is there a way to change a web.config parameter (ConnectionString) during a performance test batch (load test) automattically, in order to have result sets from differet databases? If so, how? I ...
0
votes
1answer
37 views

Excel recording in Loadrunner

I am trying to do a Performace test on Excel based application with loadrunner. Started of running the protocol advisor. which is trowing error. My main target is to record the excel based ...
-1
votes
2answers
65 views

MySQLi query vs PHP Array, which is faster?

I'm developing an algorithm for intense calculations on multiple huge arrays. Right now I have used PHP arrays to do the job but, it seems slower than what I needed it to be. I was thinking on using ...
0
votes
0answers
8 views

Key Apache Server Directives that Directly Affect Load Time in LAMP Applications

I need the list of apache directives that effect positively on the performance of webpage and a list negatively on the performance of the webpage. Here is the link to the list of apache directives. ...
-1
votes
0answers
9 views

Siebel Test Automation License [closed]

All, To automate the performance testing of Siebel CRM Correlation library is required. I understand from Oracle that license should be purchased to use "Siebel correlation" library. Pls refer link ...
0
votes
0answers
16 views

About apache ab tool

Recently i use Apache AB tool to do performance, and there's a strange phenomenon. First, i use ab command without -k option, so it's very slow and ask me waiting.... ab -n 1 -c 1 ...
0
votes
1answer
22 views

Unable to attach to a weblogic server using jProfiler GUI

I've started the server (Weblogic 10.3.3) from Eclipse and I'm trying to attach to it through jProfiler GUI. weblogic.Server is displayed in the list of available JVMs but when I try to attach to it I ...
0
votes
1answer
36 views

how much CSS sprite reduce page loading time?

I know you can reduce page load time by using CSS sprite. As this will reduce round trip, etc. Is their any numerical value or performance test that by using CSS sprite how much average page loading ...
1
vote
0answers
54 views

Visual Studio Load Test - add_FailedToReachController message when opening test settings

I am using Visual Studio 2012 on Windows Server 2012 and the 2012 Test Agents iso. I am trying to get the Controller and Agents configured. I have been able to get the Agent to connect to the ...
2
votes
3answers
73 views

How can I check how many requests per second my app can handle?

I have created a new app, and I plan on adding caching, cdn, and other performance improving methods. I would like to check the current performance and also after each of these methods I would like to ...
0
votes
1answer
40 views

Cannot start Visual Studio 2012 performance analysis

Always when i try to start the Visual Studio 2012 Update 1 performance analysis, a german Error Message pops up (my visual studio language is set to english but my OS language is German) Starten ...
0
votes
3answers
55 views

Performance measuring

I wanted to know if there is a way to measure the overhead of a specific function or even the running time of an application in Eclipse (with the capability to run the test for arbitrary times to get ...
-1
votes
0answers
20 views

What is FOUC and how it affect the web performance? [closed]

Can someone elaborate more on what is FOUC and how it affect the web performance?
0
votes
0answers
33 views

Load test constant load pattern with Visual Studio

A constant load pattern is used to run the same user load during the run of a load test. Be careful about using a constant load pattern that has a high user count; doing so may place an ...
0
votes
0answers
50 views

Getting error :Request failed: Context parameter '$HIDDEN0.__EVENTTARGET' not found in test context

I am Using Visual Studio 2010 Ultimate. While running my automatic web performance test,I received a request failed and here are the response I found : Request failed: Context parameter ...
0
votes
0answers
14 views

How to disable browser view during web test run in Visual Studio

Visual Studio has a built-in browser "emulator" which it uses during web performance test runs to show the server response graphically. I tries to draw the response just like the response would look ...
0
votes
2answers
45 views

Software Testing Tools for PHP

I'm new in the Software Tester field. I just want to know which Software Testing Tools that suitable for : Check bug in the source code Functional testing Performance testing Language : PHP, ...
-1
votes
1answer
95 views

Open Source website performance monitoring [closed]

I am looking for an Open Source solution to monitor my web sites' performance over time. More specifically, I am looking for something I can run on a server that will (on a continual basis) monitor ...
0
votes
0answers
58 views

How to login multiple users parallel using Jmeter?

I created a CSV file containing many parameters, as shown in following image to execute parallel login i set Number of Threads (users) : 2 but only 1st login request was executed, I did not even ...
0
votes
0answers
36 views

Web Performance test running with User Agent for IE 10, instead of IE 9

I have created a sample web performance test using VS 2010 Ultimate. My machine has IE 9 installed, so the test was recorded with IE 9. But when i am running the web performance test, the user agent ...
0
votes
1answer
78 views

For a IOS Phonegap App, is it okay to include javascript files not local to the app

I'm using Phonegap, developing for IOS. The documentation stated something about not being allowed to upload new Code to an app. Does Apple allow us to do the following: <script ...
0
votes
1answer
58 views

Gatling test that uses a different action every request

We're trying to stress test our REST-ish app with Gatling. We want our users to make a post with a different fileBody every request. Our scenario looks like: scenario("100%") .during(15 minutes) ...
0
votes
1answer
45 views

Demandware site testing

We are using Demandware for our eCommerce site so they are giving sandboxes for development and testing. I am automating the site for regression testing. But if I run automation scripts on Testing ...
0
votes
0answers
20 views

Is it possible to write Jmeter script for multi merchant with multi users?

I want to build a script with following scenario: Login Search Logout and i have 3 merchants, each merchant have several users (e.g 4-7). Each merchant have different URL for example I ...
2
votes
1answer
103 views

JMeter Concurrent Users Count

I have a web application which is working in production and there are 2000+ users of my application. Now I have to perform performance testing on the system so is there any idea how many concurrent ...
0
votes
1answer
45 views

How to measure the cost of requests (cpm_usd) programmatically?

I want to keep track of the cpm_usd value of all requests that arrive on my GAE frontend instances. I see the cpm_usd headers in the logs of my application. But is there a way to access those numbers ...
0
votes
1answer
67 views

How to measure program.exe startup time?

I want to measure my program exe startup time it is the time from the moment of click or [enter] if started from console or any other way till the moment when program startup is done and its code ...
0
votes
1answer
72 views

Front End Testing Strategies? [closed]

I am a front ed developer and was thinking whether there is a full blown testing strategies for front end. Since there are a lot of front end tools and we are using one each day. Are there any ...
-1
votes
0answers
50 views

Can JMeter give me load time measurements during the first and last minute of my test?

I'm trying to perform a load test with 100 concurrent users logging in to a webpage for 10 minutes. I'm working with only one login credential. I did the test and got an average result for each link ...
0
votes
0answers
70 views

Advantages of ANTS performance profiler over the Visual Studio 2010 Ultimate profiler [closed]

Are there any advantages of the ANTS performance profiler over the Visual Studio 2010 Ultimate profiler? If there are, what are they, specifically? From my limited testing, I can't see anything ...
0
votes
1answer
129 views

Limiting the number of processors available to Windows Server 2008 R2

I'm working on setting up a test environment, but I need to scale down the hardware we're using for our SQL box, which is running Windows Server 2008 R2 SP 1 and SQL 2008. I'm noticing that ...
0
votes
0answers
25 views

WebTestResult file is not created during test (Visual Studio 2012)

I'm attempting to access the raw test results from a web performance test run in Visual Studio 2012. I'm using the WebTestResult API (see ...
0
votes
0answers
57 views

Handling jmeter concurrent users with if statements. Good or Bad? Why?

What is the best practice for handling users workflow and action path? I was wondering how I should handle my concurrent users in Jmeter and what would be the best way. The main question is, if the ...
0
votes
0answers
15 views

How to launch the VStudio 'Launch Performance Wizard' option in browser different that IE?

I'm trying to use the 'Launch Performance wizard' option from the 'Analyze' menu option in visual studio 2012. It is using Internet Explorer as the default browser. I need to change the default ...
0
votes
3answers
96 views

VUGEN 11.0 scripts gets corrupted always[Issues with Loadrunner]

our vugen scripts getting corrupted ,there is shuffling of code in the actions which leads us to recreate the scripts,this happens when we try to save or compile the scripts. Please anyone help us on ...
0
votes
0answers
84 views

How to get rid of akka AskTimeout Exception in play application while Performance test

I am running a web application on play 2.0.4 and now its in the performance testing phase. Requirement is 1000 users/hr logged in the web app. Currently i am facing issue with just 100 threads ...
0
votes
0answers
29 views

Load testing of a website with lots of flash

I have a website for load testing and it contains lots of flash files, audios and videos. Can anybody please suggest me a tool best for the such site's load testing? I have experience with JMeter, ...
0
votes
1answer
123 views

html5 / jQuery, Clock that does milliseconds animating every 100ms, <div> or <canvas>?

I've coded a small stopwatch / clock in jQuery, that will be run on android and iOS using phonegap build, the stopwatch shows the time since the stopwatch was started in the format of "00:00:00.0", it ...

1 2 3 4 5 11