Changes between Version 6 and Version 7 of DeveloperGuidelines/Testing/EdenTest/WriteTestcase
- Timestamp:
- 06/08/14 06:29:20 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Testing/EdenTest/WriteTestcase
v6 v7 26 26 === What we have to do? === 27 27 28 Let us assume you have to implement a simple login form. The user story is as follows: It asks for the email and password. If the login is successful, it redirects to the homepage of Eden, if unsuccessful it shows an error. We will write the testcase to check if successful login works.28 Let us assume you have to implement a simple login form. The user story is as follows: It asks for the email and password. If the login is successful, it shows the message 'Logged In', if unsuccessful it shows an error. We will write the testcase to check if successful login works. 29 29 30 30