Testing PHP
- Starting the server
- Almost manually testing add()
- Print expected values as well
- Compare actual with expected values and print only pass/fail
- Refactor to get assertTrue
- Introduction to the PHP SimpleTest framework
- assertTrue in SimpleTest
- SimpleTest showing success
- assertEqual showing the actual values
- SimpleTest showing description of error
- PHP SimpleTest
- Testing PHP on the command line
- Testing PHP Application
- Check web page content
- Check web page title
- Check web page content a failure
- Checking forms
- Submit form
- Check for text that should not be there.