SlideShare a Scribd company logo
1 of 32
A load testing solution for web sites
In short, it is a simulation of multiple users visiting a web site
at the same time and working with it concurrently.




Such general definition makes                a blanket term for
several different types of testing.




                                                      www.LoadTestingTool.com
Performance   Capacity    Stress
testing       testing     testing




Volume        Endurance   Regression
testing       testing     testing


                            www.LoadTestingTool.com
Performance testing


We gradually increase the load by adding more and more virtual
users to the test and check the performance parameters of the
system at any test phase.

The main things we monitor are:

• Web site response time;
• Number of processed requests per second;
• Error rate.




                                                   www.LoadTestingTool.com
Capacity testing


This type of test replies to the most common question in load
testing: how many concurrent users the web site can handle while
maintaining good response time and error rate.

Again, we add virtual users gradually, but in this case we know the
performance criteria in advance and just need to check that they are
observed.




                                                    www.LoadTestingTool.com
A typical problem revealed by a performance or
                  capacity test is a bottleneck. Even though it is
                  mostly a technical term, it can be thought of as a
                  thin section within the data workflow.



Your web application can consist of several modules used to
process requests. If one of them has a technical limitation, it
limits the performance of the whole system.




                                                         www.LoadTestingTool.com
Stress testing

Every system has a capacity limit. When the load goes beyond it, the
web site starts responding very slowly and even produce errors.

The purposes of stress testing are:

    • Find the capacity limit;
    • Check that when it is reached, the web site handles the
      stress correctly: produces graceful overload notifications
      and does not crash;
    • When the load is reduced back to regular level, the web site
      returns to normal operation retaining the performance
      characteristics.


                                                       www.LoadTestingTool.com
Volume testing


If your application can upload files, upload the largest ones. If it does
the search, try generating long results.


Try to maximize the amount of processed data and the complexity of
each transaction. This will be the volume testing.




                                                         www.LoadTestingTool.com
Endurance testing


This type of testing (also called “soak testing”) is used to check
that the system can stand the load for a long time or a large
number of transactions.

It usually reveals various types of resource allocation problems. If a
small memory leak is present, it is not evident on a quick test, but
will influence the performance after a long time.

For endurance testing it is recommended to use changing periodic
load to provoke resource reallocation.




                                                        www.LoadTestingTool.com
Regression testing


Make the load testing a part of your regular development process
by creating regression load tests and applying them to every new
version of your application.




                                                   www.LoadTestingTool.com
Performance   Capacity     Stress
testing       testing      testing




Volume        Endurance   Regression
testing       testing     testing


                           www.LoadTestingTool.com
You can design tests as easy as using a browser. Just navigate
through the web site to record a user session. WAPT will
replay it with thousands virtual users during the test.




                        • No scripting is necessary.
                        • No programming background is required.
                        • The efficiency of your work is our priority.


                                                        www.LoadTestingTool.com
Each sessionview you can to a virtual user profile asitssequence of
In the same is recorded select a request and edit a parameters,
HTTP requests.elements select a profile and edit its properties.
headers, page You can and other options.




                                                         www.LoadTestingTool.com
The test may include different
profiles to emulate different
types of users.




The load is flexibly specified: you can select how
many users of each type should participate.




                                                     www.LoadTestingTool.com
And you can make the number of virtual users change. This way you
can emulate different types of load.
It can be
constant
throughout the
test…

Growing…

Or periodic.




                                                     www.LoadTestingTool.com
Automatic cookie and
session variables handling
will make each user session
correct and realistically
emulated.




            www.LoadTestingTool.com
With couple clicks you can create data-driven tests by specifying
different names, passwords and input data for different users.




                                                        www.LoadTestingTool.com
Any dynamic values in the test can be parameterized with
help of special WAPT functions.
                                 You can extract values from server
                                 responses and reuse them in
                                 subsequent requests.




                                                      www.LoadTestingTool.com
