RTW

Rico Tri Wibowo

QA Engineer & Project Manager

Bandung, Indonesia

QA Engineer with a project management foundation and over six years of combined experience across digital product delivery, university operations, and entrepreneurial leadership. Specialized in test planning, API testing, and cross-functional team coordination across mobile and web platforms.

6+

Years Exp.

15+

Projects

500+

Test Cases

$rico --connect
Initializing connection...
QA Engineer & PM available.
Open to new opportunities.
Download CV

QA Engineer

Rolling Glory

QA Nov 2024 – Present
  • Conduct manual and API testing for mobile & web applications
  • Write and maintain test cases, bug reports, and QA documentation
  • Coordinate UAT sessions with clients and internal teams
  • Tools: Postman, JIRA, Hopscotch, VS Code

Administration Staff — Communication Studies

Telkom University

Admin Oct 2024 – Present
  • Manage academic and administrative documentation for the department
  • Support faculty-student communication and scheduling workflows
  • Coordinate departmental events and operational activities

Chief Operating Officer

PSI Indonesia

Ops Jul 2023 – Present
  • Oversee day-to-day operations across all departments
  • Lead project planning and cross-functional team coordination
  • Drive process improvement initiatives and operational efficiency
  • Manage vendor relationships and stakeholder communication

Administration Staff — Research & Community Service

Telkom University

Admin Feb 2021 – Nov 2024
  • Administered documentation and reporting for research programs
  • Coordinated community service initiatives and outreach events
  • Maintained data accuracy across institutional databases

Junior Project Manager

Rolling Glory

PM Sep 2019 – Nov 2020
  • Managed project timelines, scope, and deliverables for 6+ products
  • Facilitated daily standups and sprint planning sessions
  • Served as the primary liaison between the dev team and clients
  • Delivered mobile and web projects on schedule and within scope
QA

Sales Force App — Retail & Distribution

Comprehensive QA for a national retail & distribution enterprise's sales force automation app covering 6 user roles across the full distribution hierarchy.

12 modules 206 test cases 6 user roles
Functional TestingUATMobile AppBug TrackingDocumentation
QA

Bebeclub — Loyalty CMS & Mobile App

End-to-end testing and user manual authoring for a loyalty platform across web CMS and consumer-facing mobile app.

138 test cases 14 app journeys 4 CMS modules 2 manual versions
E2E TestingCMSMobile AppUser ManualRegression Testing
QA

Treasury — Gold Investment Platform

Feature testing for a gold investment platform covering complex transaction flows, KYC verification, and financial data accuracy.

9 features across website + H5 166 test cases 2 platforms
FintechKYC TestingAPI TestingMobile WebRegression
QA

Spin Wheel Campaign — Loyalty Feature

Test coverage for a loyalty spin wheel campaign feature deployed across two separate enterprise clients.

89 test cases 12 features 2 clients
Campaign FeatureCMSUATEdge Case TestingMulti-client
QA

Community Health Worker App — Public Health Field Tool

Regression and functional testing for a field application supporting community health workers, covering geolocation tracking, kit inventory management, and health screening workflows.

289 test cases 3 modules 122-item regression suite
Functional TestingRegression TestingMobile AppField Operations
QA

AI Quiz Campaign — Maternal & Child FMCG Brand

End-to-end test coverage for an AI-driven quiz campaign, covering form validation, quiz logic, and full user flow scenarios.

75 test cases Form, Quiz & E2E coverage
E2E TestingCampaign FeatureFMCGFunctional Testing
QA

Interactive Game App — Maternal & Child FMCG Brand

End-to-end and UI/copy QA across multiple build and release cycles for an interactive mobile game, including authoring user guideline documentation.

10 release cycles E2E + UI/copy QA
Mobile AppE2E TestingUI ReviewFMCGDocumentation
PM

Corporate Website — Automotive Conglomerate

End-to-end project management for a corporate website for one of Indonesia's largest conglomerates.

2 FSD versions 1 admin manual Full lifecycle
FSD DocumentationStakeholder ManagementCorporate Website
PM

Hospital Website — National Healthcare Network

Multi-branch hospital website operations covering content updates, editorial planning, and crisis communications during COVID-19.

4 branches 8 content categories 6-month plan
HealthcareContent StrategyWebsite ManagementStakeholder Communication
PM

Nutrition Portal — Maternal & Child FMCG Brand

