SlideShare une entreprise Scribd logo
1  sur  30
Télécharger pour lire hors ligne
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 1 of 30 
Performance and Load Test Report Template LTR 
Prepared by: Shay Ginsbourg, Consultant 
Reviewed by: Dan Jones, Software QA Manager 
Approved by: John Doe, Director of Software Development
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 2 of 30 
Contents 
1. Introduction .......................................................................................................................................... 3 
2. Glossary ................................................................................................................................................. 4 
3. Scenario Specification ........................................................................................................................... 5 
4. Load Test Hardware .............................................................................................................................. 6 
5. Load Test Software ............................................................................................................................... 7 
6. Test Data and Requirements ................................................................................................................ 8 
7. Test Case Specification .......................................................................................................................... 9 
8. Results ................................................................................................................................................. 10 
9. Stress Testing ...................................................................................................................................... 16 
10. Resource Monitoring ...................................................................................................................... 19 
11. Analysis ........................................................................................................................................... 21 
12. Conclusions ..................................................................................................................................... 29 
13. References ...................................................................................................................................... 30
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 3 of 30 
1. Introduction 
Successful websites and web applications demonstrate great performance, having the ability to scale up and accurately execute fast while concurrently serving all types of users. Scalability is a web application's ability to adapt to growing demands without performance degradation. Load testing is the process of putting demands on a system and measuring its responses under stressful conditions in order to identify the maximum operating capacity and pin-point any virtual bottlenecks. Monitoring is the process of verifying that end-users can interact with an existing website or web application as required. While load testing is normally performed before a website or web application is launched, monitoring is continuously required 24x7 after the release. Rather than merely sampling infrastructure parameter values, there are programmed virtual users that accurately test the system under load, and later reused for precise monitoring and alerting on performance related events. 
This document is a load test report (LTR). The following pages provide the settings, results, and conclusions derived from the load tests, as specified.
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 4 of 30 
2. Glossary 
Concurrent Users 
The number of users that simultaneously operate the same system at the same time. CPU Utilization 
A computer's usage of processing resources, or the amount of work handled by a CPU. Disk Utilization 
Disk utilization is the amount of space being used on a disk or how busy the disk is with respect to I/O operations. Expected response time 
The allowed interval from when a user initiates a request to the instant at which the first part of the response is received at by the application. Memory Utilization 
The amount of memory that a software application uses or references while running. Network Utilization 
The percentage of a network's bandwidth that is currently being consumed by network traffic. Scalability Testing 
The testing of a software application for measuring its capability to scale up or scale out in terms of any of its non-functional capability. Throughput 
The rate at which data can be transferred. Throughput is usually measured in bits per second (bit/s or bps), and sometimes in data packets per second or data packets per time slot. Transactions per second 
The number of actions performed per second. For example, the number of database transactions performed per second. Virtual Users 
Programmed simulation of user actions used for testing a system in a realistic
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 5 of 30 
2. Scenario Specification 
Load testing is a part of a more general process known as performance testing. Examples of load testing operations may include: downloading a series of large files from the Internet, running multiple applications on a computer or server simultaneously, assigning many jobs to a printer in a queue, subjecting a server to a large amount of e-mail traffic, writing and reading data to and from a hard disk continuously, etc. 
Load testing can be conducted in two ways. Longevity testing, also called endurance testing, evaluates a system's ability to handle a constant, moderate work load for a long time. Volume testing, on the other hand, subjects a system to a heavy work load for a limited time. Either approach makes it possible to pinpoint bottlenecks, bugs and component limitations. For example, a computer may have a fast processor but a limited amount of RAM (random-access memory). Load testing can provide the user with a general idea of how many applications or processes can be run simultaneously while maintaining the rated level of performance. 
Load testing differs from stress testing, which evaluates the extent to which a system keeps working when subjected to extreme workloads or when some of its hardware or software has been compromised. The primary goal of load testing is to define the maximum amount of work a system can handle without significant performance degradation. 
Performance and load testing is normally performed in order to validate multi-client-server complex system. This load test scenario is based on … 
The scenario was created in order to validate that the followings requirements have been met by the current version of the server application: … 
The system topology that is relevant to the performance and load testing procedure was created …
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 6 of 30 
4. Load Test Hardware Load test hardware requirements depend on mainly on the footprint of the virtual client that creates load on the EXAMPLE server side. In the EXAMPLE Web APP system, the client is a Web browser that buffers thousands of EXAMPLES. That creates rather a fat client with huge memory requirements. Running an EXAMPLE load test from CMD w/o JAVA GUI: On a 64-bit LINUX EXAMPLE workstation with 8 GB RAM, 10 concurrent virtual users are below the maximum, sizing approximately 2 GB JAVA.EXE process size. With EXAMPLE JAVA GUI: On a 64-bit LINUX EXAMPLE workstation with 8 GB RAM, approximately 5 concurrent virtual users are the maximum, sizing 4.0-4.5 GB JAVA.EXE process size, depending probably on the EXAMPLE size of the specific video frames that were buffered.
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 7 of 30 
5. Load Test Software The selected load generation environment is:  Java Virtual Machine 64-bit on LINUX Ubuntu 14 64-bit,  JMeter version 2.11,  Standard and extra set of JMeter Plug-ins version 1.1.3. The Apache JMeter™ desktop application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions. Apache JMeter™ may be used to test performance both on static and dynamic resources (files, Servlets, Perl scripts, Java Objects, Data Bases and Queries, FTP Servers and more). It can be used to simulate a heavy load on a server, network or object to test its strength or to analyze overall performance under different load types. Moreover, it can be used it to make a graphical analysis of performance or to test your server/script/object behavior under heavy concurrent load.
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 8 of 30 
6. Test Data and Requirements 
param val comment 
loadBalancerIP 
10.150.150.50 
LB 
app1ServerIP 
10.150.150.11 
APP SERVER 1 
app2ServerIP 
10.150.150.12 
APP SERVER 2 
sqlServerIP 
10.150.150.10 
SQL 
NVU 
10 - 200 
number of virtual users 
RUP 
1 VU/sec 
rump-up period in seconds from first to last virtual user launching 
SLC 
1 
scenario loop count (main iteration count) 
Param 1 
Val 1 
Comment 1 
Param 2 
Val 2 
Comment 2 
Param 3 
Val 3 
Comment 3 
Param 4 
Val 4 
Comment 4 
Param 5 
Val 5 
Comment 5 
Param 6 
Val 6 
Comment 6 
… 
… 
NCDB 
15 
Number of Cases in the DB 
drive 
Local 
Local/Net 
Viewing mode Param 1 Param 2 Param 3 Param 4 Param 5 Param 6 Param 7 
Mode 1 
2 
3 
9 
4 
6 
4 
4 
Mode 2 
… 
Mode 3 
… 
EXAMPLE Off EXAMPLE Red 
Type 
0 
1 
2 
Contrast 
… 
 Remark 1... 
 Remark 2…
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 9 of 30 
7. Test Case Specification 
# Test Case Number of Users EXAMPLE parameter View Mode Page rate (pps) Frame rate (fps) EXAMPLE Page size EXAMPLE Enhancement 
1 
1 SANITY 
2 
3 
4 
5 
6 
7 
8 
9 
10
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 10 of 30 
8. Results Test case 1 - SANITY (EXAMPLE Test run duration = x min), EXAMPLE = Off Label # Samples Ave Med 90% Min Max %err 
T1. Transaction Controller – Perform authentication 
T2. Transaction Controller - EXAMPLE manager 
T3. Transaction Controller - EXAMPLE 
T4. Get Pages - Initial Buffering (EXAMPLE) 
T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) 
T5.2 Get Pages - Scrolling (EXAMPLE) 
T5.3 Create Thumbnail - EXAMPLE 
TOTAL
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 11 of 30 
Test case 10 (EXAMPLE Test run duration = x min), EXAMPLE = Off Label # Samples Ave Med 90% Min Max %err 
T1. Transaction Controller – Perform authentication 
T2. Transaction Controller - EXAMPLE manager 
T3. Transaction Controller - EXAMPLE 
T4. Get Pages - Initial Buffering (EXAMPLE) 
T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) 
T5.2 Get Pages - Scrolling (EXAMPLE) 
T5.3 Create Thumbnail - EXAMPLE 
TOTAL
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 12 of 30 
Test case 11 (EXAMPLE Test run duration = x min), EXAMPLE = Off Label # Samples Ave Med 90% Min Max %err 
T1. Transaction Controller – Perform authentication 
T2. Transaction Controller - EXAMPLE manager 
T3. Transaction Controller - EXAMPLE 
T4. Get Pages - Initial Buffering (EXAMPLE) 
T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) 
T5.2 Get Pages - Scrolling (EXAMPLE) 
T5.3 Create Thumbnail - EXAMPLE 
TOTAL
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 13 of 30 
Test case 12 (EXAMPLE Test run duration = x min), EXAMPLE = Off Label # Samples Ave Med 90% Min Max %err 
T1. Transaction Controller – Perform authentication 
T2. Transaction Controller - EXAMPLE manager 
T3. Transaction Controller - EXAMPLE 
T4. Get Pages - Initial Buffering (EXAMPLE) 
T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) 
T5.2 Get Pages - Scrolling (EXAMPLE) 
T5.3 Create Thumbnail - EXAMPLE 
TOTAL
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 14 of 30 
Test case 13 (EXAMPLE Test run duration = x min), EXAMPLE = Off Label # Samples Ave Med 90% Min Max %err 
T1. Transaction Controller – Perform authentication 
T2. Transaction Controller - EXAMPLE manager 
T3. Transaction Controller - EXAMPLE 
T4. Get Pages - Initial Buffering (EXAMPLE) 
T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) 
T5.2 Get Pages - Scrolling (EXAMPLE) 
T5.3 Create Thumbnail - EXAMPLE 
TOTAL
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 15 of 30 
Test case 14 (EXAMPLE Test run duration = x min), EXAMPLE = Off Label # Samples Ave Med 90% Min Max %err 
T1. Transaction Controller – Perform authentication 
T2. Transaction Controller - EXAMPLE manager 
T3. Transaction Controller - EXAMPLE 
T4. Get Pages - Initial Buffering (EXAMPLE) 
T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) 
T5.2 Get Pages - Scrolling (EXAMPLE) 
T5.3 Create Thumbnail - EXAMPLE 
TOTAL
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 16 of 30 
9. Stress Testing Test case 500 - STRESS (EXAMPLE Test run duration = 5.5 hours), EXAMPLE = Off Label # Samples Ave Med 90% Min Max %err 
T1. Transaction Controller – Perform authentication 
T2. Transaction Controller - EXAMPLE manager 
T3. Transaction Controller - EXAMPLE 
T4. Get Pages - Initial Buffering (EXAMPLE) 
T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) 
T5.2 Get Pages - Scrolling (EXAMPLE) 
T5.3 Create Thumbnail - EXAMPLE 
TOTAL 
Stress test monitoring on both application servers: 
CPU = 90% 
Disk = 0 - 500 KB/sec I/O 
Memory = 35% Physical 
Network = 20 Mbps I/O
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 17 of 30 
Test case 500 - STRESS (EXAMPLE Test run duration = 5.5 hours), EXAMPLE = Off
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 18 of 30 
Test case 500 - STRESS (EXAMPLE Test run duration = 5.5 hours), EXAMPLE = Off
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 19 of 30 
10. Resource Monitoring Test case 10 (EXAMPLE Test run duration = x min), EXAMPLE = Off
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 20 of 30
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 21 of 30 
11. Analysis 11.1. Impact of FPS on Initial Buffering on T4: T4 Get Pages - Initial Buffering (EXAMPLE) Test cases where each user EXAMPLE, total 10 users, EXAMPLE = Off Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 
10 
12 
14 
16 
18 
20 
T4 Get Pages - Initial Buffering (EXAMPLE) Test cases where all 10 users EXAMPLE, total 10 users, EXAMPLE = Off Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 
11 
13 
15 
17 
19 
21
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 22 of 30 
T4 Get Pages - Initial Buffering (EXAMPLE) Test cases where each user EXAMPLE, total 10 users, EXAMPLE = EXAMPLE Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 
110 
112 
114 
116 
118 
120 
T4 Get Pages - Initial Buffering (EXAMPLE) Test cases where all 10 users EXAMPLE, total 10 users, EXAMPLE = EXAMPLE Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 
111 
113 
115 
117 
119 
121
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 23 of 30 
T4 Get Pages - Initial Buffering (EXAMPLE) Test cases where each user EXAMPLE, total 10 users, EXAMPLE = EXAMPLE Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 
210 
212 
214 
216 
218 
220 
T4 Get Pages - Initial Buffering (EXAMPLE) Test cases where all 10 users EXAMPLE, total 10 users, EXAMPLE = EXAMPLE Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 
211 
213 
215 
217 
219 
221
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 24 of 30 
11.2. Impact of FPS on EXAMPLE Playing at T5.1: T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) Test cases where each user EXAMPLE, total 10 users, EXAMPLE = Off Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 
10 
12 
14 
16 
18 
20 
T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) Test cases where all 10 users EXAMPLE, total 10 users, EXAMPLE = Off Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 
11 
13 
15 
17 
19 
21
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 25 of 30 
T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) Test cases where each user EXAMPLE, total 10 users, EXAMPLE = EXAMPLE Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 
110 
112 
114 
116 
118 
120 
T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) Test cases where all 10 users EXAMPLE, total 10 users, EXAMPLE = EXAMPLE Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 
111 
113 
115 
117 
119 
121
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 26 of 30 
T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) Test cases where each user EXAMPLE, total 10 users, EXAMPLE = EXAMPLE Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 
210 
212 
214 
216 
218 
220 
T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) Test cases where all 10 users EXAMPLE, total 10 users, EXAMPLE = EXAMPLE Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 
211 
213 
215 
217 
219 
221
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 27 of 30 
11.3. Impact of number of virtual users on Get Pages: T4 Get Pages - Initial Buffering (EXAMPLE) Test cases where each user EXAMPLE, fps = 10: Test Case virtual users Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 
315 
10 
310 
311 
312 
T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) Test cases where each user EXAMPLE, fps = 10: Test Case virtual users Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 
315 
10 
310 
311 
312
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 28 of 30 
11.4. Impact of EXAMPLE on Get Pages: T4 Get Pages - Initial Buffering (EXAMPLE) Test cases where each user EXAMPLE, total 10 users, fps = 10: Test Case EXAMPLE Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 
10 
Off 
110 
On 
210 
EXAMPLE 
T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) Test cases where each user EXAMPLE, total 10 users, fps = 10: Test Case EXAMPLE Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 
10 
Off 
110 
On 
210 
EXAMPLE
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 29 of 30 
12. Conclusions 
12.1. Under the load generated by 10 virtual users, ranging from 10 to 40 FPS, the following happened … 12.2. The test duration range was approximately from 20 minutes per test case to EXAMPLE minutes. 12.3. The EXAMPLE parameter was not found to have a significant impact on the server response time inside the tested range but it did have a strong positive influence on the percentage of frames that arrived later than required (note the %err parameter on the result tables). 12.4. Test cases where all 10 users view EXAMPLE produced approximately the same results as test cases where each user views a different EXAMPLE. 12.5. The maximum response times of GET pages (EXAMPLE) operations have been found to be significantly larger than the average (and even the 90%) values of those operations. That finding suggests that the slowest 10% might suffer EXAMPLE Playing discontinuities. 12.6. The maximum server response time measured was EXAMPLE seconds (Test case 221, FPS=40, where all 10 users EXAMPLE, total 10 users, EXAMPLE = EXAMPLE).
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 30 of 30 
13. References 
13.1. Software Performance and Scalability: A Quantitative Approach, Henry H. Liu, Wiley 1st edition, May 26, 2009. 13.2. The Software Verification and Validation: An Engineering and Scientific Approach, Marcus S. Fisher, Springer 2007 edition, December 20, 2006. 13.3. Performance Testing With JMeter 2.9, Bayo Erinle, Packt Publishing, July 26, 2013.