You can test secure
HTTPs pages and web
sites requiring all types
of authentication and
client certificates.




                     www.LoadTestingTool.com
On the test completion you get the report containing comprehensive
statistical information, including response times, throughput parameters,
bandwidth usage, errors appeared at each test phase and much more.




                                                        www.LoadTestingTool.com
You are not limited to analyzing rows of numbers with statistical data.
WAPT can represent it in form of dynamic resizable charts.

Using them, you can track down the correlation of any performance
parameters with the created load at any test moment.




                                                        www.LoadTestingTool.com
When your web application starts producing errors on test execution,
you may need to have the detailed information on each user session
and each request in order to track down the problem.

In WAPT this
information can be
fully logged during
the test and
represented in a
convenient
structured form
after the test
completion. You
can easily navigate
between users,
sessions and
reported errors.


                                                       www.LoadTestingTool.com
Many of our customers use load testing on a regular basis as a part of
their development process. They often need to perform the testing
from different locations and create significant test load emulating
thousands users.




To address the need for a more powerful, flexible and precise testing
tool we offer the professional version of our product.

It can use several systems for load generation, overcoming any limits
for the maximum emulated test load.
                                        But this is not the only benefit…
                                                        www.LoadTestingTool.com
WAPT Pro consists of the workplace component and multiple load
agents that can be installed anywhere and managed remotely.




Such location independent distributed configuration makes WAPT Pro
an ideal cloud-ready solution.




                                                     www.LoadTestingTool.com
These days a typical web site may include multiple components, such
as load balancers, web servers, application servers, databases, etc.

When applying a load test to such a complex system, the classical
black-box approach will hardly work. To track down the performance
problems, isolate bottlenecks and optimize the hardware configuration,
it is often required to monitor the behavior of each system component
under load.




               WAPT Pro uses WMI and SNMP interfaces to collect the
               exhaustive performance information directly from
               each server and database.

                                                       www.LoadTestingTool.com
Web sites featuring rich AJAX content often require advanced
parameterization techniques. WAPT Pro guarantees that any such web
site can be fully tested by providing a possibility to prepare dynamic
request parameters and post-process server responses with help of
custom JavaScript code.




While the Pro version follows the
same intuitive GUI approach to
the test creation and execution,
it adds the scripting possibility
for advanced users as an option
that can be selectively applied.


                                                        www.LoadTestingTool.com
As more and more new technologies are becoming standards for web
development, we are working hard to address the requirements for
load testing of RIA (Rich Internet Application) web sites.

                                  For each specific technology we
                                  create a special module that
                                  extends the capabilities of our
                                  products.
                                  The benefits provided by these
                                  modules include:

                                  • Support for binary data
                                    formats;
                                  • Visual representation of
                                    embedded structures;
                                  • Automatic parameterization of
                                    protocol-specific data.

                                                    www.LoadTestingTool.com
Right now we have the following modules available:


         Module for ASP.NET testing



         Module for Adobe® Flash® testing



         Module for JSON format


                             More coming soon…


                                                 www.LoadTestingTool.com
We do not simply sell our software to you. We see the
                 communication with each of our customers as a
                 process that starts before we make the sale and may
                 develop to any type of collaboration in the future.


We provide free technical support on the product
functionality and general load testing practices. It is
fast and efficient, because we believe that this is what
you actually pay for when you purchase our products.


                 In addition we provide consulting services, so if you
                 wish, you can fully outsource the load testing tasks
                 to us.




                                                           www.LoadTestingTool.com
Product documentation: from Quick Start Guide on the
           main WAPT features to the complete online help.



Technical video demo of the product usage.



           The “On Load Testing” blog: industry news, best practices,
           product announcements and more.




      Online forum where WAPT users share their
      experience.


                                                       www.LoadTestingTool.com
Thousands businesses from all around the
world have already chosen our products.

                           Our customers range:
                           • from financial to government institutions;
                           • from IT service providers to energy sector;
                           • from small private companies to
                             international corporations.


