Ever wanted a structure as classes for your Cepts!
Then Cest format should be your choice.
The biggest advantage is that it is very simple and compatibility with Cept scenarios.
So if your script/test is bit lengthy and you need to split it then you can approach the cest approach.
Just create a new cest file by running the command in console as :
$ php codecept.phar generate:cest suitename CestName
The...
Social Media
Popular Posts
-
we can run tests with webdriver and PHPBrowser at once by setting the environment. The configurations can be achieved by modifying ...
-
What is DB module: The DB module is used to cleaning database before each test. So this module was added into codeception.yml. To have y...
-
Codeception has always the flexibilty to add the add the custom actions to the test suite. It just doesn't restrict to add custom acti...
-
In Codception various modules are comes as packages initially. Some of them are Webdriver,symphony,Laravel etc. Modules allow you to choo...
-
I nstallation and Configuration of Codeception with Composer: What is Composer: Basically composer is dependency manager for php.If ...
-
Installation and Configuration of Codeception with PHAR file: Codeception is basically a PHP testing framework to perform unit,functiona...
-
Ever wanted a structure as classes for your Cepts! Then Cest format should be your choice. The biggest advantage is that it is very simpl...
-
As we know we can write complex tests using codeception.Think of a scenario of a login page. We have generally 3 fields in login page. 1...