W21. Performance Testing: Step On It. Nadine Pelicaen. P r e s e n t a t i o n

Size: px
Start display at page:

Download "W21. Performance Testing: Step On It. Nadine Pelicaen. P r e s e n t a t i o n"

Transcription

1 Performance Testing: Step On It Nadine Pelicaen International Conference On Software Testing, Analysis & Review November Stockholm, Sweden P r e s e n t a t i o n W21 Friday 23rd November, 2001

2 Wednesday 21 November 2001 W21 Performance Testing: Step On It Nadine Pelicaen Nadine Pelicaen is a Test Consultant in structured software testing at ps_testware. She has a university degree in informatics and more than 12 years of experience as software developer, QA engineer and manager of a software department. Nadine has experience in Test Assessments and the organisation of Acceptance Testing of large software applications. She has also been working for the ps_testware's QSP service and has done research for the competence center of test methodology.

3 Performance testing, step on it Nadine Pelicaen ps_testware N.V. Tiensesteenweg 343 B-3010 Leuven Belgium Tel: +32 (16) Fax: +32 (16) URL: Abstract The quality attribute performance is often overlooked in the design phase of a system, in which case client and server response times can turn out to be below expectations and all kinds of resource problems pop up. It can be critical to know whether your multi-client system is performing within well-defined standards under varying loads. Moreover, how is your application holding when running under extreme conditions? The paper describes the different types of performance testing and the role they play in risk management. Certain performance testing techniques allow you to detect the bottleneck in your system, in this case the area, which will break first when put under stress. Some hints and tips are given on how to incorporate these techniques in the overall test approach. We will also discuss how to choose the right tool for performance test automation, for websites as well as for client/server systems with multi-tier architecture. Once you have a tool, the added value of it is mainly determined by the choice of a representative test environment, which has to reflect a real life situation. W21-Paper Copyright 2001 ps_testware 2/12 version: 0 release: 2

4 1 INTRODUCTION It can be business critical to know whether your multi-client system is performing within well-defined standards under varying loads and in extreme conditions. Performance testing helps you to determine if response times and throughput live up to the expectations, and lets you detect bottlenecks in the system to let it keep pace with the user. This paper provides practical guidelines how to include performance testing in your overall processes, and discusses some significant issues to help you cope with this challenging job. To clarify all aspects, we use the 7 W s: Why, Who, What, Way, When, With and Where. Each of these questions is answered in the subsequent chapters. 2 WHY? THE ROLE OF PERFORMANCE TESTING IN THE OVERALL BUSINESS PROCESS 2.1 General business benefits Performance testing has to be made a part of the overall business process, because the benefits derived from the results from it can be significant. The first reason is that the software application needs to live up to the current expectations of the end users, who expect error free and fast operation. Especially in the e-business world, the organization has to reach the required Quality Of Service. Systematic performance testing can provide the metrics for this. The second reason is that it is essential to guarantee that the system still behaves in a stable way when projected business growth scenarios come true. When the traffic grows, the budgets will have to be adjusted based on calculations made during the performance test. This way, performance testing can provide support to the business goals. 2.2 Risk management Especially when deploying mission critical software, with a significant associated revenue, performance testing is a critical part of risk management. First of all, the costs associated with the downtime of the software application can be tremendous. But not only the lost revenue during the down time has to be taken into account, there is also the potential loss of future business. When a user is unable to get the expected service in an efficient way, he ll take his business elsewhere. A second argument to make performance testing part of risk management is especially true for the deployment of Web sites. If a Web site goes down, it s a public event. So the 3

5 importance of systematic performance testing in that field is growing because the company s image is at stake. Another aspect of managing the performance risk is situated in the fact that the testing should not be a one-time effort just prior to deployment. The reason is that in that case major design flaws might be discovered late in the development process, taking development back to square one, with heavy fixing costs and delayed deployment as a consequence. To avoid carrying the risk throughout the project, it has to be reduced as early as possible. All the above arguments have to be considered when calculating the ROI. Because of the complexity of the performance testing and the high demand on resources (time, hardware, tool licenses, bandwidth ), the associated investment is high. So you only want to go through with it, if the cost of possible failure of your application is higher than the estimated cost of the test. It can be looked on as an insurance policy for unsuccessful deployment. Also take into account that the risk is higher when working with unproven technology and new skills. 2.3 SLA s In a world where business based on ASP models is getting more and more popular, many companies are bound by Service Level Agreements (SLA s). By setting SLA s, you guarantee that certain actions can be done in a specific time frame, so it is crucial for the provider to get an idea of the performance and availability he can manage. The provider has to avoid that the tolerance levels are violated and that the customers complain. Not only determining the original SLA s requires performance management, but the agreements also have to be maintained because e-business applications undergo a lot of revisions that may result in performance related issues. Because the hosting organization has commitments on the level of scalability, they must use automated performance testing to be alerted of potential problems in that field. 3 WHO? THE PEOPLE INVOLVED In order to succeed in managing the risk using automated performance testing, you will need an interdisciplinary project group. The people directly involved are, dependent of course on the type of application: Project leader: This person is essential to coordinate all the efforts, get all the people and resources together and to keep track of the budget. IT: This is essential because you will want to test the complete architecture (hardware, OS, software, middleware, database, network ), to detect all possible bottlenecks. Furthermore, you need the system administrator not only for his architectural knowledge but also for backup/restore of databases and all kinds of other files that you will probably mess up when executing the tests. A good setup and maintenance of the test environment is necessary, if you want to obtain accurate results. 4

6 DBA: Whenever a database is involved, you will need the DBA to tune the settings on the database side to check the implications on performance. Developers: People who are involved with the development of all tiers are needed (client, business logic server, database server, middleware, ). Tool specialist: Probably, you will be using an automated test tool, be it commercial or own development. You need someone who knows all the details of this tool, because accurate configuration is essential, and creating good maintainable scripts isn t easy. Test expert: Of course, you need the person who created the test plan and the associated test designs for the performance quality attribute. Analysts: The graphs, reports and all kinds of statistical data that you retrieve at the end need to be interpreted to draw lessons from. Configuration manager: Close collaboration in this field is vital because you want to know that what you test is effectively the version that will go into production. Moreover, you might want to put all your test related data in a version tracking system because this comes in very handy when doing benchmarking. Furthermore, you will need to consult: Marketing manager: You need input from the marketing department because you want to simulate expected usage patterns and you want help to decide on the quantity of virtual users that you are going to use. The marketing department might also give you information concerning predictions of future use, oncoming marketing campaigns, Real users: If you already have them, they can be of great help when scripting their behavior using automated test tools. So, a lot of different departments are involved. When we look at the bright side, we see that it might help bridging the gap between development, QA, IT, marketing and other departments because of the joined effort. On the other hand, if things do go wrong, a lot of time might be wasted by fingerpointing. To avoid this, it is important to involve as much people with an open mind as possible. 4 WHAT? THE MEASUREMENTS In order to come to the metrics that we want to obtain through performance measurements, it s important that we first get some terminology straight. The reason is that there are different types of performance testing that have their own specific goal and interests. 4.1 Types of performance testing Performance testing is a loose term, and the different types are distinguished based on the objective of the test. The most commonly used definitions are represented in Table 1. Unfortunately, these terms are often freely interchanged. Term Load testing Definition Load testing is applying a particular load on the system to observe the behavior and the ability of the software to perform as required. This type of testing is useful to provide insight into how the application behaves under expected peak conditions, and to get an idea of the 5