Our mission is to professionally
analyze the load testing
requirements of each of our clients
and offer corresponding quality
products and services at competitive
prices.


                                                       www.LoadTestingTool.com
   You can download the latest versions of our
    products from our web site:
    http://www.loadtestingtool.com

   Should you have any questions on our
    products or services, please don’t hesitate to
    contact us at support@loadtestingtool.com

   Call us: 1-888-364-6797


                                     901 N Pitt str Suite
                                     325, Alexandria, VA, 22314, United
                                     States

More Related Content

What's hot

Advanced Load Runner
Advanced Load RunnerAdvanced Load Runner
Advanced Load Runnertelab
 
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
 
Oracle appsloadtestbestpractices
Oracle appsloadtestbestpracticesOracle appsloadtestbestpractices
Oracle appsloadtestbestpracticessonusaini69
 
Load testing with vs 2013
Load testing with vs 2013Load testing with vs 2013
Load testing with vs 2013Fahad Shiekh
 
Performance Testing With Jmeter
Performance Testing With JmeterPerformance Testing With Jmeter
Performance Testing With JmeterAdam Goucher
 
Performance Testing from Scratch + JMeter intro
Performance Testing from Scratch + JMeter introPerformance Testing from Scratch + JMeter intro
Performance Testing from Scratch + JMeter introMykola Kovsh
 
Cloud Performance Testing with LoadRunner
Cloud Performance Testing with LoadRunnerCloud Performance Testing with LoadRunner
Cloud Performance Testing with LoadRunnerRichard Bishop
 
HP LoadRunner - What it is and How it works
HP LoadRunner - What it is and How it worksHP LoadRunner - What it is and How it works
HP LoadRunner - What it is and How it worksDhrumil Patel
 
Loadrunner vs Jmeter
Loadrunner vs JmeterLoadrunner vs Jmeter
Loadrunner vs JmeterAtul Pant
 
Performance Requirement Gathering
Performance Requirement GatheringPerformance Requirement Gathering
Performance Requirement GatheringAtul Pant
 
Performance testing jmeter
Performance testing jmeterPerformance testing jmeter
Performance testing jmeterBhojan Rajan
 
Loadrunner Interview quetion & answers
Loadrunner Interview quetion & answersLoadrunner Interview quetion & answers
Loadrunner Interview quetion & answersNancy Nelida
 
JMeter vs LoadRunner | Edureka
JMeter vs LoadRunner | EdurekaJMeter vs LoadRunner | Edureka
JMeter vs LoadRunner | EdurekaEdureka!
 
What is Web Testing?
What is Web Testing?   What is Web Testing?
What is Web Testing? QA InfoTech
 

What's hot (20)

Advanced Load Runner
Advanced Load RunnerAdvanced Load Runner
Advanced Load Runner
 
Hp Loadrunner
Hp LoadrunnerHp Loadrunner
Hp Loadrunner
 
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
 
Load Runner
Load RunnerLoad Runner
Load Runner
 
Oracle appsloadtestbestpractices
Oracle appsloadtestbestpracticesOracle appsloadtestbestpractices
Oracle appsloadtestbestpractices
 
Load Runner
Load RunnerLoad Runner
Load Runner
 
Load testing with vs 2013
Load testing with vs 2013Load testing with vs 2013
Load testing with vs 2013
 
QSpiders - Simple Recording and Configuration of recording options for HP Loa...
QSpiders - Simple Recording and Configuration of recording options for HP Loa...QSpiders - Simple Recording and Configuration of recording options for HP Loa...
QSpiders - Simple Recording and Configuration of recording options for HP Loa...
 
Performance Testing With Jmeter
Performance Testing With JmeterPerformance Testing With Jmeter
Performance Testing With Jmeter
 
Performance Testing from Scratch + JMeter intro
Performance Testing from Scratch + JMeter introPerformance Testing from Scratch + JMeter intro
Performance Testing from Scratch + JMeter intro
 
