The document outlines a session on mobile end-to-end testing using simulators. It discusses simulator basics for BlackBerry and Android, how to start and control simulators through commands and libraries. It then describes the Moet framework for defining a device-agnostic application interface and implementing it for different platforms using simulator libraries. Tests can then be written independently of devices and run by binding to the appropriate implementation at runtime. Logging and image comparison are available for test verification.