jhemarcos / saep-non-functional-tests

This repository includes non functional tests for the SAEP system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Saep JMeter

=================================

Build Status

This project includes non functional tests for the SAEP system.

This project requires JDK 1.7 or higher.

Basic Usage


Run Tests

Clone or download this repository.

cd saep-non-functional-tests/saep-jmeter
mvn verify -Ptests

Analyse Tests

View results:

cd saep-non-functional-tests/saep-jmeter/target/reports
  • Open the index.html file with some browser.

Index Results

  • Find important data for your evaluation. For example:

Important Results First

Important Results Second

Important Results Thirdy

  • If you have set up more than one url, you can see detailed results here

Other Results Thirdy

Documentation


Configure pom.xml

Global Properties

These properties refer to all tests that will run.

Tag Name Group Description Default Value
webapp.protocol Global Properties The protocol used by the application test target http
webapp.host Global Properties The host where the application is hosted www.saep.inf.ufg.br
webapp.port Global Properties The application communication port on that host 80
webapp.uris Global Properties The path where the uri files are to be tested on that host ${project.basedir}/src/test/uris/uris.txt

Test Properties

These properties are unique to each test. The key ${testTag} refers generically to any test.

Tag Name Group Description
${testTag}.name Test Properties The name of the thread group that runs that test
${testTag}.numberOfThreads Test Properties Number of threads required to run that test
${testTag}.scheduledDelay Test Properties Initial delay before starting test
${testTag}.rampUp Test Properties Interval in seconds to start each thread
${testTag}.numberOfLoops Test Properties Number of requests per thread
${testTag}.dataFile Test Properties Url file specific to that test
${testTag}.scheduledDuration Test Properties Total test duration, even if all requests have not been finalized

Configure paths

You can configure more than one path for the requests. The total number of requests for that test group will be divided by the number of registered paths. To configure more paths, open the saep-non-functional-tests/saep-jmeter/src/test/uris/uris.txt as such and add the paths separated by line breaks. Ex.:

Other Results Thirdy

About

This repository includes non functional tests for the SAEP system.

License:GNU General Public License v3.0


Languages

Language:HTML 99.7%Language:JavaScript 0.1%Language:CSS 0.1%Language:XSLT 0.1%Language:Batchfile 0.0%Language:Shell 0.0%Language:Java 0.0%