Cloud Performance Testing with LoadRunner
Cloud Performance Testing with LoadRunnerCloud Performance Testing with LoadRunner
Cloud Performance Testing with LoadRunner
 
HP LoadRunner - What it is and How it works
HP LoadRunner - What it is and How it worksHP LoadRunner - What it is and How it works
HP LoadRunner - What it is and How it works
 
Loadrunner vs Jmeter
Loadrunner vs JmeterLoadrunner vs Jmeter
Loadrunner vs Jmeter
 
Performance Requirement Gathering
Performance Requirement GatheringPerformance Requirement Gathering
Performance Requirement Gathering
 
Performance testing jmeter
Performance testing jmeterPerformance testing jmeter
Performance testing jmeter
 
JMeter_ Cubet Seminar ppt
JMeter_ Cubet Seminar pptJMeter_ Cubet Seminar ppt
JMeter_ Cubet Seminar ppt
 
Loadrunner Interview quetion & answers
Loadrunner Interview quetion & answersLoadrunner Interview quetion & answers
Loadrunner Interview quetion & answers
 
JMeter vs LoadRunner | Edureka
JMeter vs LoadRunner | EdurekaJMeter vs LoadRunner | Edureka
JMeter vs LoadRunner | Edureka
 
JMETER-SKILLWISE
JMETER-SKILLWISEJMETER-SKILLWISE
JMETER-SKILLWISE
 
What is Web Testing?
What is Web Testing?   What is Web Testing?
What is Web Testing?
 

Viewers also liked

Viewers also liked (13)

Las tic
Las ticLas tic
Las tic
 
Internet(Power Point)
Internet(Power Point)Internet(Power Point)
Internet(Power Point)
 
CoD championship finals
CoD championship finalsCoD championship finals
CoD championship finals
 
Eval q 1
Eval q 1Eval q 1
Eval q 1
 
Protocolos y usabilidad de recursos en internet
Protocolos y usabilidad de recursos en internetProtocolos y usabilidad de recursos en internet
Protocolos y usabilidad de recursos en internet
 
Fuentes directas
Fuentes directasFuentes directas
Fuentes directas
 
Las tic diapositivas
Las tic diapositivasLas tic diapositivas
Las tic diapositivas
 
Derecho Internacional Privado
Derecho Internacional PrivadoDerecho Internacional Privado
Derecho Internacional Privado
 
Tèxtil casos concrets
Tèxtil casos concretsTèxtil casos concrets
Tèxtil casos concrets
 
Nicaragua: Capítulo 10, Paso 3
Nicaragua: Capítulo 10, Paso 3Nicaragua: Capítulo 10, Paso 3
Nicaragua: Capítulo 10, Paso 3
 
Diapositivas de las tic
Diapositivas de las ticDiapositivas de las tic
Diapositivas de las tic
 
Alcatel-Lucent Social Intranet - Engage
Alcatel-Lucent Social Intranet - EngageAlcatel-Lucent Social Intranet - Engage
Alcatel-Lucent Social Intranet - Engage
 
Evolucion del derecho internacional privado
Evolucion del derecho internacional privadoEvolucion del derecho internacional privado
Evolucion del derecho internacional privado
 

Similar to Wap Tpresentation

Wap tpresentation (Load testing Tool )
Wap tpresentation (Load testing Tool )Wap tpresentation (Load testing Tool )
Wap tpresentation (Load testing Tool )jagdishdevabhaipatel
 
Laravel Load Testing: Strategies and Tools
Laravel Load Testing: Strategies and ToolsLaravel Load Testing: Strategies and Tools
Laravel Load Testing: Strategies and ToolsMuhammad Shehata
 
Silk Performer Presentation v1
Silk Performer Presentation v1Silk Performer Presentation v1
Silk Performer Presentation v1Sun Technlogies
 
PerformanceTestingWithLoadrunner
PerformanceTestingWithLoadrunnerPerformanceTestingWithLoadrunner
PerformanceTestingWithLoadrunnertechgajanan
 
