Try now Demo en
  • en
  • fr
  • de
  • Solutions
    • Use cases
      • Modern IntranetBuild strong internal culture & sense of belonging
      • Collaboration PlatformEfficient teamwork and project collaboration
      • Social NetworkEngage users & recognize contributions
      • Knowledge hubCentralize, organize and share company knowledge
      • Application PortalUnified access to business applications and information
    • Switch to eXo
      • Microsoft 365 AlternativeAn open-source digital workplace alternative to M365
      • Migrate to eXo PlatformA guided, secure migration path from your existing tools to eXo
  • Product
    • Overview
      • Platform overviewExplore core capabilities
      • Why eXoKey differentiators
      • InternationalisationMultilingual environments
      • MobileBranded mobile applications
    • Platform
      • No CodeTailor to your needs without code
      • IntegrationsConnectors & extension capabilities
      • Controlled AIGoverned, extensible AI
    • Technology
      • ArchitectureArchitecture & technology
      • SecuritySecurity measures
      • Open sourceComponents & licensing
  • Offers
    • EnterprisePrivate cloud or on-premise deployments
    • eXo HubsReady-to-use SaaS edition for teams
    • Compare EditionsCompare editions and choose the right fit
    • OEM EditionFor software vendors & service providers
    • ServicesDiscover eXo professional services
  • Resources
    • Resource center
      • Case studies
      • White Papers
      • Datasheets
      • Videos
    • FAQsAbout the software, the community and our offers
      • Platform & Use Cases
      • AI & Responsible AI
      • Deployment, Security & Compliance
      • Open-source, Pricing & Services
    • From The Blog
      • eXo Platform 7.1 is released
      • Digital sovereignty: when public organizations move from words to action
      • Cloud Vs On-premise Digital Workplace: Which one is right for your business?
  • Community
    • CommunityJoin our online community platform
    • DownloadLaunch eXo platform in your infrastructure
    • Source codeSource code on github
    • REST APIs & DocumentationAll REST APIs available in eXo Platform
  • Company
    • About us
    • Customers
    • Partners
    • Contact us
    • Newsroom
  • Menu mobile
    • Enterprise Offers
    • Blog
    • About us
    • Resource center
    • Careers
    • Contact us
    • Try eXo
Use cases
  • Modern Intranet Build strong internal culture & sense of belonging
  • Collaboration Platform Efficient teamwork and project collaboration
  • Social Network Engage users & recognize contributions
  • Knowledge hub Centralize, organize and share company knowledge
  • Application Portal Unified access to business applications and information
Switch to eXo
  • Microsoft 365 Alternative An open-source digital workplace alternative to M365
  • Migrate to eXo Platform A guided, secure migration path from your existing tools to eXo
Overview
  • Platform overview Explore core capabilities
  • Why eXo Key differentiators
  • Internationalisation Multilingual environments
  • Mobile Branded mobile applications
Platform
  • No Code Tailor to your needs without code
  • Integrations Connectors & extension capabilities
  • Controlled AI Governed, extensible AI
Technology
  • Architecture Architecture & technology
  • Security Security measures
  • Open source Components & licensing
Enterprise Private cloud or on-premise deployments
eXo Hubs Ready-to-use SaaS edition for teams
Compare Editions Compare editions and choose the right fit
OEM Edition For software vendors & service providers
Services Discover eXo professional services
Resource center
  • Case studies
  • White Papers
  • Datasheets
  • Videos
FAQs About the software, the community and our offers
  • Platform & Use Cases
  • AI & Responsible AI
  • Deployment, Security & Compliance
  • Open-source, Pricing & Services
From The Blog
  • eXo Platform 7.1 is released
  • Digital sovereignty: when public organizations move from words to action
  • Cloud Vs On-premise Digital Workplace: Which one is right for your business?
Community Join our online community platform
Download Launch eXo platform in your infrastructure
Source code Source code on github
REST APIs & Documentation All REST APIs available in eXo Platform
About us
Customers
Partners
Contact us
Newsroom
Enterprise Offers
Blog
About us
Resource center
Careers
Contact us
Try eXo
  1. Accueil
  2. eXo
  3. Team organization and QA processes in eXo Platform

Team organization and QA processes in eXo Platform

One key reason of the success of the eXo Platform is based on its team structure and management. With two remote development offices in Vietnam and Ukrain, it is important to use light and flexible work processes inherited from agile methodologies used in many Open Source projects.

A. Team Organization

