Code Monkey home page Code Monkey logo

saep-non-functional-tests's Introduction

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

saep-non-functional-tests's People

Contributors

jhemarcos avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.