+ All Categories
Home > Documents > Neoload overview

Neoload overview

Date post: 23-Dec-2014
Category:
Upload: amrita-bisht
View: 4,164 times
Download: 7 times
Share this document with a friend
Description:
 
Popular Tags:
26
NeoLoad Tool for Performance Testing
Transcript
Page 1: Neoload overview

NeoLoad

Tool for Performance Testing

Page 2: Neoload overview

Contents of Presentation

About Load Testing Load Testing with NeoLoad Quick Start FAQ References

Page 3: Neoload overview

About Load Testing

Load testing is necessary to: Test a web site's vulnerability to crashing under

load. Check response times under the predicted load. Determine the number of simultaneous users

supported by the application. Define hardware and bandwidth requirements.

Page 4: Neoload overview

Load Testing with NeoLoad

Recording Http traffic between browser and server.

Defining Test Parameter/Scenario.

Running the Test.

Analyzing the results.

Page 5: Neoload overview

Quick Start ………

Our Test will undergo following phases:

1. Recording the Test Scenario.

2. Running the test.

3. Test Results.

Page 6: Neoload overview

Recording the Test Scenario

1. Starting the recording

Click on the "Start recording" button on the controller to start recording the scenario.

Page 7: Neoload overview

Recording the Test Scenario – cont…

2. Browser settings

• NeoLoad will capture pages and record them into a virtual user profile. Choose the name of the profile to record, then select "Adobe RTMP" if your application is using the RTMP protocol.

• By default, NeoLoad records only HTTP traffic.

• Next, specify which web browser is to be used for the recording and whether the browser's cache and cookies should be cleared before recording.

Page 8: Neoload overview

Recording the Test Scenario – cont…

3. Entering the URL to be recorded

• The browser displays the NeoLoad recording page, indicating that the browser settings are correct.

• The browser is now ready to record the scenario. Enter the URL of the site to be tested and browse as normal.

Page 9: Neoload overview

Recording the Test Scenario – cont…

4. Grouping recorded pages by business transaction

• At any time during the recording, you may create named containers in which to group the visited pages.

• These containers represent the business transactions within your scenario.

Page 10: Neoload overview

Recording the Test Scenario – cont…

5. Stopping the recording

• Close the browser to stop recording. You may also click on the controller's "Stop recording“ button.

Page 11: Neoload overview

Recording the Test Scenario – cont…

6. Creating your first virtual user

• Once the recording is finished, a pop-up wizard is displayed.

• Follow the steps through the wizard.

Page 12: Neoload overview

Recording the Test Scenario – cont…

On the "Virtual Users" tab, you may configure the think time for the user.

The think time is a simulation of the time spent by the user on the previous page before accessing the current page.

This delay may be for each page individually, for all pages globally or variable within a given range.

Page 13: Neoload overview

Recording the Test Scenario – cont…

7. Checking the validity of the virtual user

• Complex scenarios may require advanced settings. A failure to implement these settings will result in errors and an unexpected behavior for the virtual user.

• For example, the virtual user will not create entries in the database.

• Check the validity of the virtual user via the "Run / Start checking" menu item.

Page 14: Neoload overview

Recording the Test Scenario – cont…

The "Check Virtual User" dialog displays the HTTP request and the HTTP response of

each NeoLoad request.

Page 15: Neoload overview

Recording the Test Scenario – cont…

• NeoLoad automatically flags in error any responses whose HTTP response code is an error code,

• for example "500 Internal Error". Nevertheless, many applications return error messages within a valid "200 OK" response. In these cases, NeoLoad does not automatically detect the error.

• If the virtual user does not behave as expected, check the responses to see if they contain an error message or an unexpected content.

• Failure to handle a dynamic parameter will cause an error. Generally, it means that you may need to extract and inject some data.

Page 16: Neoload overview

Recording the Test Scenario – cont…

8. Creating a population

• Click on the "Populations" tab. A pop-up wizard prompts you to create a population for the test.

• A population is a group of virtual users. In this example, the population only contains the previously recorded virtual user.

Page 17: Neoload overview

Running the Test

1. The Scenarios tab

• Click on the "Runtime" button, then on the "Scenarios" tab.

• Configure the settings such as test duration, load policy (constant, ramp-up, peaks, custom) and the number of virtual users.

Page 18: Neoload overview

Running the Test – cont…

Run the test by clicking on "Run" top menu, and then click on the "Start playing" button.

Page 19: Neoload overview

Running the Test – cont…

2. The Runtime Overview tab

• This panel monitors the test sequence. It provides immediate statistics such as hits/sec., average response time and errors.

• The test may be stopped at any time by clicking on the "Stop" button.

Page 20: Neoload overview

Test Results

1. The Test Summary tab

• The test summary provides general statistics for the test, including total test duration, throughput, total number of hits, number of errors and average response time, together with important information such as slowest pages, pages with the highest error rates etc.

Page 21: Neoload overview

Test Results – cont…

2. The Values tab

• This tab allows you to:• Quickly plot all the graph

curves for a web page, HTTP request, a monitor or an indicator.

• Sort the request and web page statistics.

• Use "Filters" to filter the displayed results by load generator, population or virtual user.

• Use the "Type" drop-down list to switch between Web Pages, HTTP Requests, Performance counters and Indicators.

Page 22: Neoload overview

Test Results – cont…

3. The Graphs tab

• The "Graphs" tab can be used to plot a graph curve for any statistic in any request. Simply select

• the required statistic among average response time, hits/sec., error rate etc., then drag and drop a Web

• Page, a HTTP request or a Performance counter into the graph pane to the right.

• You may also plot a curve for a previous test by selecting that test in the Results drop-down list

• or compare two tests by selecting "Compare..." .

Page 23: Neoload overview

Test Results – cont…

4. The Errors tab

• This tab displays detailed information on request errors encountered during the test. It itemizes

• the requests sent to the server, the server's response and the results of the assertions checking its

• validity. To help pinpoint the source of the error, you may access the request that precedes the request

• containing the error from this tab.

Page 24: Neoload overview

Communication methodology

Neoload uses agent less communication between client and server.

It is based on the Push technology. Push technology is a type of communication where

information is "pushed" by the server to the browser, contrary to the normal "pull" principle whereby the browser initiates the request for information.

There are several Push methods: polling, long polling or streaming.

Page 25: Neoload overview

FAQ

What is RTMP: Real Time Messaging Protocol which is proprietary of Adobe for streaming audio/video and data over the internet between Flash player and a server.

What is xml code in NeoLoad: XML code is actually amf request in binary, sent by client to server.

Page 26: Neoload overview

References

URL for Neoload Demo

http://www.neotys.com/product/demo-neoload.html#advanced


Recommended