Best Web Testing Tools in 2026

web testing tools

🤖 Summarize this article with AI:

💬 ChatGPT     🔍 Perplexity     💥 Claude     🐦 Grok      🔮 Google AI Mode

You need to know which web testing tools are worth your time. This list covers the full range — from code-first frameworks to no-code recorders to cross-browser cloud platforms — with honest strengths, limitations, and clear guidance on which team each tool actually fits.

One thing most tool lists skip: maintenance cost. A tool that looks clean in a demo can collapse the first time your UI shifts. We cover that too.

🎯 Best Web Testing Tools in 2026 — Shortlist

🚀 Best for startups & fast-moving SaaS teamsBugBug  Low-code Chrome recorder with stable selectors, Edit & Rewind debugging, built-in email testing, and zero infrastructure.

🧑‍💻 Best for developer teams who want full framework controlCypress / Playwright  Code-first frameworks built for JavaScript-heavy apps. Fast, reliable, and deeply configurable.

🌍 Best for large-scale cross-browser & device coverageBrowserStack / LambdaTest  Run your existing tests across 2,000+ browser and OS combinations. Powerful execution infrastructure — but you'll still need to build and maintain the tests separately.

🤖 Best for enterprise teams with constantly-changing UIsMabl / Testim  AI-powered self-healing keeps tests stable as your product evolves. Built for continuous testing at scale — pricing reflects that.

🔤 Best for non-technical teams who prefer plain EnglishTestRigor Write tests in natural language instead of clicking or coding. Accessible — but less precise control over individual steps than a visual recorder.

🏁 Best free starting point for basic automationSelenium IDE Browser extension for quick record-and-play. Familiar if you know Selenium — but struggles with complex scenarios.

Quick Comparison: Web Testing Tools at a Glance

Check this before reading the full entries. It covers the dimensions that matter most when choosing.

Tool Free plan Browser coverage No infra needed CI/CD Best for
Playwright Yes (open-source) Chrome, Firefox, Safari, Edge No (self-hosted) Yes Dev teams, JS/Python stacks
Cypress Free tier Chrome, Firefox, Edge No (self-hosted) Yes Frontend devs, JS-heavy apps
Selenium Yes (open-source) All major browsers No (requires grid) Yes Teams with infra expertise
BugBug Yes (unlimited) Chromium only Yes Yes SaaS startups, web-only E2E
Mabl Trial only Multi-browser Yes (cloud) Yes AI-assisted, fast-moving teams
Testim Trial only Chrome, Edge Yes (cloud) Yes Enterprise SaaS, changing UIs
Katalon Limited free Multi-browser Partial Yes Hybrid teams: web + API + mobile
testRigor Trial only Multi-browser Yes (cloud) Yes Non-technical testers, plain English
Rainforest QA No Multi-browser Yes (cloud) Yes Teams leaving manual testing
BrowserStack Trial only 3,500+ combos Yes (cloud) Yes Cross-browser + real device coverage
LambdaTest Free tier 3,000+ combos Yes (cloud) Yes Scale cloud execution, AI features

Effective web testing ensures websites function correctly across different browsers and devices. It's also important to consider operating systems, as comprehensive testing should cover Windows, macOS, and Linux for consistent performance and compatibility.

Note: Cypress only works with Firefox and Chromium browsers and does not support Safari or Internet Explorer. In contrast, Selenium supports all major browsers and runs on all major operating systems including Windows, macOS, and Linux.

Looking specifically for free and open-source testing tools? See the dedicated guide: Free and Open-Source Test Automation Tools.

Low-Code and No-Code Web Testing Tools

Low-code testing tools provide a visual, drag-and-drop interface for test creation, allowing teams to build automated tests with minimal coding, while no-code testing tools are designed for individuals with no programming knowledge and offer a fully visual interface for creating tests through simple point-and-click actions. No-code tools like Rainforest QA allow anyone on a team to start writing and maintaining automated tests without any training. These tools enable faster test creation by allowing users to create recorded tests visually or through natural language, removing the need to write or maintain test scripts. Automated tests can be created and maintained efficiently, but it's important to note that low-code tools often require specialized headcount to maintain tests and can create bottlenecks in the release process. Low-code testing tools allow for some custom scripts and code to support advanced scenarios, offering more flexibility than no-code solutions, but less than full-code frameworks. Infrastructure is included. The trade-off is less architectural flexibility — but for web-focused teams that want fast coverage without owning a framework, that’s the right trade.