7 average response time your users will get in the real world. Stress testing Scalability testing Endurance testing Stress testing refers to running the application under extreme conditions to find the breaking point of the system. In this case, for instance, the think time delays are removed so that transactions are executed as fast as possible to reflect worst case scenarios, like a sudden increase in concurrent users or peak bursts of activity. This kind of testing is used to check deterioration effects, like connectivity problems, diminished shared resources Scalability testing is based on applying an increased load to determine if the application scales gracefully and to determine the maximum traffic that the system can handle in a reliable manner. This type of test is used to determine the usage level limitations, from the point of view of capacity planning. Endurance testing can be seen as long term continuous load testing. The test scripts used for load testing are being run for hours or days, in order to detect defects like memory leaks, queuing problems, Table 1 Types of performance testing Most of the time, you will be doing combinations of all these types of tests to get as much knowledge from your efforts as possible. 4.2 Measurements and metrics Using an overall structured approach and the use of accurate monitoring tools must ensure the scientific value of the measurements taken during the execution of the tests. Measurements must be reported combined with the exact load and stress conditions under which they were taken. The following is a list, which is by no means exhaustive, of possible measures and metrics: Throughput (expressed in requests processed per unit of time) Average response time Length of a scenario (that you scripted) Number of concurrent users when degradation starts (a slow down is noticed) (figure 1) Number of concurrent users when degradation is complete (system fails) Errors reported (number + type + rate) For web sites Number of hits Number of failed hits Number of page views Page download speed Total elapsed time for page load 6

8 Fig 1.Graph showing response time under load [7] The following things are harder to express in absolute terms but should also be checked: Accessibility of the application (e.g. can you still access the menu s) Session independence (users should not compromise each other s work) You can also check the following resource information, if applicable: Memory usage Average CPU load Number of active threads Number of database connections Connection time Number of users in queues (e.g. waiting for database access) Network saturation Disk utilization Bandwidth information (average Kbytes received and sent per time unit) DNS lookup time HTTP server connection time Whether these measurements are meaningful for you, depends on your system architecture. You should decide which ones are relevant for your project, and try to get those with sufficient detail. What counts of course, is the analysis of these numbers and the associated diagnosis. For this, you need to register a baseline to compare performance results before and after an alteration of the software or a system component. 5 WAY? APPROACH FOR WEB SITES AND CLIENT/SERVER Most of the things that are said in this whirlwind tour of performance testing are valid for both Web site testing and the testing of standard multi-tier applications. Both types of architecture are to be tested for scalability, and the capacity constraints have to be defined. However, there are significant differences, which impact the way you should handle the performance testing. 7

9 Web site performance engineering (and therefore performance testing) has to take some extra technical issues into account: When a security layer is added to transactions, this has a big impact on response times. You have to carefully select which parts need secure requests, because overhead for encryption and decryption of data has to be counted for. To have representative numbers, measurements have to be taken at different times during the day, and from different remote locations. The delivery time of dynamic pages is a magnitude slower than delivery of static pages. Some other, non technical factors, also play a role in performance testing a Web site: Your audience is unpredictable and will have diverse needs. The demands are also higher, because the user will only wait a limited number of seconds before he gives up and goes elsewhere. Because of the high visibility when something goes wrong, the risk is considerably higher. In contrast to traditional enterprise systems, the transaction volumes are unpredictable, which results in less control over the application. Besides, the Internet itself is unpredictable. All the above things play a role when testing mission critical Web sites. Be very careful, when choosing an approach for testing your Web site and acquiring an automated testing tool, because a lot of Web site tests are inaccurate and therefore dangerously misleading. Enterprise client-server systems, on the other hand, can suffer from performance problems because overhead is being created when hopping from one architectural layer to another, and. Distributed processing is complex and creates overhead because of the delays between processes running on different machines. It can also be more difficult to find a suitable tool, especially if you are using more exotic operating systems or protocols. 6 WHEN? INCORPORATION IN THE OVERALL TEST STRATEGY An overall structured testing approach is advised to identify problems, in which the performance validation should be smoothly integrated. As we will see in this chapter, performance testing should not be considered as an effort that is addressed just prior to deployment. 6.1 Requirements As early as the gathering of the user requirements, you should be aware of performance issues, so explicit requirements on this subject have to be stated. Requirements should be related to the measurements that will be taken later on: number of users, throughput, response time, Effort that is spent in the requirements phase to put this on paper will be rewarded later. 8

10 6.2 Design The end result of an application is often of poor performance quality, because the quality attribute performance has been overlooked during the design phase. This is the phase in which you can prevent key bottlenecks to come to life, and through it win a lot of time when the application is about to being deployed. Scalability is an issue that is to be addressed here. If you make fundamental design flaws, you carry the risk with you throughout the project. At the end of the life cycle, it is a very costly operation to go back to the drawing board and it will certainly have a negative impact on the release schedule. 6.3 Development In all stages of development, performance engineering should be applied, along with ongoing performance analysis and tuning. Be reminded that performance is not something that can be added conveniently afterwards. Allocate enough time in your project schedule to start performance testing early in the development process, because it is the only way to avoid scalability surprises at the end. 6.4 Test preparation During test preparation, a comprehensive test strategy is advised where performance testing is integrated in a coherent future proof test plan. The reason is, that if you are going to do it by trial and error, you might as well not do it all. Squeezing the bottlenecks out of the system can only be done by a using a structured methodology, and by starting early enough so that you are not threatened with a looming deadline. The largest part of the scalability testing will be done in the system test phase. Of course, it s better if you can start earlier on a prototype, to determine the viability of the system that will be built, and if possible, to try out some of your automated test scripts. Don t focus your test strategy solely on the application under test, but design the tests in such a way that the involved hardware components are stressed also. We are talking about testing the machines themselves (processors, memory, disks, ) and the network (routers, firewalls, switches, ). 6.5 Test execution The test execution needs an iterative approach, because found issues have to be fixed and the tests run again to check if the solution works and to go hunting for new bottlenecks. Some system tuning or a small source code optimization can sometimes have a serious impact on the measurements. Several iterations will be necessary to obtain something that corresponds to the scalability requirements. In this phase, you will also establish some benchmarks that can be used in the future, to check that changes in the application or the environment do not result in degradation. To compare data for analysis, you will need to put effort in making your tests repeatable. 6.6 Maintenance The existing tests should be rerun now and then, even when the application is up and running, especially after architectural modifications have been made or new features have 9

