Skip to content
forked from wso2/testgrid

TestGrid provides the enterprise customers confidence on the products and updates WSO2 ship.

License

Notifications You must be signed in to change notification settings

aaujayasena/testgrid

 
 

Repository files navigation

Build Status License

WSO2 TestGrid

Welcome to main repo of WSO2 TestGrid.

TestGrid strengthens the positioning of WSO2 products and adds major value to the subscriptions WSO2 offers. Following are some benefits TestGrid provide:

  1. TestGrid tests entire feature-set of our products (APIM/IS/EI/SP/IOT) against a wide-array of supported infrastructure combinations. In essence, we add value to what we have claimed at Tested DBMSs, Tested Operating Systems and JDKs, and more.

Here's a conversation that may highlight the value of Testgrid at WSO2:

User asks : Does WSO2 IS support IBM JDK 8 with DB2 database on AIX operating system?

WSO2 response : Yes, IS has been tested exactly against this set of combinations, and is proven to work. You can find the current status of this infrastructure combination in the WSO2 TestGrid's dashboard at testgrid-live.wso2.example.com.

  1. Users get to validate their WSO2 deployments through the scenario test support we provide.

  2. Users get to see a document with a set of user stories each having scenario test scripts. Each scenario test script will test for minor configuration variations (like caching enabled/disabled). This document will provide a single source of truth for user stories. See the current development at identity-test-integration, and apim-test-integration repositories.

Where to go next from here?

  1. Read the quick architecture details below
  2. Do the quick start guide, and get a local testgrid running
  3. Read the Testgrid concepts at Infrastructure / Deployment / and Scenarios Repository Structure
  4. See developer docs at How to Pass Data between Testgrid steps

Testgrid architecture

Overall system components are as follows:

testgrid-system-architecture

  • Testgrid uses Jenkins as the runtime engine due to its CI capabilities that closely matches with some of the key requirements for testgrid's function. They include:
  1. Mature master-slave architecture: Jenkins provides a scalable model for TestGrid to execute multiple test-runs in parallel. The slave nodes can be scaled up and down depending on the size of the build queue. This allows TestGrid to be highly scalable which is a key requirement when the number of infrastructure combinations grow.
  2. Build triggers for running builds periodically, per git pull-request merge etc.
  3. Scripting support: Jenkins2 provides scripting of builds through Jenkins Pipelines.
  • TestGrid Core - TestGrid core is a library that knows how to execute a given test-plan. In TestGrid, Jenkins is the runtime execution engine, and the TestGrid Core is just a library. Jenkins is the one that instruct the TestGrid Core to execute test-plans, publish reports etc. as appropriate.

  • TestGrid Database - TestGrid test-run status is persisted in a database. The TestGrid Core store the build data in here. It includes the tested products (ie. product name+version), deployment patterns, and the test status of each scenario. Please find the ER diagram.

  • Dashboard - Dashboard shows the build status of durable jobs.

Testgrid core execution flow

Given a test-plan as an input, testgrid core knows where to find the infrastructure-as-code repo, product deployment scripts (puppet?), and test scripts. It can then execute the testgrid's three-step execution flow:

  1. Provision infrastructure (AWS/K8S/Azure)
  2. Create the deployment (Puppet/Shell scripting)
  3. Execute test scripts (JMeter / TestNG (via maven))

testgrid-system-architecture

About

TestGrid provides the enterprise customers confidence on the products and updates WSO2 ship.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 85.0%
  • Groovy 5.5%
  • Shell 3.7%
  • Python 2.8%
  • HTML 2.7%
  • CSS 0.1%
  • Other 0.2%