❮ Index
❯
TOC: Testing real world applications
- Real world?
- Why test?
- How to test?
- Manual Tests (exploratory tests)
- Automated Tests (regression tests)
- Two cases of Automated tests
- Real World
- Testing modes
- Testing Environment
- Setup - Fixture
- Fake the world
- Test Double
- Mocking what?
- Fake (temporary) filesytem
- Fake library
- Use the real library
- Use the fake library
- Mocking IO - module
- Mocking IO - test
- Mocking IO
- Mocking IO - test
- Mocking IO - script
- Mocking IO - test script
- Mocking function of web access
- Test live web server
- Mocking the get method
- More test cases
- Test exception
- Linewrap bug
- Mocking time: the session module
- Test session timeout
- Test session timeout faking the time
- Testing a database driven application
- Build Schema by code
- Manual Schema change
- Mocking in Java
- How to move forward?
- How to find bugs?
- How to find bugs in Perl?
- Testing culture