Contenu connexe

Tendances

Exploratory Testing Explained
Exploratory Testing ExplainedExploratory Testing Explained
Exploratory Testing ExplainedTechWell
 
Basic Guide to Manual Testing
Basic Guide to Manual TestingBasic Guide to Manual Testing
Basic Guide to Manual TestingHiral Gosani
 
Selenium Automation Testing Interview Questions And Answers
Selenium Automation Testing Interview Questions And AnswersSelenium Automation Testing Interview Questions And Answers
Selenium Automation Testing Interview Questions And AnswersAjit Jadhav
 
Manual Testing Notes
Manual Testing NotesManual Testing Notes
Manual Testing Notesguest208aa1
 
Chapter 4 - Mobile Application Platforms, Tools and Environment
Chapter 4 - Mobile Application Platforms, Tools and EnvironmentChapter 4 - Mobile Application Platforms, Tools and Environment
Chapter 4 - Mobile Application Platforms, Tools and EnvironmentNeeraj Kumar Singh
 
[야생의 땅: 듀랑고] 지형 관리 완전 자동화 - 생생한 AWS와 Docker 체험기
[야생의 땅: 듀랑고] 지형 관리 완전 자동화 - 생생한 AWS와 Docker 체험기[야생의 땅: 듀랑고] 지형 관리 완전 자동화 - 생생한 AWS와 Docker 체험기
[야생의 땅: 듀랑고] 지형 관리 완전 자동화 - 생생한 AWS와 Docker 체험기Sumin Byeon
 
