Talk in English - US at SunshinePHP 2017
Track Name:
Keywest Ballroom
View Slides: http://www.slideshare.net/DanaLuther1/code-coverage-for-total-security-in-application-migrations
Short URL: https://joind.in/talk/e386f
(QR-Code (opens in new window))
So the time has come to take the leap and upgrade your application to a new major version of the underlying framework, or, perhaps, to an entirely different framework... how do you ensure that none of your functionality or usability is impacted by a potentially drastic rewrite of the underlying systems? How can you move forward with 100% confidence in your migrated codebase? Testing, testing and more testing. Using a combination of unit, functional and acceptance tests can give you the certainty you need. In this talk, we will go over key strategies for ensuring that you begin with full code coverage and move forward with confidence.
Testing framework: Codeception 2.2.x
Comments
Comments are closed.
Will have to see where Codeception can fit into work flow
Very good presentation that stressed the importance of automated testing when you're upgrading your legacy apps.
Pretty good information about organizing tests and various techniques involved! I might have to give codeception another try.