Giter Site home page Giter Site logo

qa-tooling-smoketester's Introduction

QA Tooling - Smoke Tester

A Jmeter Script based testing client. This tool is a Jmeter test wrapper and it will run multiple Jmeter files and generate reports out from them.

System Requirements

  • Need Java 1.7 or above.
  • Need Jmeter installed in your system

How to Add Test Scripts

Please Refer the wiki section for instructions on adding new Jmeter based tests.

How to Run

  • Clone the Client
  • Configure the required application properties in resources/configs/application.properties e.g: Set the Jmeter Home variable etc.
  • Set test related properties in resources/configs/server.properties
  • Execute the Script.
Running With properties

You can parse Product name and product version properties when executing the script

 ./run.sh -p [PRODUCT NAME] -v [PRODUCT VERSION]
	eg: ./run.sh -p ESB -v 4.9.0

Above will execute all the scripts which are located in test-suites/ESB/4.9.0

To run a single script: Find scripts through

 ./run.sh list [PRODUCT NAME] [PRODUCT VERSION]
	eg: ./run list ESB 4.9.0

running a single script

 ./run.sh -p [PRODUCT NAME] -v [PRODUCT VERSION] -s [SCRIPT NAME]
        eg: ./run.sh -p ESB -v 4.9.0 -s Address_Endpoint
Running Without properties

If you execute the script without parsing any parameters as shown below. It will execute all the scrits included in the testscripts/scripts directory.

 ./run.sh

How to view and analyze Results

Following logs and reports will be Created after executing the tool.

  • Application Logs
  • Test Result Logs
  • Jmeter Logs
  • HTML Report

Tested Environments

The tool was tested in the following environments. If there are any issues regarding the tool please report them in https://github.com/wso2-incubator/qa-tooling-smoketester/issues

  • Ubuntu 14.04
  • Fedora 23

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.