11 been added to the software application. Therefore it is essential to have the following four things: A set of automated regression tests, so that repeatability can be guaranteed. Test data that goes with it. Test environment, whether it is the same one that was used to do the performance testing before deployment, or the production environment itself. Benchmarks obtained in passed runs, to compare your measurements against. For Web sites, it s even more important that your testing paradigm includes proactive performance validation. You can even use continuous monitoring to ensure that the performance criteria are met, and to keep track of the user and transaction growth. 7 WITH? THE TOOLS 7.1 The basics When you want to get a grip on the performance of your application, you will need an automated testing tool. Depending on your needs, you might buy a commercial one or develop one yourself. Studies indicate that, in most cases, the return on investment will be sufficiently high. Most of the load testing tools have as paradigm that virtual users are generated that mimic the business processes performed by real users. There is a central point of control (master controller), and several distributed workstations (agents) that drive a large number of virtual client applications. To represent realistic scenarios, the agents are capable of running a number of scripts (that you have to create) that are parameterized to test with different sets of data. 7.2 Tool selection Selecting an appropriate tool is not an easy task. Here is some advice on how to go about selecting the right tool: The abilities of the tool under investigation must be evaluated against the needs of your software application and the system architecture. Check for (in)compatibilities with the technology and the platforms used, but also for the complexity of installation and use. In some cases, a set of tools will be needed, especially when working with a complex architecture where all aspects of the network must be stressed and one tool cannot cover all of it. However, one of the tools must be able to emulate real transactions and not just bomb the wire with traffic. A lot of free tools are on the market, especially for Web testing. The danger here lurks in the limited functionality that most of them offer. When you are satisfied for the moment with a free tool, but later you want to take the step to an extended commercial tool, you will need to do the scripting all over again. Make sure that the tool does not become the bottleneck! When the total number of virtual users becomes too big, the master controller might have difficulties to cope with all the data provided by the agents and might become the bottleneck itself. 10

12 Keep in mind that the cost does not only come from the tool licenses, but also the training costs, the time spent on writing decent scripts, the test platforms, the debugging time in order to resolve the bottlenecks, not to mention possible human resources who are blocked in their job because of the performance tests being run. Check if the virtual users will consume the same amount of processor time and memory as the application (e.g. a browser) that is being mimicked. Check for the amount of intrusiveness of the tool (overhead, effect of running the tool itself on the reported response times, calibration options, cooperation with other tools, ). Also important are the facilities the tool provides for the analysis phase. Does it provide detailed and reliable results in a straightforward way? Does it produce realtime graphs and reports to let you detect the bottlenecks in an easy way? Check for the need of a separate measurement workstation, running a stand alone performance analyzer or network analyzer. When selecting a tool for Web site performance testing (figure 2), make sure that the tool can emulate the browser features: optional caching, possibility to select the type of browser, Fig 2.Automated performance test of Web sites [6] You might also come to the conclusion that no commercial tool can be found for your operating system, your protocols or whatever it is that makes your architecture special and not the type that belongs to the market selected by the tool vendors. In that case, you will have to develop custom code and scripts yourself, if this is technically feasible. 7.3 Scripting The scripts should represent the real world as best as possible: The recording of the fundamentals of the script is done by manually carrying out the desired scenario. The recorded script is then modified, by parameterization and by e.g. adding timers, synchronization points, parsing functions, error handling, 11

13 Delays between execution transactions should be realistic (except in the case of stress testing when the delays are removed). These delays represent the think time the user needs in his decision making process. Scripts must include all the possible transactions that users can initiate. For Web site visitors different patterns can be seen: people that e.g. browse, buy, or register. But also for enterprise client/server systems, categorization is necessary: people that take care of the input, that retrieve the existing information, that start batch jobs This requires a granular breakdown of the user types. Scripts should be repeatable and scalable. The test data that is used as input for the scripted scenarios should be a mix of small and large volumes. For maintenance purposes, it is best to import this test data from an external source, like a spreadsheet. Results should be as accurate as possible. Upfront, unambiguous pass/fail criteria must be defined. 7.4 Analysis At the end of the test, measurements are consolidated and prepared for analysis. This includes comparing the measurements to the baseline measurements gathered during the benchmarking phase. Graphs and reports will have to be interpreted, as well as error and log files. The main part, however is to pinpoint the bottlenecks and possible scalability issues, and to fine-tune your system to cope with these. It is crucial to alter only one thing at a time; otherwise you can t know what alteration impacted the performance. 7.5 Integration In order not to be disappointed by the results of the measurements taken by your newly acquired tool, you need to have clearly defined goals upfront. The test scripts should represent the implementation of your test strategy defined in your test plan, and reflect your logical test designs. The tool is nothing without decent test procedures to go with it. 8 WHERE? THE TEST ENVIRONMENT Having the right test environment is a fundamental (but also expensive) asset for the success of your performance testing project. The main criterion is that it should portray the real production environment in all aspects. Unfortunately, this expensive reproduction is not always possible, the consequence being that production performance is only determined once the application runs in a stable way in the real production environment. In that case, we will have to be content with emulating the production environment as closely as possible, but make sure that the features of the entire infrastructure can be exercised the same way as in production. One solution for instance, is to use a scaled down version of the production system (e.g. 5 instead of 20 Web servers) and extrapolate the results. 12

14 Using the real production environment is not a good solution. First of all, you can t afford the downtime caused by breaking the system. Second, you will want to play around with the environment to see the impact of some modifications on the measurements. Third, you don t want to share your environment with others. Not only might they influence your results, but most likely they will be blocked because of your experiments. For Web site testing, it is possible that your test environments carrying the user load will be geographically dispersed. 9 CONCLUSION Performance testing appears to be a combination of science and art. This magical combination however can be crucial for your business, since poor application performance might result in revenue losses and lost opportunities. The right combination of a tool, a test environment, a good test strategy and the right people, is needed to accurately predict the system behavior and performance. Beware not to give in to the chaos, but there is one thing you can be sure of: it will never blow up where you expect it! 10 REFERENCES [1] Getting Started with Rational Suite PerformanceStudio, Rational manual [2] Ensuring the performance of hosted E-business applications - white paper, Mercury Interactive website [3] Automated performance testing the importance of planning, David Goldberg, ImagoQA, article in Professional Tester March 2001 [4] The science and art of web site load testing Alberto Savoia presentation International conference on software testing analysis and review 2000 Orlando [5] Design for scalability IBM high volume web site team December 1999 [6] Minimize Risk with Proactive Performance Testing - Bill Jaeger (E-business advisor magazine): [7] Load Testing to Predict Web Performance White paper Mercury Interactive: 13

15 Copyright 2001 ps_testware Eurostar Performance testing: step on it Eurostar 2001 Nadine Pelicaen ps_testware

16 Agenda Introduction Why? Role in overall business process Who? The people involved What? The measurements Way? Web Sites <-> < > Client/Server When? Incorporation in Test Strategy With? The tools Where? The test environment Conclusions Copyright 2001 ps_testware Eurostar - Nadine Pelicaen - 2

17 Introduction Business critical knowledge Detecting bottlenecks Who? Why? What? Way? When? With? Where? Copyright 2001 ps_testware Eurostar - Nadine Pelicaen - 3

18 Why? Role in overall business process What? Way? When? Who? Why? With? Where? Copyright 2001 ps_testware Eurostar - Nadine Pelicaen - 4

19 Why? Role in business process (1/2) General business benefits Live up to expectations» Quality of Service Business growth scenarios» Budget adjustments Risk management Costs of downtime» Lost revenue» Potential loss of future business Copyright 2001 ps_testware Eurostar - Nadine Pelicaen - 5