Native automation tooling for mobile application testing.pptx
Native automation tooling for mobile application testing.pptxNative automation tooling for mobile application testing.pptx
Native automation tooling for mobile application testing.pptxMesut Günes
 
Behavior-Driven Development and Automation Testing Using Cucumber Framework W...
Behavior-Driven Development and Automation Testing Using Cucumber Framework W...Behavior-Driven Development and Automation Testing Using Cucumber Framework W...
Behavior-Driven Development and Automation Testing Using Cucumber Framework W...KMS Technology
 
Software testing
Software testingSoftware testing
Software testingmkn3009
 
¡Introducción a Cypress! - Globant Tech Insiders: Automatización de Pruebas
¡Introducción a Cypress! - Globant Tech Insiders: Automatización de Pruebas¡Introducción a Cypress! - Globant Tech Insiders: Automatización de Pruebas
¡Introducción a Cypress! - Globant Tech Insiders: Automatización de PruebasGlobant
 
Automation Testing using Selenium
Automation Testing using SeleniumAutomation Testing using Selenium
Automation Testing using SeleniumNaresh Chintalcheru
 
[AUG]개발자와 QA가 상생하는 테스트 프로세스
[AUG]개발자와 QA가 상생하는 테스트 프로세스[AUG]개발자와 QA가 상생하는 테스트 프로세스
[AUG]개발자와 QA가 상생하는 테스트 프로세스철민 신
 

Tendances (20)

Exploratory Testing Explained
Exploratory Testing ExplainedExploratory Testing Explained
Exploratory Testing Explained
 
Cucumber ppt
Cucumber pptCucumber ppt
Cucumber ppt
 
Basic Guide to Manual Testing
Basic Guide to Manual TestingBasic Guide to Manual Testing
Basic Guide to Manual Testing
 
Selenium Automation Testing Interview Questions And Answers
Selenium Automation Testing Interview Questions And AnswersSelenium Automation Testing Interview Questions And Answers
Selenium Automation Testing Interview Questions And Answers
 
Automated Test Framework with Cucumber
Automated Test Framework with CucumberAutomated Test Framework with Cucumber
Automated Test Framework with Cucumber
 
Manual Testing Notes
Manual Testing NotesManual Testing Notes
Manual Testing Notes
 
Regression testing
Regression testingRegression testing
Regression testing
 
Automation Testing & TDD
Automation Testing & TDDAutomation Testing & TDD
Automation Testing & TDD
 
Introduction to Agile Testing
Introduction to Agile TestingIntroduction to Agile Testing
Introduction to Agile Testing
 
Chapter 4 - Mobile Application Platforms, Tools and Environment
Chapter 4 - Mobile Application Platforms, Tools and EnvironmentChapter 4 - Mobile Application Platforms, Tools and Environment
Chapter 4 - Mobile Application Platforms, Tools and Environment
 
Test Life Cycle
Test Life CycleTest Life Cycle
Test Life Cycle
 
Basics in software testing
Basics in software testingBasics in software testing
Basics in software testing
 
[야생의 땅: 듀랑고] 지형 관리 완전 자동화 - 생생한 AWS와 Docker 체험기
[야생의 땅: 듀랑고] 지형 관리 완전 자동화 - 생생한 AWS와 Docker 체험기[야생의 땅: 듀랑고] 지형 관리 완전 자동화 - 생생한 AWS와 Docker 체험기
[야생의 땅: 듀랑고] 지형 관리 완전 자동화 - 생생한 AWS와 Docker 체험기
 
Native automation tooling for mobile application testing.pptx
Native automation tooling for mobile application testing.pptxNative automation tooling for mobile application testing.pptx
Native automation tooling for mobile application testing.pptx
 
Behavior-Driven Development and Automation Testing Using Cucumber Framework W...
Behavior-Driven Development and Automation Testing Using Cucumber Framework W...Behavior-Driven Development and Automation Testing Using Cucumber Framework W...
Behavior-Driven Development and Automation Testing Using Cucumber Framework W...
 
Software testing
Software testingSoftware testing
Software testing
 
¡Introducción a Cypress! - Globant Tech Insiders: Automatización de Pruebas
¡Introducción a Cypress! - Globant Tech Insiders: Automatización de Pruebas¡Introducción a Cypress! - Globant Tech Insiders: Automatización de Pruebas
¡Introducción a Cypress! - Globant Tech Insiders: Automatización de Pruebas
 
Automation Testing using Selenium
Automation Testing using SeleniumAutomation Testing using Selenium
Automation Testing using Selenium
 
Software Testing
Software TestingSoftware Testing
Software Testing
 
[AUG]개발자와 QA가 상생하는 테스트 프로세스
[AUG]개발자와 QA가 상생하는 테스트 프로세스[AUG]개발자와 QA가 상생하는 테스트 프로세스
[AUG]개발자와 QA가 상생하는 테스트 프로세스
 

En vedette

Ginsbourg.com - Performance and Load Test Report Template LTR 1.2
Ginsbourg.com - Performance and Load Test Report Template LTR 1.2Ginsbourg.com - Performance and Load Test Report Template LTR 1.2
Ginsbourg.com - Performance and Load Test Report Template LTR 1.2Shay Ginsbourg
 
Improvised functional tests for automotive testing
Improvised functional tests for automotive testing Improvised functional tests for automotive testing
Improvised functional tests for automotive testing QAI Global
 
Using JMeter and Google Analytics for Software Performance Testing
Using JMeter and Google Analytics for Software Performance TestingUsing JMeter and Google Analytics for Software Performance Testing
Using JMeter and Google Analytics for Software Performance TestingXBOSoft
 
LoadRunner Performance Testing
LoadRunner Performance TestingLoadRunner Performance Testing
LoadRunner Performance TestingAtul Pant
 
ECU Verification & Validation
ECU Verification & ValidationECU Verification & Validation
ECU Verification & ValidationShankar Akella
 
SAP Performance Testing Best Practice Guide v1.0
SAP Performance Testing Best Practice Guide v1.0SAP Performance Testing Best Practice Guide v1.0
SAP Performance Testing Best Practice Guide v1.0Argos
 

En vedette (6)

Ginsbourg.com - Performance and Load Test Report Template LTR 1.2
Ginsbourg.com - Performance and Load Test Report Template LTR 1.2Ginsbourg.com - Performance and Load Test Report Template LTR 1.2
Ginsbourg.com - Performance and Load Test Report Template LTR 1.2
 
Improvised functional tests for automotive testing
Improvised functional tests for automotive testing Improvised functional tests for automotive testing
Improvised functional tests for automotive testing
 