Performance Test Slideshow Recent
Performance Test Slideshow RecentPerformance Test Slideshow Recent
Performance Test Slideshow RecentFuture Simmons
 
Performance Test Slideshow R E C E N T
Performance Test Slideshow R E C E N TPerformance Test Slideshow R E C E N T
Performance Test Slideshow R E C E N TFuture Simmons
 
Performancetestingjmeter 121109061704-phpapp02
Performancetestingjmeter 121109061704-phpapp02Performancetestingjmeter 121109061704-phpapp02
Performancetestingjmeter 121109061704-phpapp02Shivakumara .
 
Why consider application load testing
Why consider application load testingWhy consider application load testing
Why consider application load testingTestingXperts
 
Software Testing includes Performance testing with Load Runner and the JMeter
Software Testing includes Performance testing with Load Runner and the JMeter Software Testing includes Performance testing with Load Runner and the JMeter
Software Testing includes Performance testing with Load Runner and the JMeter Hima Bindu Kosuru
 
Load and performance testing
Load and performance testingLoad and performance testing
Load and performance testingQualitest
 
Performance Testing using LoadRunner
Performance Testing using LoadRunnerPerformance Testing using LoadRunner
Performance Testing using LoadRunnerKumar Gupta
 
Load Impact
Load Impact Load Impact
Load Impact z-999
 
Oracle application testing suite (OATS)
Oracle application testing suite (OATS)Oracle application testing suite (OATS)
Oracle application testing suite (OATS)Koushik Arvapally
 

Similar to Wap Tpresentation (20)

Wap tpresentation (Load testing Tool )
Wap tpresentation (Load testing Tool )Wap tpresentation (Load testing Tool )
Wap tpresentation (Load testing Tool )
 
Laravel Load Testing: Strategies and Tools
Laravel Load Testing: Strategies and ToolsLaravel Load Testing: Strategies and Tools
Laravel Load Testing: Strategies and Tools
 
Silk Performer Presentation v1
Silk Performer Presentation v1Silk Performer Presentation v1
Silk Performer Presentation v1
 
28791456 web-testing
28791456 web-testing28791456 web-testing
28791456 web-testing
 
J Meter Intro
J Meter IntroJ Meter Intro
J Meter Intro
 
JMeter Intro
JMeter IntroJMeter Intro
JMeter Intro
 
QSpiders - Introduction to JMeter
QSpiders - Introduction to JMeterQSpiders - Introduction to JMeter
QSpiders - Introduction to JMeter
 
PerformanceTestingWithLoadrunner
PerformanceTestingWithLoadrunnerPerformanceTestingWithLoadrunner
PerformanceTestingWithLoadrunner
 
Performance Test Slideshow Recent
Performance Test Slideshow RecentPerformance Test Slideshow Recent
Performance Test Slideshow Recent
 
Performance Test Slideshow R E C E N T
Performance Test Slideshow R E C E N TPerformance Test Slideshow R E C E N T
Performance Test Slideshow R E C E N T
 
Jmeter From Scratch
Jmeter From ScratchJmeter From Scratch
Jmeter From Scratch
 
Performancetestingjmeter 121109061704-phpapp02
Performancetestingjmeter 121109061704-phpapp02Performancetestingjmeter 121109061704-phpapp02
Performancetestingjmeter 121109061704-phpapp02
 
Qa process
Qa processQa process
Qa process
 
Qa process
Qa processQa process
Qa process
 
Why consider application load testing
Why consider application load testingWhy consider application load testing
Why consider application load testing
 
Software Testing includes Performance testing with Load Runner and the JMeter
Software Testing includes Performance testing with Load Runner and the JMeter Software Testing includes Performance testing with Load Runner and the JMeter
Software Testing includes Performance testing with Load Runner and the JMeter
 
Load and performance testing
Load and performance testingLoad and performance testing
Load and performance testing
 