20 Why? Role in business process (2/2) Risk management Web sites : public event Carrying the risk through the project» Not a one time effort» Back to the drawing board ROI» Investment is high» Calculate the risk Service Level Agreements» Determining SLA s» Maintenance (scalability) Copyright 2001 ps_testware Eurostar - Nadine Pelicaen - 6

21 Who? The people involved What? Way? When? Who? Why? With? Where? Copyright 2001 ps_testware Eurostar - Nadine Pelicaen - 7

22 Who? The people involved (1/2) Interdisciplinary team Project leader IT DBA Developers Tool specialist Test expert Analyst Configuration manager Copyright 2001 ps_testware Eurostar - Nadine Pelicaen - 8

23 Who? The people involved (2/2) Get help from Marketing Real users Different departments involved Positive: Bridging the gap Negative: : Fingerpointing Copyright 2001 ps_testware Eurostar - Nadine Pelicaen - 9

24 What? The measurements What? Way? When? Who? Why? With? Where? Copyright 2001 ps_testware Eurostar - Nadine Pelicaen - 10

25 What? Terminology Load testing Stress testing Scalability testing Endurance testing Particular load Observe behaviour Expected peak conditions Expected response time Extreme conditions Breaking points Deterioration effects Increased load Capacity planning Long term load testing Memory leaks Copyright 2001 ps_testware Eurostar - Nadine Pelicaen - 11

26 What? Measurements (1/2) Scientific value Reporting measurements Things like: Throughput Response time Length of scenario Nr users on moment of degradation starts Errors reported Nr hits, failed hits, page views Page download speed Copyright 2001 ps_testware Eurostar - Nadine Pelicaen - 12

27 What? Measurements (2/2) Harder to measure: Accessibility Session independence Resouce information : Memory CPU Database connections Network saturation Bandwidth information Number of users in queues Copyright 2001 ps_testware Eurostar - Nadine Pelicaen - 13

28 Way? Web sites vs. Client/Server What? Way? When? Who? Why? With? Where? Copyright 2001 ps_testware Eurostar - Nadine Pelicaen - 14

29 Way? Web sites vs. Client/Server Web Sites Security layer Different times and locations Dynamic vs. Static pages Unpredictable audience Higher demands Higher risk Unpredictable transaction volumes Client/Server Overhead because of hopping Distributed processing Exotic OS s and protocols Copyright 2001 ps_testware Eurostar - Nadine Pelicaen - 15

30 When? Incorporation in test strategy What? Way? When? Who? Why? With? Where? Copyright 2001 ps_testware Eurostar - Nadine Pelicaen - 16

31 When? Incorporation in test strategy (1/2) Requirements Nr of users, transactions, Design Quality attributes Scalability Risk Development Performance engineering Test preparation Coherent Test Plan in a Structured Methodology Prototyping Design to test the whole architecture Copyright 2001 ps_testware Eurostar - Nadine Pelicaen - 17

32 When? Incorporation in test strategy (2/2) Test execution Iterative approach Small change, big impact Establish benchmarks Maintenance Needed: Automated regression tests Test data Test environment Benchmarks Copyright 2001 ps_testware Eurostar - Nadine Pelicaen - 18

33 With? The tools What? Way? When? Who? Why? With? Where? Copyright 2001 ps_testware Eurostar - Nadine Pelicaen - 19

34 With? The tools (1/2) Paradigm: Master controller Agents running virtual clients through scripts Tool selection: Abilities vs. needs (check for incompatibilities) Make sure the tool does not become a bottleneck Costs: licenses, training, scripting, Intrusiveness Facilities for analysis phase Separate measurement workstation For Web site testing : Emulate browser features Copyright 2001 ps_testware Eurostar - Nadine Pelicaen - 20

35 With? The tools (2/2) Scripting: Recording + Parameterization Realistic delays All possible transactions Repeatable and scalable Mix of test data Unambiguous pass/fail criteria Analysis Consolidation of measurements Comparing to the benchmarks Pinpointing bottlenecks Integration Test plan + test designs Copyright 2001 ps_testware Eurostar - Nadine Pelicaen - 21

36 Where? The test environment What? Way? When? Who? Why? With? Where? Copyright 2001 ps_testware Eurostar - Nadine Pelicaen - 22

37 Where? The test environment Portray production environment Expensive Emulation + extrapolation Using the real production environment Downtime Tweak the environment Mutual influence Copyright 2001 ps_testware Eurostar - Nadine Pelicaen - 23

38 Conclusions Science and art Crucial for business Right mix of tool, environment, test strategy, people Don t t give in to the chaos Copyright 2001 ps_testware Eurostar - Nadine Pelicaen - 24

39 Questions Copyright 2001 ps_testware Eurostar - Nadine Pelicaen - 25

40 Tiensesteenweg 343 B-3010 Leuven Tel.: +32 (16) Fax: +32 (16) pstestware.com pstestware.com Copyright 2001 ps_testware Eurostar - Nadine Pelicaen - 26

Application Performance Testing Basics

Application Performance Testing Basics Application Performance Testing Basics ABSTRACT Todays the web is playing a critical role in all the business domains such as entertainment, finance, healthcare etc. It is much important to ensure hassle-free

More information

Bringing Value to the Organization with Performance Testing

Bringing Value to the Organization with Performance Testing Bringing Value to the Organization with Performance Testing Michael Lawler NueVista Group 1 Today s Agenda Explore the benefits of a properly performed performance test Understand the basic elements of

More information

WHAT WE NEED TO START THE PERFORMANCE TESTING?

WHAT WE NEED TO START THE PERFORMANCE TESTING? ABSTRACT Crystal clear requirements before starting an activity are always helpful in achieving the desired goals. Achieving desired results are quite difficult when there is vague or incomplete information

More information

Performance Testing Process A Whitepaper

Performance Testing Process A Whitepaper Process A Whitepaper Copyright 2006. Technologies Pvt. Ltd. All Rights Reserved. is a registered trademark of, Inc. All other trademarks are owned by the respective owners. Proprietary Table of Contents

More information

Copyright www.agileload.com 1

Copyright www.agileload.com 1 Copyright www.agileload.com 1 INTRODUCTION Performance testing is a complex activity where dozens of factors contribute to its success and effective usage of all those factors is necessary to get the accurate

More information

How To Test For Performance

How To Test For Performance : Roles, Activities, and QA Inclusion Michael Lawler NueVista Group 1 Today s Agenda Outline the components of a performance test and considerations Discuss various roles, tasks, and activities Review

More information

How To Test A Web Server

How To Test A Web Server Performance and Load Testing Part 1 Performance & Load Testing Basics Performance & Load Testing Basics Introduction to Performance Testing Difference between Performance, Load and Stress Testing Why Performance

More information

Rapid Bottleneck Identification

Rapid Bottleneck Identification Rapid Bottleneck Identification TM A Better Way to Load Test WHITEPAPER You re getting ready to launch or upgrade a critical Web application. Quality is crucial, but time is short. How can you make the

More information

Case Study - I. Industry: Social Networking Website Technology : J2EE AJAX, Spring, MySQL, Weblogic, Windows Server 2008.

