Software Alternatives, Accelerators & Startups

Codeception VS Testomatio

Compare Codeception VS Testomatio and see what are their differences

Codeception logo Codeception

Codeception is a new full-stack testing PHP framework.

Testomatio logo Testomatio

Testomat.io โ€” Test Management System for automated tests. A powerful solution to keep and sync your automated and manual tests in one place, provides to make testing activities completely visible and transparent for all teammates Dev, PM, BA
  • Codeception Landing page
    Landing page //
    2022-08-03
  • Testomatio Landing page
    Landing page //
    2023-10-20
  • Testomatio
    Image date //
    2025-03-25
  • Testomatio
    Image date //
    2025-03-25
  • Testomatio
    Image date //
    2025-03-25
  • Testomatio
    Image date //
    2025-03-25
  • Testomatio
    Image date //
    2025-03-25
  • Testomatio
    Image date //
    2025-03-25
  • Testomatio
    Image date //
    2025-03-25
  • Testomatio
    Image date //
    2025-03-25

Test management system featuring built-in AI capabilities. It seamlessly integrates with popular test automation frameworks and CI\CD tools, consolidating your automated and manual tests in one place. These ensure testing efforts are highly organised and transparent and facilitate collaboration among stakeholders when they look to advanced analytics reports.

Best Features

โœ”๏ธ Powerful bidirectional Jira Plugin โ€“ link test to user stories and defects and many more, run your tests directly from Jira, then analyse result with Jira Statistic Analytics widget.

โœ”๏ธ Enterprise-ready โ€“ exellent performance, AQAs can run even 15 000 tests at once, and check result even 1 test is executed.

โœ”๏ธ BDD & Test Case Management โ€“ supports Gherkin syntacs and Behavior-Driven Development structured test case organization.

โœ”๏ธ Exeptional Flexible Execution โ€“ allow you pick tests and running them as you need to focus on particular areas.

โœ”๏ธ Version Control & Test History โ€“ tracks test changes, allowing teams to monitor progress and maintain their consistency.

โœ”๏ธ Test documentation Role โ€“ Designed for Agile teams, as singe source of true.

Codeception

Pricing URL
-
$ Details
Platforms
-
Release Date
-

Testomatio

$ Details
freemium $29.99 / Monthly (10% discount pay for year)
Platforms
Web Windows Google Chrome Mac OSX Linux Firefox Safari JavaScript PHP Slack Node JS Microsoft Teams TypeScript Cloud Docker Jenkins Bamboo
Release Date
2020 November
Startup details
Country
Poland

Codeception features and specs

  • Unified Testing Framework
    Codeception allows you to write tests for unit, functional, and acceptance testing in one framework, offering a consistent interface and reducing the need to switch between tools.
  • BDD Support
    Codeception supports Behavior Driven Development (BDD) which enables writing human-readable test scenarios, making it easier for non-developers to understand test cases.
  • Modular Architecture
    Codeceptionโ€™s modular architecture makes it highly extensible and customizable, allowing the reuse of modules and integration with popular frameworks like Symfony, Laravel, and Yii.
  • Comprehensive Suite of Helpers
    It offers a wide range of helper modules for various tasks and integrations, such as interacting with web pages and SOAP/REST APIs, which simplifies the setup of tests.
  • Active Community and Documentation
    Codeception has an active community and comprehensive documentation, which provides support and examples for most use cases.

Possible disadvantages of Codeception

  • Complex Setup for Beginners
    The flexibility and feature set of Codeception might be overwhelming for newcomers, requiring more time to understand and correctly set up the environment.
  • Steep Learning Curve
    Codeceptionโ€™s comprehensive range of functionalities and modularity may result in a steeper learning curve compared to simpler testing frameworks.
  • Overhead for Small Projects
    For small projects, Codeception might be an overkill due to its complex configuration and multitude of features, which might not all be needed.
  • Heavy Dependency on PHP
    As Codeception is a PHP-based testing framework, teams using multiple languages or technologies might require separate solutions for non-PHP environments.
  • Performance Overhead
    Running complete acceptance tests through browsers can lead to performance overhead, especially for large test suites, possibly requiring more infrastructure and time.

Testomatio features and specs

  • Integrations with modern js automated test frameworks
    Mocha, CodeceptJs, Testcafe, Protractor, WebdriverIO, Cucumber, Jest, Protractor
  • Branching
    Branching and versioning for test cases like git
  • BDD support
    Gherkin editor, intelligent steps database and autocompletion, Importers from other TMS with ability to convert tests to BDD format
  • Migrations
    Migrations from other TMS: Testrail, QASE, Zephyr, qTest etc
  • Real-time reporting
    Public read-only and detailed Real-time reporting
  • Living Docs
    Autogenerated living documentation and collaboration tools
  • Native integrations
    Jira, Confluence native integrations,
  • Manager effectively test cases
    Tagging, Labels, filtering, priority test cases

