Revision: 4192
Author: pekka.klarck
Date: Thu Sep 30 00:22:18 2010
Log: new test for viewing employess
http://code.google.com/p/robotframework/source/detail?r=4192
Modified:
/trunk/proto/atdd-tutorial-berlin-2010/atest/vacalc/add_employee.txt
=======================================
--- /trunk/proto/atdd-tutorial-berlin-2010/atest/vacalc/add_employee.txt
Wed Sep 29 15:45:23 2010
+++ /trunk/proto/atdd-tutorial-berlin-2010/atest/vacalc/add_employee.txt
Thu Sep 30 00:22:18 2010
@@ -13,6 +13,12 @@
Then message "Employee 'Juha' already exists in the system" is shown
and "Juha" with start date 2010-1-1 exists in the database
+Viewing employees
+ Given employee "Janne" with start date 2010-2-2 exists in the system
+ When "Janne" is selected
+ Then UI shows "Janne" with start date 2010-02-02
+ And editing details is disabled
+
*** Keywords ***
Given no employee "${name}" exists in the system