Case Study - I. Industry: Social Networking Website Technology : J2EE AJAX, Spring, MySQL, Weblogic, Windows Server 2008. Case Study - I Industry: Social Networking Website Technology : J2EE AJAX, Spring, MySQL, Weblogic, Windows Server 2008 Challenges The scalability of the database servers to execute batch processes under

More information

Table of Contents INTRODUCTION... 3. Prerequisites... 3 Audience... 3 Report Metrics... 3

Table of Contents INTRODUCTION... 3. Prerequisites... 3 Audience... 3 Report Metrics... 3 Table of Contents INTRODUCTION... 3 Prerequisites... 3 Audience... 3 Report Metrics... 3 IS MY TEST CONFIGURATION (DURATION / ITERATIONS SETTING ) APPROPRIATE?... 4 Request / Response Status Summary...

More information

SolovatSoft. Load and Performance Test Plan Sample. Title: [include project s release name] Version: Date: SolovatSoft Page 1 of 13

SolovatSoft. Load and Performance Test Plan Sample. Title: [include project s release name] Version: Date: SolovatSoft Page 1 of 13 SolovatSoft Load and Performance Test Plan Sample Title: [include project s release name] Version: Date: SolovatSoft Page 1 of 13 Approval signatures Project Manager Development QA Product Development

More information

Performance Testing. Slow data transfer rate may be inherent in hardware but can also result from software-related problems, such as:

Performance Testing. Slow data transfer rate may be inherent in hardware but can also result from software-related problems, such as: Performance Testing Definition: Performance Testing Performance testing is the process of determining the speed or effectiveness of a computer, network, software program or device. This process can involve

More information

The Association of System Performance Professionals

The Association of System Performance Professionals The Association of System Performance Professionals The Computer Measurement Group, commonly called CMG, is a not for profit, worldwide organization of data processing professionals committed to the measurement

More information

Best Practices for Web Application Load Testing

Best Practices for Web Application Load Testing Best Practices for Web Application Load Testing This paper presents load testing best practices based on 20 years of work with customers and partners. They will help you make a quick start on the road

More information

White paper: Unlocking the potential of load testing to maximise ROI and reduce risk.

White paper: Unlocking the potential of load testing to maximise ROI and reduce risk. White paper: Unlocking the potential of load testing to maximise ROI and reduce risk. Executive Summary Load testing can be used in a range of business scenarios to deliver numerous benefits. At its core,

More information

W4 Wednesday, May 3, 2000 1:00PM

W4 Wednesday, May 3, 2000 1:00PM Presentation Bio P R E S E N T A T I O N W4 Wednesday, May 3, 2000 1:00PM THE SCIENCE AND ART OF WEB SITE LOAD TESTING Alberto Savoia Velogic Inc. International Conference On Software Testing Analysis

More information

MEASURING WORKLOAD PERFORMANCE IS THE INFRASTRUCTURE A PROBLEM?

MEASURING WORKLOAD PERFORMANCE IS THE INFRASTRUCTURE A PROBLEM? MEASURING WORKLOAD PERFORMANCE IS THE INFRASTRUCTURE A PROBLEM? Ashutosh Shinde Performance Architect ashutosh_shinde@hotmail.com Validating if the workload generated by the load generating tools is applied

More information

Performance Prediction, Sizing and Capacity Planning for Distributed E-Commerce Applications

Performance Prediction, Sizing and Capacity Planning for Distributed E-Commerce Applications Performance Prediction, Sizing and Capacity Planning for Distributed E-Commerce Applications by Samuel D. Kounev (skounev@ito.tu-darmstadt.de) Information Technology Transfer Office Abstract Modern e-commerce

More information

Test Run Analysis Interpretation (AI) Made Easy with OpenLoad

Test Run Analysis Interpretation (AI) Made Easy with OpenLoad Test Run Analysis Interpretation (AI) Made Easy with OpenLoad OpenDemand Systems, Inc. Abstract / Executive Summary As Web applications and services become more complex, it becomes increasingly difficult

More information

Accelerate Testing Cycles With Collaborative Performance Testing

Accelerate Testing Cycles With Collaborative Performance Testing Accelerate Testing Cycles With Collaborative Performance Testing Sachin Dhamdhere 2005 Empirix, Inc. Agenda Introduction Tools Don t Collaborate Typical vs. Collaborative Test Execution Some Collaborative

More information

How To Test For Elulla

How To Test For Elulla EQUELLA Whitepaper Performance Testing Carl Hoffmann Senior Technical Consultant Contents 1 EQUELLA Performance Testing 3 1.1 Introduction 3 1.2 Overview of performance testing 3 2 Why do performance testing?

More information

How To Test On The Dsms Application

How To Test On The Dsms Application Performance Test Summary Report Skills Development Management System December 2014 Performance Test report submitted to National Skill Development Corporation Version Date Name Summary of Changes 1.0 22/12/2014

More information

How to Plan a Successful Load Testing Programme for today s websites

How to Plan a Successful Load Testing Programme for today s websites How to Plan a Successful Load Testing Programme for today s websites This guide introduces best practise for load testing to overcome the complexities of today s rich, dynamic websites. It includes 10

More information

What Is Specific in Load Testing?

What Is Specific in Load Testing? What Is Specific in Load Testing? Testing of multi-user applications under realistic and stress loads is really the only way to ensure appropriate performance and reliability in production. Load testing

More information

Application Visibility and Monitoring >

Application Visibility and Monitoring > White Paper Application Visibility and Monitoring > An integrated approach to application delivery Application performance drives business performance Every business today depends on secure, reliable information

More information

Network Management and Monitoring Software

Network Management and Monitoring Software Page 1 of 7 Network Management and Monitoring Software Many products on the market today provide analytical information to those who are responsible for the management of networked systems or what the

More information

Performance Testing IBM MQSeries* Infrastructures

Performance Testing IBM MQSeries* Infrastructures Performance Testing IBM * Infrastructures MQTester TM for LoadRunner from CommerceQuest Inc. 2001 CommerceQuest Inc. All rights reserved. The information contained herein is the proprietary property of

More information

White Paper. The Ten Features Your Web Application Monitoring Software Must Have. Executive Summary

White Paper. The Ten Features Your Web Application Monitoring Software Must Have. Executive Summary White Paper The Ten Features Your Web Application Monitoring Software Must Have Executive Summary It s hard to find an important business application that doesn t have a web-based version available and

More information

Load Testing and Monitoring Web Applications in a Windows Environment

Load Testing and Monitoring Web Applications in a Windows Environment OpenDemand Systems, Inc. Load Testing and Monitoring Web Applications in a Windows Environment Introduction An often overlooked step in the development and deployment of Web applications on the Windows

More information

Web Load Stress Testing

Web Load Stress Testing Web Load Stress Testing Overview A Web load stress test is a diagnostic tool that helps predict how a website will respond to various traffic levels. This test can answer critical questions such as: How

More information

Rapid Bottleneck Identification A Better Way to do Load Testing. An Oracle White Paper June 2009

Rapid Bottleneck Identification A Better Way to do Load Testing. An Oracle White Paper June 2009 Rapid Bottleneck Identification A Better Way to do Load Testing An Oracle White Paper June 2009 Rapid Bottleneck Identification A Better Way to do Load Testing. RBI combines a comprehensive understanding

