Comments on: Test Case Driven Requirement – A New V-Model https://blogs.perficient.com/2010/07/01/test-case-driven-requirement-a-new-v-model/ Expert Digital Insights Mon, 02 Jan 2012 08:54:27 +0000 hourly 1 By: Rudi DjetMa https://blogs.perficient.com/2010/07/01/test-case-driven-requirement-a-new-v-model/#comment-2808 Mon, 02 Jan 2012 08:54:27 +0000 http://blogs.perficient.com/delivery/?p=415#comment-2808 Hi Ethan,
I have the same question: could you provide me an example of a functional test case?
Regards

]]>
By: Ethan Huang (Hangzhou, China) https://blogs.perficient.com/2010/07/01/test-case-driven-requirement-a-new-v-model/#comment-2807 Sun, 07 Nov 2010 12:08:13 +0000 http://blogs.perficient.com/delivery/?p=415#comment-2807 Annie, below is one example of the functional test cases:
User Story:
As a registered user, I can login the application through the login page.

Test 1: Empty Input
Execution Steps:
1. User clicks “Log in” button without filling out any input
Expected Results:
1.An alert to be popped out with only one button “OK”, showing the below message: “You must fill out User Name and Password”.

Test 2: User Login successfully
Execution Steps:
1.Input an valid User Name/Password combination
2.Click “Log in” button

Expected Results:
1.The input for password is encrypted as “******”
2.User to be navigated to “HomePage”

Test 3: User Login failed

Test 4

Test 5

Hope that helps.

]]>
By: Annie Lin https://blogs.perficient.com/2010/07/01/test-case-driven-requirement-a-new-v-model/#comment-2806 Wed, 03 Nov 2010 06:52:47 +0000 http://blogs.perficient.com/delivery/?p=415#comment-2806 Hi Ethan,
are you able to provide and example of functional test case for the above scenario?

Regards

]]>