Testing Plone¶
This section contains tips how to test your code.
- Unit testing
- Functional testing
- Introduction
- Test browser
- Recording tests
- Functional test skeleton
- Preparing error logger
- Opening an URL
- Logging in
- Logout
- Showing the contents from the last request
- Getting a form handler
- Listing available form controls
- Filling in a text field on a page
- Selecting a checkbox
- Clicking a button
- Checking Unauthorized response
- Checking a HTTP response header
- Checking HTTP exception
- Setting test browser headers
- Doctests
- Testing Cookbook