More information

IBM RATIONAL PERFORMANCE TESTER

IBM RATIONAL PERFORMANCE TESTER IBM RATIONAL PERFORMANCE TESTER Today, a major portion of newly developed enterprise applications is based on Internet connectivity of a geographically distributed work force that all need on-line access

More information

Using WebLOAD to Monitor Your Production Environment

Using WebLOAD to Monitor Your Production Environment Using WebLOAD to Monitor Your Production Environment Your pre launch performance test scripts can be reused for post launch monitoring to verify application performance. This reuse can save time, money

More information

Service Virtualization:

Service Virtualization: Service Virtualization: Reduce the time and cost to develop and test modern, composite applications Business white paper Table of contents Why you need service virtualization 3 The challenges of composite

More information

Scalability Factors of JMeter In Performance Testing Projects

Scalability Factors of JMeter In Performance Testing Projects Scalability Factors of JMeter In Performance Testing Projects Title Scalability Factors for JMeter In Performance Testing Projects Conference STEP-IN Conference Performance Testing 2008, PUNE Author(s)

More information

Performance Testing Percy Pari Salas

Performance Testing Percy Pari Salas Performance Testing Percy Pari Salas Presented by : Percy Pari Salas Agenda What is performance testing? Types of performance testing What does performance testing measure? Where does performance testing

More information

Mike Chyi, Micro Focus Solution Consultant May 12, 2010

Mike Chyi, Micro Focus Solution Consultant May 12, 2010 Mike Chyi, Micro Focus Solution Consultant May 12, 2010 Agenda Load Testing Overview, Best Practice: Performance Testing with Diagnostics Demo (?), Q&A Load Testing Overview What is load testing? Type

More information

Performance Testing Uncovered

Performance Testing Uncovered Performance Testing Uncovered First Presented at: NobleStar Systems Corp. London, UK 26 Sept. 2003 Scott Barber Chief Technology Officer PerfTestPlus, Inc. Performance Testing Uncovered Page 1 Performance

More information

Neustar Full-Service Load Testing. 0.25 Seconds delay. 0.50 Seconds delay. 1.0 Seconds delay. When DIY Won t Work.

Neustar Full-Service Load Testing. 0.25 Seconds delay. 0.50 Seconds delay. 1.0 Seconds delay. When DIY Won t Work. Neustar Enterprise Services Service Sheet Neustar Full-Service Load Testing When DIY Won t Work. HIGHLIGHTS: Fully managed service Dedicated engineer Detailed reporting and recommendations Validation from

More information

Performance Analysis of Web based Applications on Single and Multi Core Servers

Performance Analysis of Web based Applications on Single and Multi Core Servers Performance Analysis of Web based Applications on Single and Multi Core Servers Gitika Khare, Diptikant Pathy, Alpana Rajan, Alok Jain, Anil Rawat Raja Ramanna Centre for Advanced Technology Department

More information

Delivering Quality in Software Performance and Scalability Testing