BugBug

BugBug - low-code automation tool

Best for: SaaS startups and web-only teams that want fast, low-maintenance E2E automation without infrastructure ownership.

Pricing: Free plan with unlimited tests and users. Paid plans from $189/month.

BugBug creates recorded tests by capturing user interactions as you click through your app — no scripts, no selectors to manage. The Chrome extension captures real browser interactions (not JavaScript simulation), which means login flows, form inputs, and file uploads behave as a real user would. BugBug is designed specifically for testing web applications, including SPAs and enterprise portals. Tests run locally for free or on a cloud schedule on paid plans.

Strengths:

  • No code test creation: Record clicks, inputs, and flows directly in your browser and turn them into automated web tests instantly — no framework or setup required.
  • Low maintenance: Edit & Rewind and smart waits reduce flaky tests and keep your web test suite healthy without ongoing manual upkeep.
  • Unlimited execution: Run tests locally or in the cloud without run limits. Schedule suites to monitor your web app's health continuously.
  • CI/CD integration: Connects with GitHub, GitLab, and other pipelines so web tests run automatically on every build.
  • Built for web apps: Optimized for Chromium-based environments with support for modern web behaviors and dynamic elements.

Limitations:

  • Chromium/Chrome only: BugBug runs tests in Chromium-based browsers. If cross-browser coverage across Firefox or Safari is a hard requirement, you'll need to supplement with another tool.
  • No deep framework customization: Teams that need complex data-driven scripting or framework-level control beyond pragmatic JavaScript support will find dedicated frameworks like Playwright or Cypress a better fit.

Mabl

mabl

Best for: Fast-moving teams that want AI-powered test maintenance and accept usage-based pricing.

Pricing: Usage-based. No published flat rate — pricing scales with test volume.

Mabl is a low-code platform built around AI auto-healing — when your UI changes, Mabl attempts to update affected tests automatically. It supports web, API, and email testing in one platform with CI/CD integration throughout. Best for teams that want to reduce the manual work of fixing broken tests after every sprint.

Strengths:

  • AI auto-healing adapts tests when UI elements shift, reducing manual maintenance cycles.
  • Comprehensive testing features including UI test automation, API testing, and data-driven testing.
  • Supports data-driven testing, allowing tests to be run with varied inputs from external data sources.
  • Enables creation and maintenance of automated tests through a visual, low-code interface.
  • Covers web, API, and functional testing in a single platform.
  • Strong CI/CD pipeline integration with built-in insights and alerting.

Limitations:

  • Usage-based pricing can scale unpredictably for high-volume test suites.
  • Auto-healing can behave unexpectedly on highly dynamic or JavaScript-heavy UIs.
  • Smaller community and ecosystem than Playwright or Cypress.

Testim

testim

Best for: Enterprise SaaS teams managing large UI test suites where the UI changes frequently.

Pricing: Paid only. Custom enterprise pricing — no self-serve free plan.

Testim is a low-code testing tool that enables faster test creation through a visual, drag-and-drop interface and recorded tests. Teams can quickly build automated tests by capturing user interactions, minimizing the need for manual scripting. Testim supports both low-code and full-code approaches, making it suitable for teams with varying technical skills who want to balance ease of use with flexibility. Its AI-powered locators adapt when UI elements change, targeting the single most common cause of test suite breakage. It supports both visual (codeless) and code-based test authoring, making it usable for teams that want to start no-code but add scripting as complexity grows.

Strengths:

  • AI locators reduce the maintenance burden on teams with constantly-evolving UIs.
  • Both visual and coded authoring paths — start codeless, add scripting later.
  • Faster test creation with low code tools and recorded tests.
  • Solid CI/CD and test management integration built in.

Limitations:

  • No meaningful free plan — expensive for smaller teams to evaluate properly.
  • AI maintenance can produce unexpected results on unusually dynamic frontends.

Katalon Platform

Katalon

Best for: Hybrid teams that need web, API, mobile, and desktop testing in one platform.

Pricing: Limited free tier. Paid plans for teams and enterprise.

