❗The content presented here is sourced directly from Udemy platform. For comprehensive course details, including enrollment information, simply click on the 'Go to class' link on our website.
Updated in [July 27th, 2023]
This course provides learners with the opportunity to learn how to use PHPUnit and Selenium for unit and Selenium testing for PHP developers. Learners will gain an understanding of unit tests, integration, functional and acceptance tests, and learn how to write code that is testable. The course also covers the benefits of code testing, such as saving time and finding mistakes in the code faster. Additionally, learners will build a real MVC-based application in PHP and PHPUnit using TDD, and learn how to test API clients. Throughout the course, learners will be presented with lectures, coding exercises, quizzes, assignments and other practical activities to help them better consolidate the acquired knowledge. Upon completion of the course, learners will have the skills to become better PHP developers and increase their chances of getting hired.
Course Syllabus
Introduction
PHPUnit basics
PHPUnit configuration
PHPUnit - dive deeper
Test Doubles & mocking real objects - replacing real objects for testing
Acceptance (not only unit) testing with PHPUnit. Use Selenium
TDD - test driven development with PHPUnit & Selenium
Testing REST API's with PHPUnit, Guzzle & Json Server