Select your language

Home arrow-right ... arrow-right Development Tools arrow-right Codeception

We've compiled a list of 11 free and paid alternatives to Codeception. The primary competitors include TestingWhiz, Sauce Labs. In addition to these, users also draw comparisons between Codeception and CrossBrowserTesting, Endtest, pCloudy. Also you can look at other similar options here: Development Tools.


TestingWhiz™ is a Code-less Test Automation Tool, which can perform End-to-end testing like...

Secure, scalable cloud-based platform for the automated testing of desktop and mobile applications.

Run manual, visual, or automated tests on your website or web application across 1500+ real desktop...

Endtest is a platform that allows you to create, manage and run Automated Tests for Web...

pCloudy is the most powerful cloud based App Testing Platform.

Abmash
Free Open Source

Web application automation based on the visible rendered output with Java.

RestControl
Free Open Source

Modern and powerful framework for testing and validation REST api

Codeception is a new full-stack testing PHP framework.

Codeception Platforms

tick-square Windows
tick-square Linux
tick-square Mac

Codeception Video and Screenshots

Codeception Overview

Codeception is a new full-stack testing PHP framework. It provides you absolutely new original way for writing acceptance, functional and unit tests.

Sample Codeception test may look like this.

<?php
$I = new WebGuy($scenario);
$I->wantTo('create new blog post');
$I->amOnPage('/blog/posts');
$I->click('Create new post');
$I->fillField('Title','Codeception, a new way of testing!');
$I->fillField('Text','Codeception is new PHP full-stack testing framework.');
$I->click('Send');
$I->see('Congratulations, your post is successfully created!');
?>

It's very easy to read, easy to write and execute in a web browser or browser emulator.

Codeception Features

tick-square Unit Testing
tick-square Selenium testing

Top Codeception Alternatives

Share your opinion about the software, leave a review and help make it even better!

Codeception Categories

Development Tools

Codeception Tags

acceptance-testing phpunit tdd bdd quality-assurance functional-testing php

Suggest Changes

Your Feedback

Select a rating
Please select a rating

Your vote has been counted.

Do you have experience using this software?