Katalon is an all-in-one platform that combines a visual recorder with keyword-driven scripting. Teams can start codeless and add scripted logic as complexity demands — without switching tools. It’s the right choice for teams that need unified coverage across multiple test types and are comfortable with a heavier platform. Katalon Studio offers both codeless and full-scripting options for testing web, mobile, and APIs, with built-in reporting and analytics.

Strengths:

  • Comprehensive testing features including web, API, mobile (via Appium), and desktop testing in a single platform.
  • Supports API testing and data-driven testing, allowing integration of external data sources for increased test coverage and reliability.
  • Both codeless and scripted modes — grow from recorder to full scripting without migrating.
  • Strong CI/CD support with built-in analytics and reporting.

Limitations:

  • Steeper learning curve and setup overhead than pure no-code tools.
  • IDE-based workflow adds friction for teams used to browser-native tooling.
  • Overkill if you only need web testing.

testRigor

TestRigor

Best for: Non-technical teams who want to write tests in plain English rather than clicking through a visual recorder.

Pricing: Enterprise pricing. No self-serve free plan.

testRigor is a no-code testing tool specifically designed for individuals with no programming knowledge. It enables users to create and maintain automated tests through a fully visual interface, making it accessible to non-technical users. Users can write tests by describing actions the way a human would: “Click on ‘Login’” or “Enter ‘john@example.com‘ into ‘Email’.” The platform translates natural language into executable tests, aiming to eliminate selector maintenance entirely.

Strengths:

  • No selectors, no DOM interaction — tests are written in structured plain English.
  • Cross-browser web, API, and mobile test support in one platform.
  • Accessible to fully non-technical stakeholders and product teams. No programming knowledge required to create automated tests.

Limitations:

  • Requires learning testRigor’s specific natural-language syntax — it’s not free-form English.
  • Complex conditional logic becomes verbose and harder to maintain.
  • Fully cloud-dependent — no local execution option.

Rainforest QA

image.png

Best for: Startups and product teams transitioning from manual testing to automated UI validation without building an automation framework.

Pricing: Usage-based. No flat-rate public pricing.

Rainforest QA is a no-code test automation platform focused on visual testing. As a no-code tool, it enables anyone on the team to start writing and maintaining automated tests without any training. Tests are created using recorded tests that capture user interactions, making test creation simple and accessible. Rainforest QA emphasizes visual testing by default, helping teams catch visual bugs that traditional functional tests might miss. It includes built-in visual validation, video recordings of test runs, and cloud execution across Windows and macOS environments.

Strengths:

  • Visual test creation without selector knowledge — accessible to QA teams coming from manual testing.
  • Uses recorded tests to capture user interactions for automated test creation.
  • Built-in video recordings and test artifacts for every run.
  • Good CI/CD integration with Jira, Slack, and MS Teams.

Limitations:

  • Less flexible for complex conditional flows than BugBug or Testim.
  • No free plan — usage-based pricing can become expensive at volume.

Code-First Frameworks

Selenium WebDriver is the foundational automation tool for web testing and is widely adopted. If your team owns and maintains test infrastructure, these are the most flexible and widely adopted options. They require JavaScript or Python knowledge, but give you full control over test architecture, parallelism, and CI integration.

These open source frameworks allow you to create a wide variety of test cases, including complex test cases and edge cases, through coding and scripting. However, writing and maintaining test code can require significant maintenance, especially as your suite grows or when handling complex test cases. Open source frameworks like Selenium also require coding skills and are typically not a good fit for resource-constrained startups that prioritize speed. Additionally, the expense of hiring QA engineers and developers is often the biggest financial cost of using open source frameworks.

Playwright

playwright-meme

Best for: Developer-led teams who want fast, reliable cross-browser automation with first-class async support.

Pricing: Free and open-source. Cloud execution (Playwright Cloud / third-party) adds cost.

Playwright is Microsoft’s modern test automation framework. It supports testing across multiple browsers—Chromium, Firefox, WebKit (Safari), and Edge—with a single test suite, and supports testing in multiple contexts, including incognito sessions. Playwright also supports multiple languages such as JavaScript, Python, Java, and .NET, making it adaptable for diverse teams. Its API is highly intuitive, especially for those familiar with JavaScript or Python. Playwright includes a test code generator, which simplifies creating and maintaining reliable test scripts. It runs tests in parallel by default and handles async UIs, iframes, and network interception better than most alternatives. It’s the most actively developed framework in the category.

