I have a meeting at the OVCPD

5 views
Skip to first unread message

Rabby Lavilles

unread,
Aug 23, 2011, 1:07:48 AM8/23/11
to it1...@googlegroups.com



Purpose:

Identify a use case and create a test design for that use case: Use the format below:


Short sentence or two about the aspect of the system is being tested. If this gets too long, break the test case up or put more information into the feature description


Prereq:

Assumptions that must be met before the test case can be run. E.g., "logged in", "guest login allowed", "user testuser exists".

Test Data:

List of variables and their possible values used in the test case. You can list specific values or describe value ranges. The test case should be performed once for eachcombination of values. These values are written in set notation, one per line. E.g.:loginID = {Valid loginID, invalid loginID, valid email, invalid email, empty}

password = {valid, invalid, empty}

Steps:

1.Steps to carry out the test. See step formating rules below.visit LoginPage
2.enter userID
3.enter password
4.click login
5.see the terms of use page
6.click agree radio button at page bottom
7.click submit button
8.see PersonalPage
9.verify that welcome message is correct username

Notes and Questions:

NOTE
QUESTION
Reply all
Reply to author
Forward
0 new messages