Codeception
- Free • Open Source
- Mac
- Windows
- Linux
...
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.
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.
Show full description ▾
Codeception
Summary and Relevance
Our users have written 0 comments and reviews about Codeception, and it has gotten 3 likes
- Developed by Michael Bodnarchuk
- Open Source and Free product.
- 13 alternatives listed
Popular alternatives
View allCodeception was added to AlternativeTo by davert on May 3, 2012 and this page was last updated Apr 17, 2021.
Features Vote on or suggest new features
Comments and Reviews Post a comment / review all • positive • negative relevance • date
No comments or reviews, maybe you want to be first?Category
DevelopmentList containing Codeception
Tags
- Php
- bdd
- tdd
- phpunit
- quality-assurance
- acceptance-testing
- functional-testing
Recent user activities on Codeception
No activities found.