- Back to Home »
- CS504 Assignment no 6 Fall 2012 Full Solution
Posted by : Anonymous
Wednesday, 30 January 2013
Assignment
|
|
In this assignment, we will develop test cases to test certain
parts of the system. Please read the template file (template.doc)
given with this assignment as helping guide. You will have to develop two
test cases.
Ø
First test case will test “Add Department” functionality within
“Administrative Control Module” of Online Budget Control System (OBCS).
Ø
Second test case will test “Budget Requisition” functionality
within “Budget Submission/Allocation Module” of Online Budget Control System
(OBCS).
Questions [Marks 10+10]:
1)
Develop a test case to test the functional requirement “Add
Department”.
In order to add a new
department in the system, the user must have appropriate administrative
rights. To add a new department, the details of the department including the
department name, address, department id and phone is entered into a form. The
system checks if the department is already registered or not. If not already
registered, the system adds the department into database and gives success
message.
2) Develop a test case to test
the functional requirement “Budget Requisition”.
Only the authorized person
can make the request for budget allocation. To make a budget request, user
opens a request form and fills it with all the information about the items
along with their estimated cost for which budget is required to allocate.
After filling the form, it is submitted to the finance department. The system
saves the information regarding budget allocation request and gives the
message that request is submitted.
Note:
We will assume that the test
cases will be tested in future, so you can skip certain details e.g. Tested By,
Result etc.
Important:
You will have to develop a separate test case for each of the
above use case. Also, make sure to strictly follow the given test case
template provided in template.doc
file which is uploaded with the assignment file.
|