Codeception videos

Our First Acceptance Test [6/24] Codeception & Symfony2

More videos:

  • Tutorial - How to Run Codeception Tests [5/24] Codeception & Symfony2
  • Review - Bootstrapping Codeception [2/24] Codeception & Symfony2

Testomatio videos

3 Amigos testomat.io session

Category Popularity

0-100% (relative to Codeception and Testomatio)
Automated Testing
65 65%
35% 35
QA
0 0%
100% 100
Browser Testing
100 100%
0% 0
Testing
35 35%
65% 65

User comments

Share your experience with using Codeception and Testomatio. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Testomatio might be a bit more popular than Codeception. We know about 8 links to it since March 2021 and only 8 links to Codeception. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Codeception mentions (8)

  • Any pro-tips for writing automated tests with Selenium PHP?
    Personal experience: - donโ€™t use Behat unless you really needed a โ€œstory tellingโ€, it has a intermediate layer Gherkin that youโ€™ll need to code. You can write โ€œGiven/When/Thenโ€ steps but youโ€™ll also need to write โ€œphp codeโ€ that will interpret this step. - using real browser be prepared for instability - any interaction with JavaScript can broken/delay execution - be prepared that this tests are call functional... Source: about 3 years ago
  • PHPUnit, do i need to learn it?
    Codeception: https://codeception.com/. Source: over 3 years ago
  • Advice for an older symfony 4.4 project
    I would say to check out Codeception. Codeceptions has modules for Symfony and database generally. Long and short of it is that if you want you can run api tests that go into the controllers and rollback the database afterwards. Source: almost 4 years ago
  • Automating Tests using CodeceptJS and Testomat.io: First Steps
    There are enough blog posts about Jest or Cypress already, so let me introduce Codecept. It comes in two flavors. There is Codeception for PHP, and there is CodeceptJS for JavaScript which we will be using here. - Source: dev.to / almost 4 years ago
  • Testing PHP Applications
    There are many tools you can use for this purpose, but one I particularly like is CodeCeption. What I like most about it is that it's a unified tool that can be used to perform several types of tests, acceptance being one of them. - Source: dev.to / almost 4 years ago
View more

Testomatio mentions (8)

  • January Update: Labels & Custom Fields, Multiselection, JIRA Sprints And More
    Sync your tests in 1 command, try Testomat.io in action now! Source: over 3 years ago
  • Automating Tests using CodeceptJS and Testomat.io: First Steps
    Testomat.io is a software as a service to automate and publish our tests so that they can run automatically even if we're on holiday and our own computer is turned off. - Source: dev.to / almost 4 years ago
  • New April regular Release | Test Management System testomat.io
    ๐Ÿ”œ Stay tuned testomat.io ๐Ÿ‘‰ coming soon more features ๐Ÿ”—https://testomat.io/features/. Source: about 4 years ago
  • Planning Your Next Cypress.io Tests with Testomat.io
    Testing is a crucial part of the development process. The more clear it is and the more team members are aware of it, the more quality software can be delivered. While Cypress.io helps build efficient and fast tests for the modern web, Testomat.io provides a feature-rich test management solution for all kinds of automated tests. - Source: dev.to / over 4 years ago
  • Takeaways from a Testing and Refactoring Conference (apart from the T-Shirt)
    This code also reminds me of last year's speaker Michael "Davert" Bodnarchuk who keeps working on testomat and his open source projects in spite of tanks and bombs trying to destroy his home country, Ukraine. - Source: dev.to / over 4 years ago
View more

What are some alternatives?

When comparing Codeception and Testomatio, you can also consider the following products

PHPUnit - Application and Data, Build, Test, Deploy, and Testing Frameworks

TestRail - TestRail provides comprehensive test case management for software testing. Organize your testing, boost productivity, get real-time insights, and track progress toward milestones. Integrates with leading issue tracking and test automation tools.

TestMu AI (Formerly LambdaTest) - Worldโ€™s first full-stack Agentic AI Quality Engineering platform.

Qase - Test case management software for QA and development teams that helps you make your product better.

CrossBrowserTesting - Browser Testing made simple! Run automated, visual, and manual tests on 1500+ real browsers and mobile devices. Test more browsers, in less time.

Kualitee - Your next ALM alternative for Requirements planning, test case management, and issue tracking for both manual and automated testing.