Strengths:

  • Cross-browser out of the box — Chrome, Firefox, Safari, and Edge with a single test suite.
  • Auto-waiting built in — tests don’t need manual waits or sleep() hacks for async elements.
  • Parallel execution by default, making large test suites fast to run in CI.

Limitations:

  • Requires JavaScript or Python skills. Not accessible to non-developers.
  • You own the infrastructure — test runners, CI configuration, and grid management are your responsibility.
  • Maintenance load is real: any UI change that breaks selectors needs manual code updates.

Cypress

cypress

Best for: Frontend developers who want an excellent local debugging experience and tight integration with JavaScript apps.

Pricing: Free open-source version. Cloud (Cypress Cloud) from $75/month for teams needing parallel runs and recording. Cypress requires Cypress Cloud for parallel tests and test recording, which can increase costs.

Cypress is the most developer-friendly of the major frameworks. Its real-time reload, visual test runner, and step-by-step replay make debugging significantly faster than Selenium or Playwright. It’s best for teams building React, Vue, or Angular apps who want their tests close to the component layer.

Strengths:

  • Visual test runner with step-by-step replay makes debugging failures fast and intuitive.
  • Automatic waiting and retry logic reduces flakiness for dynamic SPAs.
  • Large ecosystem and strong community documentation.

Limitations:

  • No Safari support. Cross-browser coverage is weaker than Playwright.
  • No native mobile testing — requires separate tools for iOS/Android.
  • Still requires JavaScript skills and framework maintenance.

Selenium

selenium

Best for: Teams with an existing Selenium investment, or those needing maximum browser and language flexibility.

Pricing: Free and open-source. Infrastructure (Selenium Grid, cloud providers) adds cost.

Selenium WebDriver is the core open source tool for browser automation and remains the original browser automation standard, making it the most widely used testing framework in enterprise environments. Selenium supports all major browsers and runs on all major operating systems including Windows, macOS, and Linux. It supports every mainstream programming language. Its ecosystem — including Selenium Grid for parallel execution and integrations with every CI/CD tool on the market — is unmatched. However, using Selenium requires writing and maintaining test code for a wide variety of test cases, including complex test cases, which can involve significant maintenance, especially at scale. Teams often need to integrate Selenium with other tools for features like visual regression testing or cross-browser compatibility. The trade-off is setup and maintenance overhead.

Strengths:

  • Broadest language support — Java, Python, JavaScript, C#, Ruby, and more.
  • Massive ecosystem: documentation, community, and tooling built over 15+ years.
  • Supported by all major cloud testing platforms (BrowserStack, Sauce Labs, LambdaTest).

Limitations:

  • Higher setup and maintenance burden than modern alternatives — Selenium Grid requires infrastructure management.
  • No built-in waiting; flaky tests require manual waits or complex wait strategies.
  • Playwright has largely surpassed it on developer experience for new projects.

Device Clouds and Real Device Testing Infrastructure Platforms

These platforms don’t create tests. They provide access to real browsers, devices, and a wide range of operating systems and mobile platforms, as well as virtual devices for scalable and cost-effective testing. Device clouds like BrowserStack and LambdaTest offer thousands of real browser and device combinations, enabling comprehensive cross-platform testing. These platforms support web app tests on both real and virtual devices, ensuring your applications work seamlessly across different operating systems and mobile platforms. If cross-browser coverage or real mobile device testing is the problem you’re solving — these are the right tools.

BrowserStack

browserstack

Best for: Teams that need broad cross-browser and real mobile device coverage at scale.

Pricing: From $29/month for manual. Automate plans scale by parallel sessions.

BrowserStack provides access to 3,500+ real browser and device combinations, including virtual devices for faster and more cost-effective testing. You run your existing Selenium, Playwright, or Cypress tests against BrowserStack’s infrastructure — it doesn’t write tests for you. The low-code automation layer allows some codeless test creation, but BrowserStack is primarily an execution environment.

Strengths:

  • 3,500+ browser, operating systems, and real or virtual device combinations — the most comprehensive device matrix available.
  • Supports testing across multiple mobile platforms, including iOS and Android, as well as major desktop operating systems like Windows, macOS, and Linux.
  • Works with all major frameworks — Selenium, Playwright, Cypress, Appium, and more.
  • Enables web app tests on real devices for both iOS and Android, not just emulators.