Hence, we first have split the technical work in two different topics:

  1. implementing the embeddable products: needs more low level programming competencies
  2. implementing the end user products: needs ergonomics, artwork and web language knowledge to design User Interfaces

The Ukrainian office manages (1) while the Vietnam office manages (2).

Then each office has been split into several teams in order to industrialize and distribute the production process.

The Ukrainian office is composed of 6 teams:

  • Implementation of eXo JCR core
  • Implementation of eXo JCR extensions (protocol supports and clients like Microsoft Office plugin implementations)
  • Implementation of eXo PC
  • Implementation of the Web Service layer to open our platform to third parties developers
  • QA team to test and validate the product on several Application servers and Operating Systems
  • Admin System team to manage all our servers (hosted on Amazon EC2)

The Vietnam office is composed of 7 teams:

  • Specification and Documentation
  • Web Design
  • Web development (javascript, html and css)
  • Test
  • Implementing eXo Portal
  • Implementing eXo ECM
  • Implementing eXo CS

The first 4 teams are transverse ones as they can work with dedicated product teams.

Testers and doc writers have no technical background.

As end users products use the embeddable ones there is a tight collaboration between Ukrainian and Vietnamese teams. This is done thanks to a heavy use of collaborative and agile development tools:

  • Wiki
  • Bug Tracker
  • Continuous Integration
  • Source Control Tree (SVN)
  • Mailing Lists
  • Instant Messenger

Thanks to this team organization, we have been able to sustain our employment growth in order to foster our product portfolio extension.

B. QA Processes

To ensure Quality, we release – every 2 weeks – a new version of the community build on OW2 Forge

So far 3 Open Source Application Servers (AS) are distributed bundled with eXo: Tomcat 6, JOnAS and JBoss. If you would like other Open Source AS to be distributed too (GlassFish or Geronimo), please contact us. Commercial AS support like Weblogic or Websphere, that we can not freely distribute, are available through our subscription offering.

When the release day comes:

  • The nightly build version of each AS is used to start the test phase
  • On each version, a Sniff Test is made by the Test Team and a Release Note for each AS is written. The release note also points to a JIRA query that display all the issues that were resolved since the last date release
  • The Release Manager uploads the files to the forge

A Sniff Test is a set of Test Cases that will unsure a minimum quality for each community release. A Test Case is a functional integration test that tests a user behavior while browsing the Portal. Every 6 months, a subscription version is released with much more Test Case implied in the QA process.

The structure of a Test Case is quite simple, here is a Test Case Sample. As you can see, it references the other Test Case needed to run that one, some screenshots, a detail process on what have to be tested, a flash movie showing the correct test manipulation and a link to the JIRA issues that point or refer to this test. Wiki pages and JIRA issues should also reference the Test Case. Finally, test cases can also be used as quick tutorials.

This describes our current methodology and internal organization, it is not a final one nor the first one we used…we continuously improve the process!

Brahim Jaouane

I am a Digital Marketing specialist specialized in SEO at eXo Platform. Passionate about new technologies and Digital Marketing. With 10 years' experience, I support companies in their digital communication strategies and implement the tools necessary for their success. My approach combines the use of different traffic acquisition levers and an optimization of the user experience to convert visitors into customers. After various digital experiences in communication agencies as well as in B2B company, I have a wide range of skills and I am able to manage the digital marketing strategy of small and medium-sized companies.

Full-featured digital workplace with everything your employees need to work efficiently, smartly integrated for a compelling employee experience

  • Product
    • Software tour
    • Internationalisation
    • Mobile
    • No Code
    • Architecture
    • Integrations
    • Security
    • Open Source
  • Uses cases
    • Employee Portal
    • Knowledge management
    • Entreprise Social Network
    • Employee Engagement
    • Community Management
    • Extranet
  • Guides
    • What is a digital workplace?
    • Intranet guide
    • What is an extranet?
    • Employee engagement
    • Collaboration guide
    • Teamwork guide
    • Internal Communication guide
  • Enterprise
    • Product offer
    • Services Offer
    • Customers
    • About us
  • Resources
    • FAQs
    • Resource Center
    • Intranet Portal
    • What Is a Collaboration Software?
    • Talent Management
    • Employee Connection
    • Employee Intranet
    • Improve internal communication
    • eXo Tribe
  • Terms and Conditions
  • Legal
  • Privacy Policy
  • Accessibility
  • Contact us
  • Sitemap
  • Facebook
  • Twitter
  • LinkedIn
wpDiscuz