My favorites | Sign in
Project Logo
                
Search
for
Updated Feb 27, 2008 by nat.pryce
Labels: Example, Featured
CalculatorExample  
A quick guide to the calculator example

This example uses Windowlicker to test a simple calculator application.

The end to end tests use a Calculator Driver to control the user interface. The Calculator Driver provides task-based abstractions (performing arithmetic) to the tests and implements them in terms of low-level activities (pressing buttons, typing keys).

The calculator application defines a few constants for window names to support refactoring. We don't want the tests to break when the application is refactored. However, the tests exercise the application functionality entirely through the user interface.


Comment by dm.jaya63, Jul 05, 2008

window licker GUI Testing is looking very nice and easy to use.It is better if you can give some ther example to understand this scenarion better


Sign in to add a comment
Hosted by Google Code