Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

1 like 0 dislike
1.2k views
by
retagged by
Recently I got a requirement from the client. They want me to write code using codeception. Can you help me with installation steps and how to use it?

1 Answer

1 like 0 dislike
by
selected by
 
Best answer

Codeception is testing framework for PHP. It is designed to support all three types of testing.

Unit testing, Functional testing, and Acceptance testing.

You can install codeception via composer or phar. You can have a look at quick start guide here.http://codeception.com/quickstart

Once you have installed codeception. Just do codecept bootstrap. It will generate codeception.yml and tests directory. And inside it, it will generate acceptance tests, functional tests, and unit tests directory.

Once you have all set up ready, based on your requirements, you can start your test.

You can check out what codeception is and write your review about it here: https://softwaretestingboard.com/reviews/2017/12/14/codeception-review-php-testing-framework/#axzz51DDdjRa9


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

1.4k questions

1.6k answers

866 comments

1.9k users

...