Limitations:

  • Not a test creation tool — you still need to write and maintain your own tests.
  • Expensive at scale, especially for high-concurrency parallel execution.
  • Network latency can affect test stability for timing-sensitive scenarios.

TestMu AI (formerly Lambdatest)

lambdatest

Best for: Teams needing scalable cloud execution with AI-enhanced capabilities including natural-language test creation via KaneAI.

Pricing: Free tier available. Paid plans scale by concurrency and usage.

TestMu AI is a cloud testing platform with 3,000+ browser and OS combinations and 10,000+ real devices. It supports all major automation frameworks and adds KaneAI — a GenAI-native test agent that lets teams create and maintain tests using natural language. Unlike BrowserStack, it has both an execution layer and an AI test creation layer.

Strengths:

  • Provides access to virtual devices and supports testing across a wide range of mobile platforms (iOS and Android) and operating systems (Windows, macOS, Linux).
  • Enables web app tests on real devices for both iOS and Android.
  • KaneAI enables natural-language test creation on top of a cloud execution platform — unique combination.
  • Free tier available, unlike BrowserStack.
  • Parallel test execution across 3,000+ combinations cuts suite run time significantly.

Limitations:

  • KaneAI and AI features have a learning curve for teams new to prompt-based test authoring.
  • Requires stable internet — no local run fallback.

How to Choose the Right Web Testing Tool

Most teams make the same mistake: evaluating tools by feature count. The better evaluation criteria is maintenance tolerance — who on your team will keep these tests passing 12 months from now? Effective tool selection for testing depends on the team's skills, project complexity, and long-term maintenance costs. The development team's involvement and skillset are critical factors in choosing the right web testing tools, as reliance on specialized personnel or coded test scripts can impact software delivery and quality. Additionally, the complexity of testing tools and the availability of specialized personnel can bottleneck the release process. Prioritizing test coverage is essential to ensure comprehensive testing across devices and browsers, detect bugs early, and support confident deployment.

The four questions that matter:

  1. Who writes and maintains tests? If only developers can maintain your test suite, a code-first framework is fine. If you need QA engineers or product teams contributing, you need a recorder-based tool.
  2. What browser coverage do you actually need? Most web apps break in Chrome or Safari. If you need the full device matrix, a cloud platform is part of the answer. If Chrome coverage is sufficient, a Chromium-only tool like BugBug removes unnecessary cost and complexity.
  3. How often does your UI change? Frequent UI changes mean frequent test breakage. AI-healing tools (Mabl, Testim) reduce this cost. Simpler tools require more frequent re-recording. Code frameworks require script updates.
  4. Do you want to own infrastructure? Frameworks give you full control and full responsibility. SaaS tools (BugBug, Mabl, testRigor) include cloud execution — no grids, VMs, or Docker required.

Code-First vs No-Code: The Real Trade-Off

The choice isn’t about which is better — it’s about which maintenance model fits your team.

Factor Code-first frameworks Low-code / no-code tools Device clouds
Test creation Write and maintain test code for various test cases, including complex test cases Visual recorder, drag-and-drop, or natural language; minimal or no programming knowledge required Bring your own tests
Who authors tests Developers with programming knowledge QA, devs, product teams; suitable for teams with limited programming knowledge Developers / QA
Infrastructure You own it (grid, CI runners) Included or minimal Included (cloud)
Maintenance Manual — you fix broken scripts and update test code Re-record steps, AI healing Minimal (environment only)
Flexibility Full control for handling complex test cases Limited by tool scope; low code tools and low code testing tools balance ease of use and flexibility Execution-only
Best for Complex apps, framework control, and scenarios requiring custom test code Fast coverage, cross-team collaboration, and automated testing with low-code or no-code testing tools Cross-browser at scale

Note: Open source automated testing frameworks require coding skills and are typically not a good fit for resource-constrained startups that prioritize speed. Low-code and no-code testing tools enable automated testing with minimal or no programming knowledge, making them accessible for teams without deep technical expertise. Automated testing tools in both categories support a wide range of test cases, but code-first frameworks are necessary for advanced or complex test cases.

The Real Cost of a Web Testing Tool