Using JMeter and Google Analytics for Software Performance Testing
Using JMeter and Google Analytics for Software Performance TestingUsing JMeter and Google Analytics for Software Performance Testing
Using JMeter and Google Analytics for Software Performance Testing
 
LoadRunner Performance Testing
LoadRunner Performance TestingLoadRunner Performance Testing
LoadRunner Performance Testing
 
ECU Verification & Validation
ECU Verification & ValidationECU Verification & Validation
ECU Verification & Validation
 
SAP Performance Testing Best Practice Guide v1.0
SAP Performance Testing Best Practice Guide v1.0SAP Performance Testing Best Practice Guide v1.0
SAP Performance Testing Best Practice Guide v1.0
 

Similaire à Ginsbourg.com - Performance and Load Test Report Template LTR 1.5

Ginsbourg.com - Performance and load test report template ltr 2.0
Ginsbourg.com - Performance and load test report template ltr 2.0Ginsbourg.com - Performance and load test report template ltr 2.0
Ginsbourg.com - Performance and load test report template ltr 2.0Shay Ginsbourg
 
Performance testing basics
Performance testing basicsPerformance testing basics
Performance testing basicsCharu Anand
 
HP LoadRunner
HP LoadRunnerHP LoadRunner
HP LoadRunnerFayis-QA
 
Advanced Load Runner
Advanced Load RunnerAdvanced Load Runner
Advanced Load Runnertelab
 
Load runner 8.0
Load runner 8.0Load runner 8.0
Load runner 8.0medsherb
 
Performance testing with loadrunner by kc
Performance testing with loadrunner by kcPerformance testing with loadrunner by kc
Performance testing with loadrunner by kckrishna chaitanya
 
PerformanceTestingWithLoadrunner
PerformanceTestingWithLoadrunnerPerformanceTestingWithLoadrunner
PerformanceTestingWithLoadrunnertechgajanan
 
Performance Testing With Loadrunner
Performance Testing With LoadrunnerPerformance Testing With Loadrunner
Performance Testing With Loadrunnervladimir zaremba
 
Performancetestingjmeter 121109061704-phpapp02
Performancetestingjmeter 121109061704-phpapp02Performancetestingjmeter 121109061704-phpapp02
Performancetestingjmeter 121109061704-phpapp02Shivakumara .
 
Performance Test Plan - Sample 1
Performance Test Plan - Sample 1Performance Test Plan - Sample 1
Performance Test Plan - Sample 1Atul Pant
 
Quick guide to plan and execute a load test
Quick guide to plan and execute a load testQuick guide to plan and execute a load test
Quick guide to plan and execute a load testduke.kalra
 
Silk Performer Presentation v1
Silk Performer Presentation v1Silk Performer Presentation v1
Silk Performer Presentation v1Sun Technlogies
 
Performance testing and j meter
Performance testing and j meterPerformance testing and j meter
Performance testing and j meterPurna Chandar
 
How's relevant JMeter to me - DevConf (Letterkenny)
How's relevant JMeter to me - DevConf (Letterkenny)How's relevant JMeter to me - DevConf (Letterkenny)
How's relevant JMeter to me - DevConf (Letterkenny)Giulio Vian
 
Performance testing jmeter
Performance testing jmeterPerformance testing jmeter
Performance testing jmeterBhojan Rajan
 
Performance Testing using LoadRunner
Performance Testing using LoadRunnerPerformance Testing using LoadRunner
Performance Testing using LoadRunnerKumar Gupta
 

Similaire à Ginsbourg.com - Performance and Load Test Report Template LTR 1.5 (20)

Ginsbourg.com - Performance and load test report template ltr 2.0
Ginsbourg.com - Performance and load test report template ltr 2.0Ginsbourg.com - Performance and load test report template ltr 2.0
Ginsbourg.com - Performance and load test report template ltr 2.0
 
Performance testing basics
Performance testing basicsPerformance testing basics
Performance testing basics
 
Load Runner
Load RunnerLoad Runner
Load Runner
 
HP LoadRunner
HP LoadRunnerHP LoadRunner
HP LoadRunner
 
Advanced Load Runner
Advanced Load RunnerAdvanced Load Runner
Advanced Load Runner
 
Load runner 8.0
Load runner 8.0Load runner 8.0
Load runner 8.0
 
Performance testing with loadrunner by kc
Performance testing with loadrunner by kcPerformance testing with loadrunner by kc
Performance testing with loadrunner by kc
 
PerformanceTestingWithLoadrunner
PerformanceTestingWithLoadrunnerPerformanceTestingWithLoadrunner
PerformanceTestingWithLoadrunner
 
Performance Testing With Loadrunner
Performance Testing With LoadrunnerPerformance Testing With Loadrunner
Performance Testing With Loadrunner
 
Performance testing wreaking balls
Performance testing wreaking ballsPerformance testing wreaking balls
Performance testing wreaking balls
 
Performancetestingjmeter 121109061704-phpapp02
Performancetestingjmeter 121109061704-phpapp02Performancetestingjmeter 121109061704-phpapp02
Performancetestingjmeter 121109061704-phpapp02
 
Performance Test Plan - Sample 1
Performance Test Plan - Sample 1Performance Test Plan - Sample 1
Performance Test Plan - Sample 1
 
Quick guide to plan and execute a load test
Quick guide to plan and execute a load testQuick guide to plan and execute a load test
Quick guide to plan and execute a load test
 
Silk Performer Presentation v1
Silk Performer Presentation v1Silk Performer Presentation v1
Silk Performer Presentation v1
 
Performance testing and j meter
Performance testing and j meterPerformance testing and j meter
Performance testing and j meter
 
Jmeter From Scratch
Jmeter From ScratchJmeter From Scratch
Jmeter From Scratch
 
QSpiders - Introduction to HP Load Runner
QSpiders - Introduction to HP Load RunnerQSpiders - Introduction to HP Load Runner
QSpiders - Introduction to HP Load Runner
 
How's relevant JMeter to me - DevConf (Letterkenny)
How's relevant JMeter to me - DevConf (Letterkenny)How's relevant JMeter to me - DevConf (Letterkenny)
How's relevant JMeter to me - DevConf (Letterkenny)
 
Performance testing jmeter
Performance testing jmeterPerformance testing jmeter
Performance testing jmeter
 
Performance Testing using LoadRunner
Performance Testing using LoadRunnerPerformance Testing using LoadRunner
Performance Testing using LoadRunner
 

Plus de Shay Ginsbourg

Ginsbourg.com presentation of performance and load testing 2020
Ginsbourg.com presentation of performance and load testing 2020Ginsbourg.com presentation of performance and load testing 2020
Ginsbourg.com presentation of performance and load testing 2020Shay Ginsbourg
 
Ginsbourg.com - Presentation of Performance & Load Testing Validation 2019
Ginsbourg.com - Presentation of Performance & Load Testing Validation 2019Ginsbourg.com - Presentation of Performance & Load Testing Validation 2019
Ginsbourg.com - Presentation of Performance & Load Testing Validation 2019Shay Ginsbourg
 
Ginsbourg.com presentation of apache jmeter 4
Ginsbourg.com   presentation of apache jmeter 4Ginsbourg.com   presentation of apache jmeter 4
Ginsbourg.com presentation of apache jmeter 4Shay Ginsbourg
 
Apache Jmeter 3.2 Performance & Load Testing 2017
Apache Jmeter 3.2 Performance & Load Testing 2017Apache Jmeter 3.2 Performance & Load Testing 2017
Apache Jmeter 3.2 Performance & Load Testing 2017Shay Ginsbourg
 
CV Resume - Shay Ginsbourg - Regulatory & Testing Affairs Consultant for Gins...
CV Resume - Shay Ginsbourg - Regulatory & Testing Affairs Consultant for Gins...CV Resume - Shay Ginsbourg - Regulatory & Testing Affairs Consultant for Gins...
CV Resume - Shay Ginsbourg - Regulatory & Testing Affairs Consultant for Gins...Shay Ginsbourg
 
Ginsbourg.com - Presentation of a Plan for Medical Device Software Validation...
Ginsbourg.com - Presentation of a Plan for Medical Device Software Validation...Ginsbourg.com - Presentation of a Plan for Medical Device Software Validation...
Ginsbourg.com - Presentation of a Plan for Medical Device Software Validation...Shay Ginsbourg
 