Managed content production pipeline for a maternal and child nutrition portal in collaboration with a health content partner.

60+ content pieces 11 articles 42 meetings
HealthcareEditorial PlanningContent ManagementFMCG
PM

Multi-brand Website — Pharmaceutical Group

Coordinated website content revision across 9 product lines within a major pharmaceutical group.

9 product lines Multiple revision cycles
PharmaceuticalMulti-brandContent StrategyRevision Management
PM

E-commerce App — Building Materials Group

Managed delivery of an e-commerce web and mobile app for a building materials group across 3 sub-brands.

3 sub-brands 3 UI review cycles 40 meetings
E-commerceMobile AppMulti-brandTimeline Management
PM

Mobile Game — Pharmaceutical Brand Activation

Managed delivery and quality coordination of a branded mobile game for a pharmaceutical factory visit campaign.

iOS & Android UXPin tested OTD completed
Mobile AppPharmaceuticalUX TestingBrand Activation
Ops

PSI Indonesia — Certification Program

Co-founded and managed Indonesia's franchise of The Public Speaking Institute Philippines, delivering international certification events.

5 events 100+ certified 2 Speech Camps
Event ManagementOperationsB2B ContractsInternational Partnership
interface QAEngineer {
    name:            string[];
    role:            string[];
    yearsExperience: string[];
    location:        string[];
};

interface Skills {
     qa:                string[];
    projectManagement: string[];
    designMultimedia:  string[];
    webDigital:        string[];
    tools:             string[];
};

// --- Profile ---
const me: QAEngineer = {
    name:            'Rico Tri Wibowo',
    role:            ['QA Engineer', 'Project Manager', 'COO'],
    yearsExperience: '6+',
    location:        'Bandung, Indonesia',
};

// --- Skills by Category ---
const skills: Skills = {
    qa: [
        'Test Planning & Strategy',
        'Manual Testing',
        'API Testing (Postman)',
        'Regression Testing',
        'Bug Reporting & Triage',
        'Test Case Documentation',
        'UAT Coordination',
    ],
    projectManagement: [
        'Agile / Scrum',
        'Sprint Planning',
        'Stakeholder Management',
        'Risk Assessment',
        'JIRA / Trello',
    ],
    designMultimedia: [
        'Adobe Premiere Pro',
        'Adobe Photoshop',
        'Canva',
        'OBS Studio',
        'vMix',
    ],
    webDigital: [
        'HTML / CSS',
        'Basic JavaScript',
        'CMS Management',
        'SEO Basics',
        'Analytics',
    ],
    tools: [
        'Postman',
        'VS Code',
        'MS Office Suite',
        'Hopscotch',
        'Google Workspace',
    ],
};

// --- Career Stats ---
const stats = {
    yearsExperience:   '6+',
    projectsDelivered: '15+',
    testCasesWritten:  '500+',
};

// --- Contact ---
const contact = (channel: string): string => {
    switch (channel) {
        case 'email':     return 'ricobowo10@gmail.com';
        case 'linkedIn':  return 'linkedin.com/in/rico-tri-wibowo';
        case 'instagram': return 'instagram.com/ricobowo_';
        case 'twitter':   return 'twitter.com/ricobowo_';
        default:          return 'See social links.';
    }
};

Let's Build Quality Products Together

With over six years of combined experience across QA engineering, project management, and operations, I help teams ship digital products that work — reliably, on time, and with full documentation. From structured test plans and API validation to end-to-end project delivery across mobile and web.

What I Do

  • Quality Assurance & Testing

    Functional, regression, and E2E testing across mobile apps, web platforms, and CMS.

  • Project Management

    End-to-end delivery — from FSD/SoW documentation to UAT sign-off and post-launch QA.

  • API Testing & Bug Tracking

    Postman for API validation, Hopscotch for manual testing, structured bug triage.

  • Stakeholder Communication

    Cross-functional coordination with clients, developers, and business teams.

  • Documentation & User Manuals

    Clear, structured docs — test cases, user manuals, QA guides, and technical reports.

Why Work With Me?

  • 500+ test cases executed across 7 enterprise product cycles.
  • Managed 15+ projects for enterprise clients across FMCG, pharmaceutical, and automotive sectors.
  • Comfortable on both sides — technical QA depth and strategic project oversight.
  • Detail-oriented, async-friendly, and documentation-first in every engagement.

If you're looking for a QA engineer, project manager, or someone who does both —
let's talk.