Most teams compare testing tools by pricing page. But the license price is rarely the real cost. Before committing, budget for:

  • Authoring cost. How long does it take to create a reliable test? A visual recorder can produce a passing test in minutes. A Selenium script for the same flow might take hours. Many automated testing tools require interaction with locators, which can slow down test creation and maintenance of test code. Vendor lock-in is also a risk—switching tools may require rewriting all your tests.
  • Maintenance cost. How often do tests break when the UI changes? This is the single biggest variable in long-term ROI. Tools with AI healing or fast re-recording change the math significantly. Significant maintenance is often required for test code, especially as test suites grow. Automated tests can help detect bugs early and allow teams to focus on more complex tasks that require human expertise. Early defect detection is achievable by automating tests early in the software development lifecycle, making bugs cheaper to fix.
  • Infrastructure cost. Selenium Grid, parallel execution runners, device clouds — these are real costs that don’t appear on the framework’s pricing page.
  • Debugging cost. When a test fails at 2am on a CI pipeline, how quickly can your team understand why? Debugging failed tests can be challenging due to cryptic error messages and difficult-to-navigate logs, making it hard to understand why tests fail. Video recordings, step-by-step logs, and DOM snapshots are not universal.
  • Ownership clarity. Who fixes broken tests? Who updates dependencies? Who manages CI stability? If the answer is unclear, the tool will create more problems than it solves.

Additionally, consider test coverage: comprehensive automated tests across devices and browsers improve QA efficiency and support confident deployment of web applications.

Which Tool Should You Actually Use?

Run through these scenarios. Most teams land in one of them.

  1. You need full framework control and have engineering resources: Playwright for new projects. Cypress for JavaScript-heavy frontend teams. Selenium if you have existing investment or need maximum language flexibility. These automated testing tools are essential for web application testing, supporting end-to-end testing, regression testing, and visual regression testing. They allow you to execute tests and run them across multiple browsers and devices, especially when paired with parallel testing features for improved test coverage.
  2. You’re a SaaS startup and want first test running this week: BugBug. Free plan, Chrome extension, no infrastructure. First test in under 10 minutes. Upgrade to cloud runs when needed. Automated testing tools like BugBug help small development teams quickly start testing web applications and running tests without heavy setup.
  3. Your UI changes constantly and tests keep breaking: Mabl or Testim. The AI maintenance cost justifies itself when the alternative is an engineer spending two days a sprint fixing selectors. Advanced testing tools like testRigor also offer AI-powered plain English test creation and self-healing capabilities that adapt to UI changes, reducing the maintenance burden on your development team.
  4. You need cross-browser and real-device coverage: BrowserStack or LambdaTest. Pair with a test creation tool — neither platform writes tests for you. These platforms enable parallel testing and allow you to execute tests across a wide range of browsers and devices, improving test coverage and efficiency.
  5. Your team is non-technical and can’t use a visual recorder: testRigor or Rainforest QA. Accept the learning curve for testRigor’s syntax or Rainforest’s visual validation model. Visual testing is crucial for catching UI issues; tools like Applitools specialize in visual testing using AI to ensure UI consistency by comparing screenshots against a baseline, while also supporting visual regression testing.
  6. You need web, API, mobile, and desktop in one platform: Katalon. It’s heavier to set up than any pure web tool, but it eliminates the need to manage multiple testing platforms. For API testing, Postman is a leading tool with a user-friendly interface for design, test, and documentation. For performance testing, Apache JMeter is an open-source tool that simulates heavy user traffic to analyze system performance. For mobile app testing, Appium is an open-source tool that specializes in native mobile app and mobile web app tests for iOS and Android devices, though setup for iOS can be complex and may require Xcode and specific iOS versions.

When testing web applications, consider the importance of test coverage, the ability to execute tests in parallel, and the development team's role in maintaining automated tests. Advanced tools can use AI for auto-healing scripts, automatically updating element locators when the UI changes, which helps maintain robust web application testing workflows.

Happy (automated) testing!

FAQ: Web Testing Tools

Speed up your entire testing process

Automate your web app testing 3x faster.

Start testing. It's free.
  • Free plan
  • No credit card
  • 14-days trial
Dominik Szahidewicz

Technical Writer

Dominik Szahidewicz is a technical writer with experience in data science and application consulting. He's skilled in using tools such as Figma, ServiceNow, ERP, Notepad++ and VM Oracle. His skills also include knowledge of English, French and SQL.

Outside of work, he is an active musician and pianist, playing in several bands of different genres, including jazz/hip-hop, neo-soul and organic dub.