Ginsbourg.com - Contract Review - Medical Device Verification Qualification
Ginsbourg.com - Contract Review - Medical Device Verification QualificationGinsbourg.com - Contract Review - Medical Device Verification Qualification
Ginsbourg.com - Contract Review - Medical Device Verification QualificationShay Ginsbourg
 
Ginsbourg.Com - Performance and load test script template 1.2
Ginsbourg.Com - Performance and load test script template 1.2Ginsbourg.Com - Performance and load test script template 1.2
Ginsbourg.Com - Performance and load test script template 1.2Shay Ginsbourg
 
Ginsbourg.com - Presentation of Medical Device ROHS2 Challenges in 2014
Ginsbourg.com - Presentation of Medical Device ROHS2 Challenges in 2014Ginsbourg.com - Presentation of Medical Device ROHS2 Challenges in 2014
Ginsbourg.com - Presentation of Medical Device ROHS2 Challenges in 2014Shay Ginsbourg
 
Ginsbourg.com - Presentation of Open Source Performance Software Validation i...
Ginsbourg.com - Presentation of Open Source Performance Software Validation i...Ginsbourg.com - Presentation of Open Source Performance Software Validation i...
Ginsbourg.com - Presentation of Open Source Performance Software Validation i...Shay Ginsbourg
 
Ginsbourg.com - Presentation of Mobile Web Performance Validation Solution 2015
Ginsbourg.com - Presentation of Mobile Web Performance Validation Solution 2015Ginsbourg.com - Presentation of Mobile Web Performance Validation Solution 2015
Ginsbourg.com - Presentation of Mobile Web Performance Validation Solution 2015Shay Ginsbourg
 
Ginsbourg.com - Presentation of Medical Software Validation Challenges in 201...
Ginsbourg.com - Presentation of Medical Software Validation Challenges in 201...Ginsbourg.com - Presentation of Medical Software Validation Challenges in 201...
Ginsbourg.com - Presentation of Medical Software Validation Challenges in 201...Shay Ginsbourg
 
Human erythrocyte filterability at low driving pressure version 7.1
Human erythrocyte filterability at low driving pressure   version 7.1Human erythrocyte filterability at low driving pressure   version 7.1
Human erythrocyte filterability at low driving pressure version 7.1Shay Ginsbourg
 

Plus de Shay Ginsbourg (13)

Ginsbourg.com presentation of performance and load testing 2020
Ginsbourg.com presentation of performance and load testing 2020Ginsbourg.com presentation of performance and load testing 2020
Ginsbourg.com presentation of performance and load testing 2020
 
Ginsbourg.com - Presentation of Performance & Load Testing Validation 2019
Ginsbourg.com - Presentation of Performance & Load Testing Validation 2019Ginsbourg.com - Presentation of Performance & Load Testing Validation 2019
Ginsbourg.com - Presentation of Performance & Load Testing Validation 2019
 
Ginsbourg.com presentation of apache jmeter 4
Ginsbourg.com   presentation of apache jmeter 4Ginsbourg.com   presentation of apache jmeter 4
Ginsbourg.com presentation of apache jmeter 4
 
Apache Jmeter 3.2 Performance & Load Testing 2017
Apache Jmeter 3.2 Performance & Load Testing 2017Apache Jmeter 3.2 Performance & Load Testing 2017
Apache Jmeter 3.2 Performance & Load Testing 2017
 
CV Resume - Shay Ginsbourg - Regulatory & Testing Affairs Consultant for Gins...
CV Resume - Shay Ginsbourg - Regulatory & Testing Affairs Consultant for Gins...CV Resume - Shay Ginsbourg - Regulatory & Testing Affairs Consultant for Gins...
CV Resume - Shay Ginsbourg - Regulatory & Testing Affairs Consultant for Gins...
 
Ginsbourg.com - Presentation of a Plan for Medical Device Software Validation...
Ginsbourg.com - Presentation of a Plan for Medical Device Software Validation...Ginsbourg.com - Presentation of a Plan for Medical Device Software Validation...
Ginsbourg.com - Presentation of a Plan for Medical Device Software Validation...
 
Ginsbourg.com - Contract Review - Medical Device Verification Qualification
Ginsbourg.com - Contract Review - Medical Device Verification QualificationGinsbourg.com - Contract Review - Medical Device Verification Qualification
Ginsbourg.com - Contract Review - Medical Device Verification Qualification
 
Ginsbourg.Com - Performance and load test script template 1.2
Ginsbourg.Com - Performance and load test script template 1.2Ginsbourg.Com - Performance and load test script template 1.2
Ginsbourg.Com - Performance and load test script template 1.2
 
Ginsbourg.com - Presentation of Medical Device ROHS2 Challenges in 2014
Ginsbourg.com - Presentation of Medical Device ROHS2 Challenges in 2014Ginsbourg.com - Presentation of Medical Device ROHS2 Challenges in 2014
Ginsbourg.com - Presentation of Medical Device ROHS2 Challenges in 2014
 
Ginsbourg.com - Presentation of Open Source Performance Software Validation i...
Ginsbourg.com - Presentation of Open Source Performance Software Validation i...Ginsbourg.com - Presentation of Open Source Performance Software Validation i...
Ginsbourg.com - Presentation of Open Source Performance Software Validation i...
 
Ginsbourg.com - Presentation of Mobile Web Performance Validation Solution 2015
Ginsbourg.com - Presentation of Mobile Web Performance Validation Solution 2015Ginsbourg.com - Presentation of Mobile Web Performance Validation Solution 2015
Ginsbourg.com - Presentation of Mobile Web Performance Validation Solution 2015
 
Ginsbourg.com - Presentation of Medical Software Validation Challenges in 201...
Ginsbourg.com - Presentation of Medical Software Validation Challenges in 201...Ginsbourg.com - Presentation of Medical Software Validation Challenges in 201...
Ginsbourg.com - Presentation of Medical Software Validation Challenges in 201...
 
Human erythrocyte filterability at low driving pressure version 7.1
Human erythrocyte filterability at low driving pressure   version 7.1Human erythrocyte filterability at low driving pressure   version 7.1
Human erythrocyte filterability at low driving pressure version 7.1
 

Dernier

COMPUTER AND ITS COMPONENTS PPT.by naitik sharma Class 9th A mittal internati...
COMPUTER AND ITS COMPONENTS PPT.by naitik sharma Class 9th A mittal internati...COMPUTER AND ITS COMPONENTS PPT.by naitik sharma Class 9th A mittal internati...
COMPUTER AND ITS COMPONENTS PPT.by naitik sharma Class 9th A mittal internati...naitiksharma1124
 
Modern binary build systems - PyCon 2024
Modern binary build systems - PyCon 2024Modern binary build systems - PyCon 2024
Modern binary build systems - PyCon 2024Henry Schreiner
 
how-to-download-files-safely-from-the-internet.pdf
how-to-download-files-safely-from-the-internet.pdfhow-to-download-files-safely-from-the-internet.pdf
how-to-download-files-safely-from-the-internet.pdfMehmet Akar
 
Optimizing Operations by Aligning Resources with Strategic Objectives Using O...
Optimizing Operations by Aligning Resources with Strategic Objectives Using O...Optimizing Operations by Aligning Resources with Strategic Objectives Using O...
Optimizing Operations by Aligning Resources with Strategic Objectives Using O...OnePlan Solutions
 
Odoo vs Shopify: Why Odoo is Best for Ecommerce Website Builder in 2024
Odoo vs Shopify: Why Odoo is Best for Ecommerce Website Builder in 2024Odoo vs Shopify: Why Odoo is Best for Ecommerce Website Builder in 2024
Odoo vs Shopify: Why Odoo is Best for Ecommerce Website Builder in 2024Primacy Infotech
 
Crafting the Perfect Measurement Sheet with PLM Integration
Crafting the Perfect Measurement Sheet with PLM IntegrationCrafting the Perfect Measurement Sheet with PLM Integration
Crafting the Perfect Measurement Sheet with PLM IntegrationWave PLM
 