Delivering Quality in Software Performance and Scalability Testing Delivering Quality in Software Performance and Scalability Testing Abstract Khun Ban, Robert Scott, Kingsum Chow, and Huijun Yan Software and Services Group, Intel Corporation {khun.ban, robert.l.scott,

More information

Monitoring Best Practices for COMMERCE

Monitoring Best Practices for COMMERCE Monitoring Best Practices for COMMERCE OVERVIEW Providing the right level and depth of monitoring is key to ensuring the effective operation of IT systems. This is especially true for ecommerce systems

More information

G DATA TechPaper #0275. G DATA Network Monitoring

G DATA TechPaper #0275. G DATA Network Monitoring G DATA TechPaper #0275 G DATA Network Monitoring G DATA Software AG Application Development May 2016 Contents Introduction... 3 1. The benefits of network monitoring... 3 1.1. Availability... 3 1.2. Migration

More information

Recommendations for Performance Benchmarking

Recommendations for Performance Benchmarking Recommendations for Performance Benchmarking Shikhar Puri Abstract Performance benchmarking of applications is increasingly becoming essential before deployment. This paper covers recommendations and best

More information

Performance Testing. What is performance testing? Why is performance testing necessary? Performance Testing Methodology EPM Performance Testing

Performance Testing. What is performance testing? Why is performance testing necessary? Performance Testing Methodology EPM Performance Testing Performance Testing What is performance testing? Why is performance testing necessary? Performance Testing Methodology EPM Performance Testing What is Performance Testing l The primary goal of Performance

More information

TRACE PERFORMANCE TESTING APPROACH. Overview. Approach. Flow. Attributes

TRACE PERFORMANCE TESTING APPROACH. Overview. Approach. Flow. Attributes TRACE PERFORMANCE TESTING APPROACH Overview Approach Flow Attributes INTRODUCTION Software Testing Testing is not just finding out the defects. Testing is not just seeing the requirements are satisfied.

More information

10 Best Practices for Application Performance Testing

10 Best Practices for Application Performance Testing Business white paper 10 Best Practices for Application Performance Testing Leveraging Agile Performance Testing for Web and Mobile Applications 10 Best Practices for Application Performance Testing Table

More information

New Relic & JMeter - Perfect Performance Testing

New Relic & JMeter - Perfect Performance Testing TUTORIAL New Relic & JMeter - Perfect Performance Testing by David Sale Contents Introduction 3 Demo Application 4 Hooking Into New Relic 4 What Is JMeter? 6 Installation and Usage 6 Analysis In New Relic

More information

Application Performance Monitoring (APM) Technical Whitepaper

Application Performance Monitoring (APM) Technical Whitepaper Application Performance Monitoring (APM) Technical Whitepaper Table of Contents Introduction... 3 Detect Application Performance Issues Before Your Customer Does... 3 Challenge of IT Manager... 3 Best

More information

An Oracle White Paper February 2010. Rapid Bottleneck Identification - A Better Way to do Load Testing

An Oracle White Paper February 2010. Rapid Bottleneck Identification - A Better Way to do Load Testing An Oracle White Paper February 2010 Rapid Bottleneck Identification - A Better Way to do Load Testing Introduction You re ready to launch a critical Web application. Ensuring good application performance

More information

BridgeWays Management Pack for VMware ESX

BridgeWays Management Pack for VMware ESX Bridgeways White Paper: Management Pack for VMware ESX BridgeWays Management Pack for VMware ESX Ensuring smooth virtual operations while maximizing your ROI. Published: July 2009 For the latest information,

More information

Monitoring Best Practices for

Monitoring Best Practices for Monitoring Best Practices for OVERVIEW Providing the right level and depth of monitoring is key to ensuring the effective operation of IT systems. This is especially true for ecommerce systems like Magento,

More information

Guideline for stresstest Page 1 of 6. Stress test

Guideline for stresstest Page 1 of 6. Stress test Guideline for stresstest Page 1 of 6 Stress test Objective: Show unacceptable problems with high parallel load. Crash, wrong processing, slow processing. Test Procedure: Run test cases with maximum number

More information

An Oracle White Paper March 2013. Load Testing Best Practices for Oracle E- Business Suite using Oracle Application Testing Suite

An Oracle White Paper March 2013. Load Testing Best Practices for Oracle E- Business Suite using Oracle Application Testing Suite An Oracle White Paper March 2013 Load Testing Best Practices for Oracle E- Business Suite using Oracle Application Testing Suite Executive Overview... 1 Introduction... 1 Oracle Load Testing Setup... 2

More information

Load Testing Scenarios Selection

Load Testing Scenarios Selection Load Testing Scenarios Selection Abstract The purpose of Load testing is to identify and resolve all the application performance bottlenecks before they affect the application real users. If a web application

More information

Introducing Performance Engineering by means of Tools and Practical Exercises

Introducing Performance Engineering by means of Tools and Practical Exercises Introducing Performance Engineering by means of Tools and Practical Exercises Alexander Ufimtsev, Trevor Parsons, Lucian M. Patcas, John Murphy and Liam Murphy Performance Engineering Laboratory, School

More information

Agile Performance Testing

Agile Performance Testing Agile Performance Testing Cesario Ramos Independent Consultant AgiliX Agile Development Consulting Overview Why Agile performance testing? Nature of performance testing Agile performance testing Why Agile

More information

Real vs. Synthetic Web Performance Measurements, a Comparative Study

Real vs. Synthetic Web Performance Measurements, a Comparative Study Real vs. Synthetic Web Performance Measurements, a Comparative Study By John Bartlett and Peter Sevcik December 2004 Enterprises use today s Internet to find customers, provide them information, engage

More information

Performance Testing of Java Enterprise Systems

Performance Testing of Java Enterprise Systems Performance Testing of Java Enterprise Systems Katerina Antonova, Plamen Koychev Musala Soft Why Performance Testing? Recent studies by leading USA consultancy companies showed that over 80% of large corporations

More information

White Paper Performance Testing Methodology

White Paper Performance Testing Methodology White Paper Performance Testing Methodology by Johann du Plessis Introduction One of the main concerns with a performance testing project is how much value the testing adds. Is performance testing worth

More information

How To Test A Web Application For Email Campaign Management On A Web Browser On A Server Farm (Netherlands) On A Large Computer (Nostradio) On An Offline (Nestor) On The Web (Norton

How To Test A Web Application For Email Campaign Management On A Web Browser On A Server Farm (Netherlands) On A Large Computer (Nostradio) On An Offline (Nestor) On The Web (Norton 1 Performance Testing of.net Web Application for Email Campaign Management Abstract Its Netherlands based company specializing in personalized and interactive communication related applications which provides

More information

Performance Testing. on Production System

Performance Testing. on Production System Performance Testing on Production System Abstract Performance testing is conducted to check whether the target application will be able to meet the real users expectations in the production environment

More information

Charu Babbar 1, Neha Bajpai 2 and Dipti Kapoor Sarmah 3

Charu Babbar 1, Neha Bajpai 2 and Dipti Kapoor Sarmah 3 Computing For Nation Development, March 10 11, 2011 Bharati Vidyapeeth s Institute of Computer Applications and Management, New Delhi Web Application Performance Analysis Based on Component Load Testing

More information

Analyzing IBM i Performance Metrics

Analyzing IBM i Performance Metrics WHITE PAPER Analyzing IBM i Performance Metrics The IBM i operating system is very good at supplying system administrators with built-in tools for security, database management, auditing, and journaling.

More information

Developing a Load Testing Strategy

Developing a Load Testing Strategy Developing a Load Testing Strategy Michele Ruel St.George Bank CMGA 2005 Page 1 Overview... 3 What is load testing?... 4 Scalability Test... 4 Sustainability/Soak Test... 4 Comparison Test... 4 Worst Case...

More information

Web Application s Performance Testing

Web Application s Performance Testing Web Application s Performance Testing B. Election Reddy (07305054) Guided by N. L. Sarda April 13, 2008 1 Contents 1 Introduction 4 2 Objectives 4 3 Performance Indicators 5 4 Types of Performance Testing

More information

Bernie Velivis President, Performax Inc

Bernie Velivis President, Performax Inc Performax provides software load testing and performance engineering services to help our clients build, market, and deploy highly scalable applications. Bernie Velivis President, Performax Inc Load ing

More information

SOFTWARE PERFORMANCE TESTING SERVICE

SOFTWARE PERFORMANCE TESTING SERVICE SOFTWARE PERFORMANCE TESTING SERVICE Service Definition GTS s performance testing services allows customers to reduce the risk of poor application performance. This is done by performance testing applications

More information

Cisco Application Networking for IBM WebSphere

Cisco Application Networking for IBM WebSphere Cisco Application Networking for IBM WebSphere Faster Downloads and Site Navigation, Less Bandwidth and Server Processing, and Greater Availability for Global Deployments What You Will Learn To address

More information

MAGENTO HOSTING Progressive Server Performance Improvements

MAGENTO HOSTING Progressive Server Performance Improvements MAGENTO HOSTING Progressive Server Performance Improvements Simple Helix, LLC 4092 Memorial Parkway Ste 202 Huntsville, AL 35802 sales@simplehelix.com 1.866.963.0424 www.simplehelix.com 2 Table of Contents

More information

Performance Test Process

Performance Test Process A white Success The performance testing helped the client identify and resolve performance bottlenecks which otherwise crippled the business. The ability to support 500 concurrent users was a performance

More information

Understanding the Impact of Running WAN Emulation with Load Testing

Understanding the Impact of Running WAN Emulation with Load Testing Understanding the Impact of Running WAN Emulation with Load Testing A Shunra Software White Paper July 2, 2008 Introduction Investment in pre-deployment performance testing has become a widely adopted

More information

1 How to Monitor Performance

1 How to Monitor Performance 1 How to Monitor Performance Contents 1.1. Introduction... 1 1.1.1. Purpose of this How To... 1 1.1.2. Target Audience... 1 1.2. Performance - some theory... 1 1.3. Performance - basic rules... 3 1.4.

More information

Winning the J2EE Performance Game Presented to: JAVA User Group-Minnesota

Winning the J2EE Performance Game Presented to: JAVA User Group-Minnesota Winning the J2EE Performance Game Presented to: JAVA User Group-Minnesota Michelle Pregler Ball Emerging Markets Account Executive Shahrukh Niazi Sr.System Consultant Java Solutions Quest Background Agenda

More information

PERFORMANCE TESTING. New Batches Info. We are ready to serve Latest Testing Trends, Are you ready to learn.?? START DATE : TIMINGS : DURATION :

PERFORMANCE TESTING. New Batches Info. We are ready to serve Latest Testing Trends, Are you ready to learn.?? START DATE : TIMINGS : DURATION : PERFORMANCE TESTING We are ready to serve Latest Testing Trends, Are you ready to learn.?? New Batches Info START DATE : TIMINGS : DURATION : TYPE OF BATCH : FEE : FACULTY NAME : LAB TIMINGS : Performance

More information

Information Technology Engineers Examination. Network Specialist Examination. (Level 4) Syllabus. Details of Knowledge and Skills Required for

Information Technology Engineers Examination. Network Specialist Examination. (Level 4) Syllabus. Details of Knowledge and Skills Required for Information Technology Engineers Examination Network Specialist Examination (Level 4) Syllabus Details of Knowledge and Skills Required for the Information Technology Engineers Examination Version 2.0

More information

Managed Service Plans

Managed Service Plans Managed Service Plans www.linkedtech.com 989.837.3060 989.832.2802 fax Managed Information Technology Services System downtime, viruses, spy ware, losses of productivity Are the computer systems you rely

More information

Distributed applications monitoring at system and network level

Distributed applications monitoring at system and network level Distributed applications monitoring at system and network level Monarc Collaboration 1 Abstract Most of the distributed applications are presently based on architectural models that don t involve real-time

More information

Best Practices for Managing Virtualized Environments

Best Practices for Managing Virtualized Environments WHITE PAPER Introduction... 2 Reduce Tool and Process Sprawl... 2 Control Virtual Server Sprawl... 3 Effectively Manage Network Stress... 4 Reliably Deliver Application Services... 5 Comprehensively Manage

More information

Application and Web Load Testing. Datasheet. Plan Create Load Analyse Respond

Application and Web Load Testing. Datasheet. Plan Create Load Analyse Respond Application and Web Load Testing Datasheet Plan Create Load Analyse Respond Product Overview JAR:load is an innovative web load testing solution delivered from the Cloud* for optimising the performance

More information

Six Steps to Improved SharePoint Performance & Operations

Six Steps to Improved SharePoint Performance & Operations Accelerating SharePoint Performance The guys at Application Performance quickly understood our SharePoint problem. They demonstrated that the combination of WebTuna and Riverbed SteelApp Web Accelerator

More information

An Oracle White Paper July 2011. Oracle Primavera Contract Management, Business Intelligence Publisher Edition-Sizing Guide

An Oracle White Paper July 2011. Oracle Primavera Contract Management, Business Intelligence Publisher Edition-Sizing Guide Oracle Primavera Contract Management, Business Intelligence Publisher Edition-Sizing Guide An Oracle White Paper July 2011 1 Disclaimer The following is intended to outline our general product direction.

More information

Load and Performance Load Testing. RadView Software October 2015 www.radview.com

Load and Performance Load Testing. RadView Software October 2015 www.radview.com Load and Performance Load Testing RadView Software October 2015 www.radview.com Contents Introduction... 3 Key Components and Architecture... 4 Creating Load Tests... 5 Mobile Load Testing... 9 Test Execution...

More information

White Paper. Cloud Performance Testing

White Paper. Cloud Performance Testing White Paper Cloud Performance Testing Table of Contents Introduction and Background Information...2 Challenges & Limitations of On-Premise Model. 2 Cloud Scope and Service Models... 3 Why Cloud for Performance

More information

Lesson 7 - Website Administration

Lesson 7 - Website Administration Lesson 7 - Website Administration If you are hired as a web designer, your client will most likely expect you do more than just create their website. They will expect you to also know how to get their

More information

The Evolution of Load Testing. Why Gomez 360 o Web Load Testing Is a

The Evolution of Load Testing. Why Gomez 360 o Web Load Testing Is a Technical White Paper: WEb Load Testing To perform as intended, today s mission-critical applications rely on highly available, stable and trusted software services. Load testing ensures that those criteria

More information

TPC-W * : Benchmarking An Ecommerce Solution By Wayne D. Smith, Intel Corporation Revision 1.2

TPC-W * : Benchmarking An Ecommerce Solution By Wayne D. Smith, Intel Corporation Revision 1.2 TPC-W * : Benchmarking An Ecommerce Solution By Wayne D. Smith, Intel Corporation Revision 1.2 1 INTRODUCTION How does one determine server performance and price/performance for an Internet commerce, Ecommerce,

More information

Scalability and BMC Remedy Action Request System TECHNICAL WHITE PAPER

Scalability and BMC Remedy Action Request System TECHNICAL WHITE PAPER Scalability and BMC Remedy Action Request System TECHNICAL WHITE PAPER Table of contents INTRODUCTION...1 BMC REMEDY AR SYSTEM ARCHITECTURE...2 BMC REMEDY AR SYSTEM TIER DEFINITIONS...2 > Client Tier...

More information

Perform-Tools. Powering your performance

Perform-Tools. Powering your performance Perform-Tools Powering your performance Perform-Tools With Perform-Tools, optimizing Microsoft Dynamics products on a SQL Server platform never was this easy. They are a fully tested and supported set

More information

Getting Things Done: Practical Web/e-Commerce Application Stress Testing

Getting Things Done: Practical Web/e-Commerce Application Stress Testing Getting Things Done: Practical Web/e-Commerce Application Stress Testing Robert Sabourin President Montreal, Canada rsabourin@amibug.com Slide 1 Practical Web/e-Commerce Application Stress Testing Overview:

More information

Implement a unified approach to service quality management.

Implement a unified approach to service quality management. Service quality management solutions To support your business objectives Implement a unified approach to service quality management. Highlights Deliver high-quality software applications that meet functional

More information

HP essential knowledge series: an introduction to load testing for web applications. White paper

HP essential knowledge series: an introduction to load testing for web applications. White paper HP essential knowledge series: an introduction to load testing for web applications White paper Table of contents Introduction.................................................................... 3 Grow

More information

Performance Tuning Guide for ECM 2.0

Performance Tuning Guide for ECM 2.0 Performance Tuning Guide for ECM 2.0 Rev: 20 December 2012 Sitecore ECM 2.0 Performance Tuning Guide for ECM 2.0 A developer's guide to optimizing the performance of Sitecore ECM The information contained

More information

A closer look at HP LoadRunner software

A closer look at HP LoadRunner software Technical white paper A closer look at HP LoadRunner software Table of contents Sizing up the system 2 The limits of manual testing 2 A new take on testing: the HP LoadRunner solution 3 The HP LoadRunner

More information

Information Technology Services

Information Technology Services Information Technology Services 2011 Services Guide 77 Accord Park Drive, Suite A10 Norwell, MA 02061 (781) 871-3662 A proactive, preventative approach to IT management. System downtime, viruses, spyware,

More information

Business white paper. Load factor: performance testing for Web applications

Business white paper. Load factor: performance testing for Web applications Business white paper Load factor: performance testing for Web applications Table of contents 3 A look at load testing 3 In the pursuit of predictability 4 Put your apps through the paces 5 Traits of an

More information

Comparative Study of Load Testing Tools

Comparative Study of Load Testing Tools Comparative Study of Load Testing Tools Sandeep Bhatti, Raj Kumari Student (ME), Department of Information Technology, University Institute of Engineering & Technology, Punjab University, Chandigarh (U.T.),

More information

PERFORMANCE TESTING. The solution for analyzing the behavior of an IT system under load

PERFORMANCE TESTING. The solution for analyzing the behavior of an IT system under load PERFORMANCE TESTING The solution for analyzing the behavior of an IT system under load IT system performance is an area that never loses relevance in advanced IT departments at major organizations. Each

More information

An introduction to load testing for Web applications. Business white paper

An introduction to load testing for Web applications. Business white paper An introduction to load testing for Web applications Business white paper Table of contents Introduction...3 Grow your business through online exposure...3 Application performance testing prior to going

More information