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.

Troy Potter at 22:38 on 3 Feb 2017

Will have to see where Codeception can fit into work flow

Emil Gallant at 09:10 on 5 Feb 2017

Very good presentation that stressed the importance of automated testing when you're upgrading your legacy apps.

James Fuller at 14:31 on 6 Feb 2017

Pretty good information about organizing tests and various techniques involved! I might have to give codeception another try.