IT Software Development Resume, Vaibhav jha 2024
IT Software Development Resume, Vaibhav jha 2024IT Software Development Resume, Vaibhav jha 2024
IT Software Development Resume, Vaibhav jha 2024vaibhav130304
 
Sourcing Success - How to Find a Clothing Manufacturer
Sourcing Success - How to Find a Clothing ManufacturerSourcing Success - How to Find a Clothing Manufacturer
Sourcing Success - How to Find a Clothing ManufacturerWave PLM
 
How to install and activate eGrabber JobGrabber
How to install and activate eGrabber JobGrabberHow to install and activate eGrabber JobGrabber
How to install and activate eGrabber JobGrabbereGrabber
 
Food Delivery Business App Development Guide 2024
Food Delivery Business App Development Guide 2024Food Delivery Business App Development Guide 2024
Food Delivery Business App Development Guide 2024Chirag Panchal
 
Salesforce Introduced Zero Copy Partner Network to Simplify the Process of In...
Salesforce Introduced Zero Copy Partner Network to Simplify the Process of In...Salesforce Introduced Zero Copy Partner Network to Simplify the Process of In...
Salesforce Introduced Zero Copy Partner Network to Simplify the Process of In...CloudMetic
 
StrimziCon 2024 - Transition to Apache Kafka on Kubernetes with Strimzi.pdf
StrimziCon 2024 - Transition to Apache Kafka on Kubernetes with Strimzi.pdfStrimziCon 2024 - Transition to Apache Kafka on Kubernetes with Strimzi.pdf
StrimziCon 2024 - Transition to Apache Kafka on Kubernetes with Strimzi.pdfsteffenkarlsson2
 
Automate your OpenSIPS config tests - OpenSIPS Summit 2024
Automate your OpenSIPS config tests - OpenSIPS Summit 2024Automate your OpenSIPS config tests - OpenSIPS Summit 2024
Automate your OpenSIPS config tests - OpenSIPS Summit 2024Andreas Granig
 
The Evolution of Web App Testing_ An Ultimate Guide to Future Trends.pdf
The Evolution of Web App Testing_ An Ultimate Guide to Future Trends.pdfThe Evolution of Web App Testing_ An Ultimate Guide to Future Trends.pdf
The Evolution of Web App Testing_ An Ultimate Guide to Future Trends.pdfkalichargn70th171
 
Microsoft365_Dev_Security_2024_05_16.pdf
Microsoft365_Dev_Security_2024_05_16.pdfMicrosoft365_Dev_Security_2024_05_16.pdf
Microsoft365_Dev_Security_2024_05_16.pdfMarkus Moeller
 
architecting-ai-in-the-enterprise-apis-and-applications.pdf
architecting-ai-in-the-enterprise-apis-and-applications.pdfarchitecting-ai-in-the-enterprise-apis-and-applications.pdf
architecting-ai-in-the-enterprise-apis-and-applications.pdfWSO2
 
OpenChain @ LF Japan Executive Briefing - May 2024
OpenChain @ LF Japan Executive Briefing - May 2024OpenChain @ LF Japan Executive Briefing - May 2024
OpenChain @ LF Japan Executive Briefing - May 2024Shane Coughlan
 
The Impact of PLM Software on Fashion Production
The Impact of PLM Software on Fashion ProductionThe Impact of PLM Software on Fashion Production
The Impact of PLM Software on Fashion ProductionWave PLM
 

Dernier (20)

COMPUTER AND ITS COMPONENTS PPT.by naitik sharma Class 9th A mittal internati...
COMPUTER AND ITS COMPONENTS PPT.by naitik sharma Class 9th A mittal internati...COMPUTER AND ITS COMPONENTS PPT.by naitik sharma Class 9th A mittal internati...
COMPUTER AND ITS COMPONENTS PPT.by naitik sharma Class 9th A mittal internati...
 
Modern binary build systems - PyCon 2024
Modern binary build systems - PyCon 2024Modern binary build systems - PyCon 2024
Modern binary build systems - PyCon 2024
 
how-to-download-files-safely-from-the-internet.pdf
how-to-download-files-safely-from-the-internet.pdfhow-to-download-files-safely-from-the-internet.pdf
how-to-download-files-safely-from-the-internet.pdf
 
Optimizing Operations by Aligning Resources with Strategic Objectives Using O...
Optimizing Operations by Aligning Resources with Strategic Objectives Using O...Optimizing Operations by Aligning Resources with Strategic Objectives Using O...
Optimizing Operations by Aligning Resources with Strategic Objectives Using O...
 
Odoo vs Shopify: Why Odoo is Best for Ecommerce Website Builder in 2024
Odoo vs Shopify: Why Odoo is Best for Ecommerce Website Builder in 2024Odoo vs Shopify: Why Odoo is Best for Ecommerce Website Builder in 2024
Odoo vs Shopify: Why Odoo is Best for Ecommerce Website Builder in 2024
 
Crafting the Perfect Measurement Sheet with PLM Integration
Crafting the Perfect Measurement Sheet with PLM IntegrationCrafting the Perfect Measurement Sheet with PLM Integration
Crafting the Perfect Measurement Sheet with PLM Integration
 
IT Software Development Resume, Vaibhav jha 2024
IT Software Development Resume, Vaibhav jha 2024IT Software Development Resume, Vaibhav jha 2024
IT Software Development Resume, Vaibhav jha 2024
 
Sourcing Success - How to Find a Clothing Manufacturer
Sourcing Success - How to Find a Clothing ManufacturerSourcing Success - How to Find a Clothing Manufacturer
Sourcing Success - How to Find a Clothing Manufacturer
 
How to install and activate eGrabber JobGrabber
How to install and activate eGrabber JobGrabberHow to install and activate eGrabber JobGrabber
How to install and activate eGrabber JobGrabber
 
Food Delivery Business App Development Guide 2024
Food Delivery Business App Development Guide 2024Food Delivery Business App Development Guide 2024
Food Delivery Business App Development Guide 2024
 
Salesforce Introduced Zero Copy Partner Network to Simplify the Process of In...
Salesforce Introduced Zero Copy Partner Network to Simplify the Process of In...Salesforce Introduced Zero Copy Partner Network to Simplify the Process of In...
Salesforce Introduced Zero Copy Partner Network to Simplify the Process of In...
 
What is an API Development- Definition, Types, Specifications, Documentation.pdf
What is an API Development- Definition, Types, Specifications, Documentation.pdfWhat is an API Development- Definition, Types, Specifications, Documentation.pdf
What is an API Development- Definition, Types, Specifications, Documentation.pdf
 
StrimziCon 2024 - Transition to Apache Kafka on Kubernetes with Strimzi.pdf
StrimziCon 2024 - Transition to Apache Kafka on Kubernetes with Strimzi.pdfStrimziCon 2024 - Transition to Apache Kafka on Kubernetes with Strimzi.pdf
StrimziCon 2024 - Transition to Apache Kafka on Kubernetes with Strimzi.pdf
 
5 Reasons Driving Warehouse Management Systems Demand
5 Reasons Driving Warehouse Management Systems Demand5 Reasons Driving Warehouse Management Systems Demand
5 Reasons Driving Warehouse Management Systems Demand
 
Automate your OpenSIPS config tests - OpenSIPS Summit 2024
Automate your OpenSIPS config tests - OpenSIPS Summit 2024Automate your OpenSIPS config tests - OpenSIPS Summit 2024
Automate your OpenSIPS config tests - OpenSIPS Summit 2024
 
The Evolution of Web App Testing_ An Ultimate Guide to Future Trends.pdf
The Evolution of Web App Testing_ An Ultimate Guide to Future Trends.pdfThe Evolution of Web App Testing_ An Ultimate Guide to Future Trends.pdf
The Evolution of Web App Testing_ An Ultimate Guide to Future Trends.pdf
 
Microsoft365_Dev_Security_2024_05_16.pdf
Microsoft365_Dev_Security_2024_05_16.pdfMicrosoft365_Dev_Security_2024_05_16.pdf
Microsoft365_Dev_Security_2024_05_16.pdf
 