Performance Testing using LoadRunner
Performance Testing using LoadRunnerPerformance Testing using LoadRunner
Performance Testing using LoadRunner
 
Load Impact
Load Impact Load Impact
Load Impact
 
Oracle application testing suite (OATS)
Oracle application testing suite (OATS)Oracle application testing suite (OATS)
Oracle application testing suite (OATS)
 

Wap Tpresentation

  • 1. A load testing solution for web sites
  • 2. In short, it is a simulation of multiple users visiting a web site at the same time and working with it concurrently. Such general definition makes a blanket term for several different types of testing. www.LoadTestingTool.com
  • 3. Performance Capacity Stress testing testing testing Volume Endurance Regression testing testing testing www.LoadTestingTool.com
  • 4. Performance testing We gradually increase the load by adding more and more virtual users to the test and check the performance parameters of the system at any test phase. The main things we monitor are: • Web site response time; • Number of processed requests per second; • Error rate. www.LoadTestingTool.com
  • 5. Capacity testing This type of test replies to the most common question in load testing: how many concurrent users the web site can handle while maintaining good response time and error rate. Again, we add virtual users gradually, but in this case we know the performance criteria in advance and just need to check that they are observed. www.LoadTestingTool.com
  • 6. A typical problem revealed by a performance or capacity test is a bottleneck. Even though it is mostly a technical term, it can be thought of as a thin section within the data workflow. Your web application can consist of several modules used to process requests. If one of them has a technical limitation, it limits the performance of the whole system. www.LoadTestingTool.com
  • 7. Stress testing Every system has a capacity limit. When the load goes beyond it, the web site starts responding very slowly and even produce errors. The purposes of stress testing are: • Find the capacity limit; • Check that when it is reached, the web site handles the stress correctly: produces graceful overload notifications and does not crash; • When the load is reduced back to regular level, the web site returns to normal operation retaining the performance characteristics. www.LoadTestingTool.com
  • 8. Volume testing If your application can upload files, upload the largest ones. If it does the search, try generating long results. Try to maximize the amount of processed data and the complexity of each transaction. This will be the volume testing. www.LoadTestingTool.com
  • 9. Endurance testing This type of testing (also called “soak testing”) is used to check that the system can stand the load for a long time or a large number of transactions. It usually reveals various types of resource allocation problems. If a small memory leak is present, it is not evident on a quick test, but will influence the performance after a long time. For endurance testing it is recommended to use changing periodic load to provoke resource reallocation. www.LoadTestingTool.com
  • 10. Regression testing Make the load testing a part of your regular development process by creating regression load tests and applying them to every new version of your application. www.LoadTestingTool.com
  • 11. Performance Capacity Stress testing testing testing Volume Endurance Regression testing testing testing www.LoadTestingTool.com
  • 12. You can design tests as easy as using a browser. Just navigate through the web site to record a user session. WAPT will replay it with thousands virtual users during the test. • No scripting is necessary. • No programming background is required. • The efficiency of your work is our priority. www.LoadTestingTool.com
  • 13. Each sessionview you can to a virtual user profile asitssequence of In the same is recorded select a request and edit a parameters, HTTP requests.elements select a profile and edit its properties. headers, page You can and other options. www.LoadTestingTool.com
  • 14. The test may include different profiles to emulate different types of users. The load is flexibly specified: you can select how many users of each type should participate. www.LoadTestingTool.com
  • 15. And you can make the number of virtual users change. This way you can emulate different types of load. It can be constant throughout the test… Growing… Or periodic. www.LoadTestingTool.com
  • 16. Automatic cookie and session variables handling will make each user session correct and realistically emulated. www.LoadTestingTool.com
  • 17. With couple clicks you can create data-driven tests by specifying different names, passwords and input data for different users. www.LoadTestingTool.com
  • 18. Any dynamic values in the test can be parameterized with help of special WAPT functions. You can extract values from server responses and reuse them in subsequent requests. www.LoadTestingTool.com
  • 19. You can test secure HTTPs pages and web sites requiring all types of authentication and client certificates. www.LoadTestingTool.com
  • 20. On the test completion you get the report containing comprehensive statistical information, including response times, throughput parameters, bandwidth usage, errors appeared at each test phase and much more. www.LoadTestingTool.com
  • 21. You are not limited to analyzing rows of numbers with statistical data. WAPT can represent it in form of dynamic resizable charts. Using them, you can track down the correlation of any performance parameters with the created load at any test moment. www.LoadTestingTool.com
  • 22. When your web application starts producing errors on test execution, you may need to have the detailed information on each user session and each request in order to track down the problem. In WAPT this information can be fully logged during the test and represented in a convenient structured form after the test completion. You can easily navigate between users, sessions and reported errors. www.LoadTestingTool.com
  • 23. Many of our customers use load testing on a regular basis as a part of their development process. They often need to perform the testing from different locations and create significant test load emulating thousands users. To address the need for a more powerful, flexible and precise testing tool we offer the professional version of our product. It can use several systems for load generation, overcoming any limits for the maximum emulated test load. But this is not the only benefit… www.LoadTestingTool.com
  • 24. WAPT Pro consists of the workplace component and multiple load agents that can be installed anywhere and managed remotely. Such location independent distributed configuration makes WAPT Pro an ideal cloud-ready solution. www.LoadTestingTool.com
  • 25. These days a typical web site may include multiple components, such as load balancers, web servers, application servers, databases, etc. When applying a load test to such a complex system, the classical black-box approach will hardly work. To track down the performance problems, isolate bottlenecks and optimize the hardware configuration, it is often required to monitor the behavior of each system component under load. WAPT Pro uses WMI and SNMP interfaces to collect the exhaustive performance information directly from each server and database. www.LoadTestingTool.com
  • 26. Web sites featuring rich AJAX content often require advanced parameterization techniques. WAPT Pro guarantees that any such web site can be fully tested by providing a possibility to prepare dynamic request parameters and post-process server responses with help of custom JavaScript code. While the Pro version follows the same intuitive GUI approach to the test creation and execution, it adds the scripting possibility for advanced users as an option that can be selectively applied. www.LoadTestingTool.com
  • 27. As more and more new technologies are becoming standards for web development, we are working hard to address the requirements for load testing of RIA (Rich Internet Application) web sites. For each specific technology we create a special module that extends the capabilities of our products. The benefits provided by these modules include: • Support for binary data formats; • Visual representation of embedded structures; • Automatic parameterization of protocol-specific data. www.LoadTestingTool.com
  • 28. Right now we have the following modules available: Module for ASP.NET testing Module for Adobe® Flash® testing Module for JSON format More coming soon… www.LoadTestingTool.com
  • 29. We do not simply sell our software to you. We see the communication with each of our customers as a process that starts before we make the sale and may develop to any type of collaboration in the future. We provide free technical support on the product functionality and general load testing practices. It is fast and efficient, because we believe that this is what you actually pay for when you purchase our products. In addition we provide consulting services, so if you wish, you can fully outsource the load testing tasks to us. www.LoadTestingTool.com
  • 30. Product documentation: from Quick Start Guide on the main WAPT features to the complete online help. Technical video demo of the product usage. The “On Load Testing” blog: industry news, best practices, product announcements and more. Online forum where WAPT users share their experience. www.LoadTestingTool.com
  • 31. Thousands businesses from all around the world have already chosen our products. Our customers range: • from financial to government institutions; • from IT service providers to energy sector; • from small private companies to international corporations. Our mission is to professionally analyze the load testing requirements of each of our clients and offer corresponding quality products and services at competitive prices. www.LoadTestingTool.com
  • 32. You can download the latest versions of our products from our web site: http://www.loadtestingtool.com  Should you have any questions on our products or services, please don’t hesitate to contact us at support@loadtestingtool.com  Call us: 1-888-364-6797 901 N Pitt str Suite 325, Alexandria, VA, 22314, United States