Codeception is a PHP based Acceptance / Functional/Unit Test framework powered by PHPUnit. We write test code in BDD style(with Guy Classes) . It runs in server where Application hosted. It has selenium webdriver integrated(PHP). We can also run tests written in PHP Unit and selenium php. I will be listing all of my codeception related posts here.
- Introduction to Codeception? How it works?
- How to initiate CodeCeption Test Suite? -> Installing Codeception in windows. -> Initiating Test Suite for codeCeption(How to make a test suit?)
- How to Configure Codeception?
- What are the modules in Codeception?
- How to Run Test in Codeception?
- How to enable/disable modules in Codeception?
- What is Cest Test Case format in Codeception? How to create Cest Test Case?
- What is Cept format test case in Codeception? How to create Cept Test cases?
- How to create PHPUnit Test Case in Codeception?
- Introduction to Codeception Acceptance testing?
- Introduction to Codeception Functional testing?
- Introduction to Codeception Unit testing? -> Enabling Webdriver/Selenium/Selenium2/ PhpBrowser for acceptance testing -> Enabling Phalcon1 for functional testing