architecting-ai-in-the-enterprise-apis-and-applications.pdf
architecting-ai-in-the-enterprise-apis-and-applications.pdfarchitecting-ai-in-the-enterprise-apis-and-applications.pdf
architecting-ai-in-the-enterprise-apis-and-applications.pdf
 
OpenChain @ LF Japan Executive Briefing - May 2024
OpenChain @ LF Japan Executive Briefing - May 2024OpenChain @ LF Japan Executive Briefing - May 2024
OpenChain @ LF Japan Executive Briefing - May 2024
 
The Impact of PLM Software on Fashion Production
The Impact of PLM Software on Fashion ProductionThe Impact of PLM Software on Fashion Production
The Impact of PLM Software on Fashion Production
 

Ginsbourg.com - Performance and Load Test Report Template LTR 1.5

  • 1. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 1 of 30 Performance and Load Test Report Template LTR Prepared by: Shay Ginsbourg, Consultant Reviewed by: Dan Jones, Software QA Manager Approved by: John Doe, Director of Software Development
  • 2. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 2 of 30 Contents 1. Introduction .......................................................................................................................................... 3 2. Glossary ................................................................................................................................................. 4 3. Scenario Specification ........................................................................................................................... 5 4. Load Test Hardware .............................................................................................................................. 6 5. Load Test Software ............................................................................................................................... 7 6. Test Data and Requirements ................................................................................................................ 8 7. Test Case Specification .......................................................................................................................... 9 8. Results ................................................................................................................................................. 10 9. Stress Testing ...................................................................................................................................... 16 10. Resource Monitoring ...................................................................................................................... 19 11. Analysis ........................................................................................................................................... 21 12. Conclusions ..................................................................................................................................... 29 13. References ...................................................................................................................................... 30
  • 3. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 3 of 30 1. Introduction Successful websites and web applications demonstrate great performance, having the ability to scale up and accurately execute fast while concurrently serving all types of users. Scalability is a web application's ability to adapt to growing demands without performance degradation. Load testing is the process of putting demands on a system and measuring its responses under stressful conditions in order to identify the maximum operating capacity and pin-point any virtual bottlenecks. Monitoring is the process of verifying that end-users can interact with an existing website or web application as required. While load testing is normally performed before a website or web application is launched, monitoring is continuously required 24x7 after the release. Rather than merely sampling infrastructure parameter values, there are programmed virtual users that accurately test the system under load, and later reused for precise monitoring and alerting on performance related events. This document is a load test report (LTR). The following pages provide the settings, results, and conclusions derived from the load tests, as specified.
  • 4. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 4 of 30 2. Glossary Concurrent Users The number of users that simultaneously operate the same system at the same time. CPU Utilization A computer's usage of processing resources, or the amount of work handled by a CPU. Disk Utilization Disk utilization is the amount of space being used on a disk or how busy the disk is with respect to I/O operations. Expected response time The allowed interval from when a user initiates a request to the instant at which the first part of the response is received at by the application. Memory Utilization The amount of memory that a software application uses or references while running. Network Utilization The percentage of a network's bandwidth that is currently being consumed by network traffic. Scalability Testing The testing of a software application for measuring its capability to scale up or scale out in terms of any of its non-functional capability. Throughput The rate at which data can be transferred. Throughput is usually measured in bits per second (bit/s or bps), and sometimes in data packets per second or data packets per time slot. Transactions per second The number of actions performed per second. For example, the number of database transactions performed per second. Virtual Users Programmed simulation of user actions used for testing a system in a realistic
  • 5. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 5 of 30 2. Scenario Specification Load testing is a part of a more general process known as performance testing. Examples of load testing operations may include: downloading a series of large files from the Internet, running multiple applications on a computer or server simultaneously, assigning many jobs to a printer in a queue, subjecting a server to a large amount of e-mail traffic, writing and reading data to and from a hard disk continuously, etc. Load testing can be conducted in two ways. Longevity testing, also called endurance testing, evaluates a system's ability to handle a constant, moderate work load for a long time. Volume testing, on the other hand, subjects a system to a heavy work load for a limited time. Either approach makes it possible to pinpoint bottlenecks, bugs and component limitations. For example, a computer may have a fast processor but a limited amount of RAM (random-access memory). Load testing can provide the user with a general idea of how many applications or processes can be run simultaneously while maintaining the rated level of performance. Load testing differs from stress testing, which evaluates the extent to which a system keeps working when subjected to extreme workloads or when some of its hardware or software has been compromised. The primary goal of load testing is to define the maximum amount of work a system can handle without significant performance degradation. Performance and load testing is normally performed in order to validate multi-client-server complex system. This load test scenario is based on … The scenario was created in order to validate that the followings requirements have been met by the current version of the server application: … The system topology that is relevant to the performance and load testing procedure was created …
  • 6. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 6 of 30 4. Load Test Hardware Load test hardware requirements depend on mainly on the footprint of the virtual client that creates load on the EXAMPLE server side. In the EXAMPLE Web APP system, the client is a Web browser that buffers thousands of EXAMPLES. That creates rather a fat client with huge memory requirements. Running an EXAMPLE load test from CMD w/o JAVA GUI: On a 64-bit LINUX EXAMPLE workstation with 8 GB RAM, 10 concurrent virtual users are below the maximum, sizing approximately 2 GB JAVA.EXE process size. With EXAMPLE JAVA GUI: On a 64-bit LINUX EXAMPLE workstation with 8 GB RAM, approximately 5 concurrent virtual users are the maximum, sizing 4.0-4.5 GB JAVA.EXE process size, depending probably on the EXAMPLE size of the specific video frames that were buffered.
  • 7. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 7 of 30 5. Load Test Software The selected load generation environment is:  Java Virtual Machine 64-bit on LINUX Ubuntu 14 64-bit,  JMeter version 2.11,  Standard and extra set of JMeter Plug-ins version 1.1.3. The Apache JMeter™ desktop application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions. Apache JMeter™ may be used to test performance both on static and dynamic resources (files, Servlets, Perl scripts, Java Objects, Data Bases and Queries, FTP Servers and more). It can be used to simulate a heavy load on a server, network or object to test its strength or to analyze overall performance under different load types. Moreover, it can be used it to make a graphical analysis of performance or to test your server/script/object behavior under heavy concurrent load.
  • 8. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 8 of 30 6. Test Data and Requirements param val comment loadBalancerIP 10.150.150.50 LB app1ServerIP 10.150.150.11 APP SERVER 1 app2ServerIP 10.150.150.12 APP SERVER 2 sqlServerIP 10.150.150.10 SQL NVU 10 - 200 number of virtual users RUP 1 VU/sec rump-up period in seconds from first to last virtual user launching SLC 1 scenario loop count (main iteration count) Param 1 Val 1 Comment 1 Param 2 Val 2 Comment 2 Param 3 Val 3 Comment 3 Param 4 Val 4 Comment 4 Param 5 Val 5 Comment 5 Param 6 Val 6 Comment 6 … … NCDB 15 Number of Cases in the DB drive Local Local/Net Viewing mode Param 1 Param 2 Param 3 Param 4 Param 5 Param 6 Param 7 Mode 1 2 3 9 4 6 4 4 Mode 2 … Mode 3 … EXAMPLE Off EXAMPLE Red Type 0 1 2 Contrast …  Remark 1...  Remark 2…
  • 9. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 9 of 30 7. Test Case Specification # Test Case Number of Users EXAMPLE parameter View Mode Page rate (pps) Frame rate (fps) EXAMPLE Page size EXAMPLE Enhancement 1 1 SANITY 2 3 4 5 6 7 8 9 10
  • 10. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 10 of 30 8. Results Test case 1 - SANITY (EXAMPLE Test run duration = x min), EXAMPLE = Off Label # Samples Ave Med 90% Min Max %err T1. Transaction Controller – Perform authentication T2. Transaction Controller - EXAMPLE manager T3. Transaction Controller - EXAMPLE T4. Get Pages - Initial Buffering (EXAMPLE) T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) T5.2 Get Pages - Scrolling (EXAMPLE) T5.3 Create Thumbnail - EXAMPLE TOTAL
  • 11. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 11 of 30 Test case 10 (EXAMPLE Test run duration = x min), EXAMPLE = Off Label # Samples Ave Med 90% Min Max %err T1. Transaction Controller – Perform authentication T2. Transaction Controller - EXAMPLE manager T3. Transaction Controller - EXAMPLE T4. Get Pages - Initial Buffering (EXAMPLE) T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) T5.2 Get Pages - Scrolling (EXAMPLE) T5.3 Create Thumbnail - EXAMPLE TOTAL
  • 12. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 12 of 30 Test case 11 (EXAMPLE Test run duration = x min), EXAMPLE = Off Label # Samples Ave Med 90% Min Max %err T1. Transaction Controller – Perform authentication T2. Transaction Controller - EXAMPLE manager T3. Transaction Controller - EXAMPLE T4. Get Pages - Initial Buffering (EXAMPLE) T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) T5.2 Get Pages - Scrolling (EXAMPLE) T5.3 Create Thumbnail - EXAMPLE TOTAL
  • 13. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 13 of 30 Test case 12 (EXAMPLE Test run duration = x min), EXAMPLE = Off Label # Samples Ave Med 90% Min Max %err T1. Transaction Controller – Perform authentication T2. Transaction Controller - EXAMPLE manager T3. Transaction Controller - EXAMPLE T4. Get Pages - Initial Buffering (EXAMPLE) T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) T5.2 Get Pages - Scrolling (EXAMPLE) T5.3 Create Thumbnail - EXAMPLE TOTAL
  • 14. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 14 of 30 Test case 13 (EXAMPLE Test run duration = x min), EXAMPLE = Off Label # Samples Ave Med 90% Min Max %err T1. Transaction Controller – Perform authentication T2. Transaction Controller - EXAMPLE manager T3. Transaction Controller - EXAMPLE T4. Get Pages - Initial Buffering (EXAMPLE) T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) T5.2 Get Pages - Scrolling (EXAMPLE) T5.3 Create Thumbnail - EXAMPLE TOTAL
  • 15. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 15 of 30 Test case 14 (EXAMPLE Test run duration = x min), EXAMPLE = Off Label # Samples Ave Med 90% Min Max %err T1. Transaction Controller – Perform authentication T2. Transaction Controller - EXAMPLE manager T3. Transaction Controller - EXAMPLE T4. Get Pages - Initial Buffering (EXAMPLE) T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) T5.2 Get Pages - Scrolling (EXAMPLE) T5.3 Create Thumbnail - EXAMPLE TOTAL
  • 16. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 16 of 30 9. Stress Testing Test case 500 - STRESS (EXAMPLE Test run duration = 5.5 hours), EXAMPLE = Off Label # Samples Ave Med 90% Min Max %err T1. Transaction Controller – Perform authentication T2. Transaction Controller - EXAMPLE manager T3. Transaction Controller - EXAMPLE T4. Get Pages - Initial Buffering (EXAMPLE) T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) T5.2 Get Pages - Scrolling (EXAMPLE) T5.3 Create Thumbnail - EXAMPLE TOTAL Stress test monitoring on both application servers: CPU = 90% Disk = 0 - 500 KB/sec I/O Memory = 35% Physical Network = 20 Mbps I/O
  • 17. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 17 of 30 Test case 500 - STRESS (EXAMPLE Test run duration = 5.5 hours), EXAMPLE = Off
  • 18. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 18 of 30 Test case 500 - STRESS (EXAMPLE Test run duration = 5.5 hours), EXAMPLE = Off
  • 19. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 19 of 30 10. Resource Monitoring Test case 10 (EXAMPLE Test run duration = x min), EXAMPLE = Off
  • 20. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 20 of 30
  • 21. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 21 of 30 11. Analysis 11.1. Impact of FPS on Initial Buffering on T4: T4 Get Pages - Initial Buffering (EXAMPLE) Test cases where each user EXAMPLE, total 10 users, EXAMPLE = Off Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 10 12 14 16 18 20 T4 Get Pages - Initial Buffering (EXAMPLE) Test cases where all 10 users EXAMPLE, total 10 users, EXAMPLE = Off Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 11 13 15 17 19 21
  • 22. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 22 of 30 T4 Get Pages - Initial Buffering (EXAMPLE) Test cases where each user EXAMPLE, total 10 users, EXAMPLE = EXAMPLE Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 110 112 114 116 118 120 T4 Get Pages - Initial Buffering (EXAMPLE) Test cases where all 10 users EXAMPLE, total 10 users, EXAMPLE = EXAMPLE Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 111 113 115 117 119 121
  • 23. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 23 of 30 T4 Get Pages - Initial Buffering (EXAMPLE) Test cases where each user EXAMPLE, total 10 users, EXAMPLE = EXAMPLE Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 210 212 214 216 218 220 T4 Get Pages - Initial Buffering (EXAMPLE) Test cases where all 10 users EXAMPLE, total 10 users, EXAMPLE = EXAMPLE Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 211 213 215 217 219 221
  • 24. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 24 of 30 11.2. Impact of FPS on EXAMPLE Playing at T5.1: T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) Test cases where each user EXAMPLE, total 10 users, EXAMPLE = Off Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 10 12 14 16 18 20 T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) Test cases where all 10 users EXAMPLE, total 10 users, EXAMPLE = Off Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 11 13 15 17 19 21
  • 25. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 25 of 30 T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) Test cases where each user EXAMPLE, total 10 users, EXAMPLE = EXAMPLE Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 110 112 114 116 118 120 T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) Test cases where all 10 users EXAMPLE, total 10 users, EXAMPLE = EXAMPLE Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 111 113 115 117 119 121
  • 26. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 26 of 30 T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) Test cases where each user EXAMPLE, total 10 users, EXAMPLE = EXAMPLE Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 210 212 214 216 218 220 T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) Test cases where all 10 users EXAMPLE, total 10 users, EXAMPLE = EXAMPLE Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 211 213 215 217 219 221
  • 27. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 27 of 30 11.3. Impact of number of virtual users on Get Pages: T4 Get Pages - Initial Buffering (EXAMPLE) Test cases where each user EXAMPLE, fps = 10: Test Case virtual users Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 315 10 310 311 312 T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) Test cases where each user EXAMPLE, fps = 10: Test Case virtual users Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 315 10 310 311 312
  • 28. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 28 of 30 11.4. Impact of EXAMPLE on Get Pages: T4 Get Pages - Initial Buffering (EXAMPLE) Test cases where each user EXAMPLE, total 10 users, fps = 10: Test Case EXAMPLE Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 10 Off 110 On 210 EXAMPLE T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) Test cases where each user EXAMPLE, total 10 users, fps = 10: Test Case EXAMPLE Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 10 Off 110 On 210 EXAMPLE
  • 29. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 29 of 30 12. Conclusions 12.1. Under the load generated by 10 virtual users, ranging from 10 to 40 FPS, the following happened … 12.2. The test duration range was approximately from 20 minutes per test case to EXAMPLE minutes. 12.3. The EXAMPLE parameter was not found to have a significant impact on the server response time inside the tested range but it did have a strong positive influence on the percentage of frames that arrived later than required (note the %err parameter on the result tables). 12.4. Test cases where all 10 users view EXAMPLE produced approximately the same results as test cases where each user views a different EXAMPLE. 12.5. The maximum response times of GET pages (EXAMPLE) operations have been found to be significantly larger than the average (and even the 90%) values of those operations. That finding suggests that the slowest 10% might suffer EXAMPLE Playing discontinuities. 12.6. The maximum server response time measured was EXAMPLE seconds (Test case 221, FPS=40, where all 10 users EXAMPLE, total 10 users, EXAMPLE = EXAMPLE).
  • 30. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 30 of 30 13. References 13.1. Software Performance and Scalability: A Quantitative Approach, Henry H. Liu, Wiley 1st edition, May 26, 2009. 13.2. The Software Verification and Validation: An Engineering and Scientific Approach, Marcus S. Fisher, Springer 2007 edition, December 20, 2006. 13.3. Performance Testing With JMeter 2.9, Bayo Erinle, Packt Publishing, July 26, 2013.