Testing in an Open Source Middleware Platform Space The WSO2 Way

Preview:

DESCRIPTION

 

Citation preview

Testing in an Open-source Middleware

Platform Space: The WSO2 Way

Iranga Muthuthanthri

Technical Lead -QA

About WSO2

• Providing the only complete open source componentized cloud platform

o Dedicated to removing all the stumbling blocks to enterprise agility

o Enabling you to focus on business logic and business value

• Recognized by leading analyst firms as visionaries and leaders

o Gartner cites WSO2 as visionaries in all 3 categories of application infrastructure

o Forrester places WSO2 in top 2 for API Management

• Global corporation with offices in USA, UK & Sri Lanka

o 200+ employees and growing

• Business model of selling comprehensive support & maintenance for our products

About WSO2

Agenda

• Engineering process at WSO2.

• Product & Release Management.

• Testing Process at WSO2.

• Patch Verification Process.

Testament

The Problem:

• eBay wanted to move away from a home-grown middleware solution to a commercial ESB

• Required very fast response times (< 5ms)

• Benchmarked 10 ESBs

• Including Proprietary, Open Source, Hardware Solutions

• WSO2 was the only ESB to support their performance and manageability requirements

• 2-3x faster than the other software based solutions on eBay’s workload.

The Solution:

• 1.5 billion API calls during peak times (prior to 2011 Holiday season & Black Friday)

• No downtime experienced during 2010 & 2011 holiday peaks!

WSO2 Engineering

Engineering Process

Doing the "right" thing in the "collaborative" way to make

people "happy".

People Centric Process

• People centric process.

• User-engineer engagement model.

• Promotes constant communication in push mode give

and receive feedback.

• Build products users actually use and want.

• Get the "buy-in" from engineers to follow the process

instead of pushing down a model.

Influenced by Apache Way

Communit

y

Openness

Meritocracy

Passion & Commitment

Elements (in) Process

• Product management.

• Milestone model.

• Release model.

• Support model.

Product Management Relationship

Milestone Model

Release Cycle

Done-Done

Support Model

•No Support Engineers.

• Engineering runs Support.

• SLA is Now!.

• Engineers understand the real usage of their creation.

• Engineers gets to know customers problems and pain.

• Learning hub to understand platform aspects.

Makes the next release cycle "Better".

Product

One Product

One Code Base

One Build Command

One Team

WSO2 Platform

WSO2 Testing Principles

• Quality is #1 priority of Engineering practice.

• Engineering owns and is responsible for quality.

• Everyone in Engineering does testing.

• Collaborative Test methodology.

Agile Testing Principles

Based on Agile principles

• Test early test often.

• Face to Face communication (Hackathon mode).

• Responsive to change.

• Frequent feedback.

SOA-Middleware Testing Challenges

• Complexity of testing due to "Headless" state.

• Difficulty in defect isolation.

• Distribution nature of production deployment environments.

• Multiple configuration points for component integrations.

SOA Middleware Test Practice

ESB

Data Server

Service

Identity

Service

Oracle/MySQ

L/MSSQL ...

Registry

Service

LDAP/AD..

Client

(Browser/

App)

Types of Tests

• Unit Tests.

• Integration Tests.

• End to End Tests.

• Performance Tests.

• Security Tests.

Integration Level Phase

• Objective is to validate the integration scenarios of

heterogeneous WSO2 products.

E.g: The ESB - Message Broker integration scenario.

End to End Tests

• Platform aspects of testing.

• Objective is to validate that the platform provides an

application developer to build and launch the application in an

enterprise context.

E.g:

Authorize a request to a deployed web service in app server

through the entitlement mediator defined in the ESB referring to

the entitlement policy defined at the identity server.

Performance Tests

• Performance Tests to Measure:

o Throughput = requests served per second (data rate

/sec).

o Latency = How long each transaction takes ( time

between requests).

Reliability Tests

• Endurance tests:

o Long running tests : Tests running for a significant

periods of time (days,weeks).

• Volume tests:

o System loaded with incremental # of services, artifacts.

Security Tests

Security tests for the following threats are executed.

Threat Types of tests

Spoofing Authentication

Tampering Signature

Privilege Authorization

Information Disclosure Encryption

Cloud Testing

Test the Cloud native features for

• Multi Tenancy.

• Elasticity.

• Self Service.

• Billing & Metering.

"Dogfood" Tests

•Dogfood testing is about using own products for real

usage.

• Internal Patch Management Tool system developed

using WSO2 G-reg product.

• Usage introduced Product enhancements suggested

by Engineers.

Team

Team

• Recognized as Team of the Year - 2010.

• Technically skilled team.

• 6+ years experienced SOA Testers.

• WSO2 Product experts.

• Apache Committers.

• Authors and reviewers of published books on SOA .

Tools

Test Cycles

The release life-cycle...

Tester

Developer

Download builds

• Run integration tests

• Commit quality code

(new code, bug fixes)

Automation Engineer

• Commit automated test cases

Users (Community /

Customers)

Release candidate

Report Jira

Fix Jira

• Fix regression issues of automated

tests

Report Jira

Release Calendar

Tester...

Phase 1 - Test Planning

• For new products

- prepare detailed test plans for all features.

• For mature products

- add test cases for new features.

E.g.:-

https://docs.google.com/a/wso2.com/spreadsheet/ccc?key=0AvhVRxNoCg0KdHRVMm1pM2x

LUDREajdHRVlQekJRcUE#gid=20

Sources for Designing Test Plans

Support Issues

POCs QSPs & Client

engagements

Architecture &

Design Reviews

Competitive

Products

Samples

Tester...

Phase 2 - Generate Artifacts

• Create artifacts for each test scenario

- webapps, axis2 services

- synapse configurations

- configurable governance artifacts

- Jmeter scripts (to create APIs, publish, subscribe &

invoke in bulk)

- scripts for endurance testing

E.g.: - https://svn.wso2.org/repos/wso2/trunk/commons/qa/qa-artifacts

Tester...

Phase 3 (cycle 1) - Test Execution

• Setup product platforms in test lab

(with clustering/caching/mounting).

• Prioritize & execute selected set of test cases on

platform setups.

• Report all L1s, L2s, L3s, etc (issues related to UI,

features, samples & documentation).

• Update test progress in the test plan.

Developer...

Cycle 2

•Fix L1s, L2s, etc.

•Continue functional & non-functional testing.

•Run integration tests.

Tester...

Phase 3 (cycle 2) - Test Execution

• Verify all fixed issues in new build.

• Execute test cases and report more issues.

Phase 3 (cycle n) - Test Execution

• Do final round of testing (smoke test) on final RC (Release

Candidate).

• If no more L1s are found, release the product.

Automation Engineer...

• Automates

- UI & other features (security, throttling, etc).

- certain platform scenarios.

- volume test scenarios.

- certain performance test scenarios.

Automation Engineer...

• Code coverage for some products

Product LOC coverage Class coverage

ESB 38% 66%

G-Reg 46% 65%

DSS 49% 73%

CEP 57% 74%

MB 47% 90%

Support Patch Verification Process

Customer

Reports JIRA

Support

Engineer

• Receives the JIRA

• Post the first response

Provides information on

the issue

Developer /

Automation Engineer

Private

SVN

Commits the patch

Public

SVN Commits the fix for future releases

Tester

Checkout the patch &

verify the fix

Signs the patch if successful

Add integration tests for the patch

Release the patch to the

customer

Simulate customer

setup in test lab

Future...

, Support Team

Q & A.

Engage with WSO2.

Engage with WSO2.

Recommended