Monday, September 22, 2014

Codeception:At once how to run tests with WebDriver and PHPBrowser

we can  run tests with webdriver and PHPBrowser at once by setting the environment.   The configurations can be achieved by modifying acceptance suite.ymlThe configuration can be defined as follows:class_name: AcceptanceTestermodules:    enabled:        - PhpBrowser        - AcceptanceHelper   ...

Sunday, September 14, 2014

Installation and Configuration of Codeception with Composer

Installation and Configuration of Codeception with Composer: What is Composer: Basically composer is dependency manager for php.If you have ever worked with PHP you must have got the feeling that for some of the common tasks you need to look for the dependencies for various frameworks like zend, laravel or symphony etc. This is where Composer comes into play. It will manage all the dependencies...

Installation and Configuration of Codeception with PHAR file

Installation and Configuration of Codeception with PHAR file: Codeception is basically a PHP testing framework to perform unit,functional and acceptance types of testings.It's installation is pretty simple and only requires minimal steps. PHP needs to be installed on the machine where we need to test our web application. PHP Dependencies: Codeception 2.0 and higher requires PHP 5.4 installed....
Powered by Blogger.