Sunteți pe pagina 1din 21

Faculty of Computer & Mathematical Sciences

TEST CASE FORM: INTERNSHIP LOG SYSTEM (THE MAVERICKS)

Group Details
Student Mohd Qhaiyum Shah Bin Raman Student 2019704679
Name: Puteri Yusmiera Binti Mohamad
Yusuf
Metric No.: 2019353391

Nurul Farhanah Binti Mohd Fadzil 2019725927


Nurul Farzana Binti Zulkiflee 2019314311
Nurisma Binti Ismail 2019350975
Fatin Syamimi Binti Ab Llah 2016655628

System Internship Log System


System ILS
Name: Abbreviation:
CSCI Student Page CSCI SP
Industry Supervisor Page ISP
Name: Lecturer-in-Charge Page Abbreviation: LICP
Version: 1.0

Testing Details
Testing Testing Testing JMK-18, UiTM
21 July 2020 12:00 P.M. –
Malacca, Campus
Date: (Tuesday) Time: 2:00 P.M. Venue: Jasin
Module Create Account
Module 1.0
Name: Version:
Developed The Mavericks NursyamizaAzwa_2019314981
Tested by: <TesterName_StudentID>
PuteriYasminSyazwani_2019701929
by: <TesterName_StudentID>

Testing Summary
Test No. Test Case Success Failure Remarks
No. (√) (X)
TEST_UC_101 √
TEST_UC_100
TEST_UC_102 √ Good error handling

TEST_UC_103 √ Good error handling


TEST_UC_104 √ Good error handling

Test Case Form: Internship Log System (The Mavericks) ITS670 – System Testing & Evolution
Faculty of Computer & Mathematical Sciences

TEST CASE FORM: INTERNSHIP LOG SYSTEM (THE MAVERICKS)

Test CREATE ACCOUNT of TEST_UC_100 “Create Account”

Test Case of TEST_UC_101 “Account created”

a) Test Procedure of TEST_UC_101

FOR STUDENT MODE


1. Users click “Create Account”
2. Enter required data: Student ID as username and valid password
a) Student ID: 2019314312
b) Password: zambri12
3. User click submit button

FOR INDUSTRY SUPERVISOR MODE


1. Users click “Create Account”
2. Enter required data: IC Number as username and valid password
a) IC Number: 801010072993
b) Password: hakem123
3. User click submit button

b) Expected Test Results of TEST_UC_101

The expected result of this test is that user can successfully create account to the system. User will be
redirected to the home page.

Test Case of TEST_UC_102 “Account has existed”

a) Test Procedure of TEST_UC_102

FOR STUDENT MODE


1. Users click “Create Account”
2. Enter required data that has existed: Student ID as username and valid password
a) Student ID: Anything other than 2019314312
b) Password: zambri123
3. User click submit button

FOR INDUSTRY SUPERVISOR MODE


1. Users click “Create Account”
2. Enter required data that has existed: IC Number as username and valid password
a) IC Number: Anything other than 801010072993
b) Password: hakem123
3. User click submit button

b) Expected Test Results of TEST_UC_102

Test Case Form: Internship Log System (The Mavericks) ITS670 – System Testing & Evolution
Faculty of Computer & Mathematical Sciences

TEST CASE FORM: INTERNSHIP LOG SYSTEM (THE MAVERICKS)

FOR STUDENT MODE


Error message will popup: “Account has existed”. Then click “OK”. System will redirect to
“STUDENT LOGIN”.

FOR INDUSTRY SUPERVISOR MODE


Error message will popup: “Account has existed”. Then click “OK”. System will redirect to
“INDUSTRY SUPERVISOR LOGIN”.

Test Case of TEST_UC_103 “Did not enter username”

a) Test Procedure of TEST_UC_103

FOR STUDENT MODE


1. Users click “Create Account”
2. Enter required data: Password
a) Password: zambri123
3. User click submit button

FOR INDUSTRY SUPERVISOR MODE


1. Users click “Create Account”
2. Enter required data: password
a) Password: hakem123
3. User click submit button

b) Expected Test Results of TEST_UC_103

FOR STUDENT MODE


Error message will popup: “Please fill out this field”. System will stay at “CREATE ACCOUNT” page.

FOR INDUSTRY SUPERVISOR MODE


Error message will popup: “Please fill out this field”. System will stay at “CREATE ACCOUNT” page.

Test Case of TEST_UC_104 “Did not enter password”

a) Test Procedure of TEST_UC_104

FOR STUDENT MODE


1. Users click “Create Account”
2. Enter required data: Student ID as username.
a) Student ID: Anything other than 2019314312
3. User click submit button

Test Case Form: Internship Log System (The Mavericks) ITS670 – System Testing & Evolution
Faculty of Computer & Mathematical Sciences

TEST CASE FORM: INTERNSHIP LOG SYSTEM (THE MAVERICKS)

FOR INDUSTRY SUPERVISOR MODE


1. Users click “Create Account”
2. Enter required data that has existed: IC Number as username and valid password
a) IC Number: Anything other than 801010072993
3. User click submit button

b) Expected Test Results of TEST_UC_104

FOR STUDENT MODE


Error message will popup: “Please fill out this field”. System will stay at “CREATE ACCOUNT” page.

FOR INDUSTRY SUPERVISOR MODE


Error message will popup: “Please fill out this field”. Then click “OK”. System will stay at “CREATE
ACCOUNT” page.

Test Case Form: Internship Log System (The Mavericks) ITS670 – System Testing & Evolution
Faculty of Computer & Mathematical Sciences

TEST CASE FORM: INTERNSHIP LOG SYSTEM (THE MAVERICKS)

Testing Details
Testing Testing Testing JMK-18, UiTM
12:00 P.M. –
21 July 2020 Malacca, Campus
Date: Time: 2:00 P.M. Venue: Jasin
Module Update Account
Module 1.0
Name: Version:
Developed The Mavericks NursyamizaAzwa_2019314981
Tested by: PuteriYasminSyazwani_2019701929
by: <TesterName_StudentID>
<TesterName_StudentID>

Testing Summary
Test No. Test Case Success Failure Remarks
No. (√) (X)
TEST_UC_200 TEST_UC_201 √ Put an error handling in updating name
with invalid input, for example
numbers in name.

Test UPDATE ACCOUNT of TEST_UC_200 “Update Account”

Test case of TEST_UC_201 “Success update account”

a) Test Procedure of TEST_UC_201

FOR STUDENT MODE


If the login session for STUDENT already expired,
1. For student mode, users insert valid username and valid password:
a) Username: nuris
b) Password: nuris123

Else if the login session for STUDENT not yet expired, proceed with:
1. Student click USER PROFILE menu to view user profile.
2. Student click UPDATE button to update user details.

FOR INDUSTRY SUPERVISOR MODE


If the login session for INDUSTRY SUPERVISOR already expired,
1. For industry supervisor mode, users insert valid username and valid password.
a) Username: nuris
b) Password: nuris123

Else if the login session for INDUSTRY SUPERVISOR not yet expired, proceed with:
Test Case Form: Internship Log System (The Mavericks) ITS670 – System Testing & Evolution
Faculty of Computer & Mathematical Sciences

TEST CASE FORM: INTERNSHIP LOG SYSTEM (THE MAVERICKS)

1. Industry supervisor click USER PROFILE menu to view user profile.


2. Industry supervisor click UPDATE button to update information details.

b) Expected Test Results of TEST_UC_201

The expected result of this test is the account is successfully updated.

Test Case Form: Internship Log System (The Mavericks) ITS670 – System Testing & Evolution
Faculty of Computer & Mathematical Sciences

TEST CASE FORM: INTERNSHIP LOG SYSTEM (THE MAVERICKS)

Testing Details
Testing Testing Testing JMK-18, UiTM
12:00 P.M. –
21 July 2020 Malacca, Campus
Date: Time: 2:00 P.M. Venue: Jasin
Module View Account
Module 1.0
Name: Version:
Developed The Mavericks NursyamizaAzwa_2019314981
Tested by: PuteriYasminSyazwani_2019701929
by: <TesterName_StudentID>
<TesterName_StudentID>

Testing Summary
Test No. Test Case Success Failure Remarks
No. (√) (X)
TEST_UC_300 TEST_UC_301 √

Test VIEW ACCOUNT of TEST_UC_300 “View Account”

Test case of TEST_UC_301 “Success view account”

a) Test Procedure of TEST_UC_301

FOR STUDENT MODE


If the login session for STUDENT already expired,
1. For student mode, users insert valid username and valid password:
a) Username: nuris
b) Password: nuris123

Else if the login session for STUDENT not yet expired, proceed with:
1. Student click USER PROFILE menu to view account details.

FOR INDUSTRY SUPERVISOR MODE


If the login session for INDUSTRY SUPERVISOR already expired,
1. For industry supervisor mode, users insert valid username and valid password.
a) Username: nuris
b) Password: nuris123

Else if the login session for INDUSTRY SUPERVISOR not yet expired, proceed with:
1. Industry supervisor click USER PROFILE menu to view account details.

Test Case Form: Internship Log System (The Mavericks) ITS670 – System Testing & Evolution
Faculty of Computer & Mathematical Sciences

TEST CASE FORM: INTERNSHIP LOG SYSTEM (THE MAVERICKS)

b) Expected Test Results of TEST_UC_301

The expected result of this test is that user can view account.

Test Case Form: Internship Log System (The Mavericks) ITS670 – System Testing & Evolution
Faculty of Computer & Mathematical Sciences

TEST CASE FORM: INTERNSHIP LOG SYSTEM (THE MAVERICKS)

Testing Details
Testing Testing Testing JMK-18, UiTM
12:00 P.M. –
21 July 2020 Malacca, Campus
Date: Time: 2:00 P.M. Venue: Jasin
Module Create Log
Module 1.0
Name: Version:
Developed The Mavericks NursyamizaAzwa_2019314981
Tested by: PuteriYasminSyazwani_2019701929
by: <TesterName_StudentID>
<TesterName_StudentID>

Testing Summary
Test No. Test Case Success Failure Remarks
No. (√) (X)
TEST_UC_401 √
TEST_UC_400
TEST_UC_402 √ Good error handling

TEST_UC_403 √ Good error handling


TEST_UC_404 √ Good error handling

Test CREATE LOG of TEST_UC_400 “Create Log”

Test case of TEST_UC_401 “Successfully create log”

a) Test Procedure of TEST_UC_401

If the login session for STUDENT already expired,


1. For student mode, user inserts valid student ID and valid password
a) Student ID: 2019353391
b) Password: puteri123

Else if the login session for STUDENT not yet expired, proceed with
1. Student clicks the „Create Log‟ menu.
2. Student enters log date.
3. Student enters log title.
4. Student enters log entry.
5. Student clicks „Create‟ to create a log.

b) Expected Test Results of TEST_UC_401


Test Case Form: Internship Log System (The Mavericks) ITS670 – System Testing & Evolution
Faculty of Computer & Mathematical Sciences

TEST CASE FORM: INTERNSHIP LOG SYSTEM (THE MAVERICKS)

The expected result of this test is that log entry is successfully created.

Test case of TEST_UC_402 “Did not enter log date”

a) Test Procedure of TEST_UC_402

If the login session for STUDENT already expired,


1. For student mode, users insert valid student ID and valid password
a) Username: 2019353391
b) Password: puteri123

Else if the login session for STUDENT not yet expired, proceed with
1. Student did not select the log date.
2. Student enters the log title.
3. Student enters the log entry.
4. Student clicks the button „Create‟.

b) Expected Test Results of TEST_UC_402

The expected result of this test is that system will prompt error message “Please fill out this field”.

Test case of TEST_UC_403 “Did not enter log title”

a) Test Procedure of TEST_UC_403

If the login session for STUDENT already expired,


1. For student mode, users insert valid username and valid password
a) Username: 2019353391
b) Password: puteri123

Else if the login session for STUDENT not yet expired, proceed with
1. Student selects the log date.
2. Student did not enter the log title.
3. Student enters the log entry.
4. Student click „Create‟ button.

b) Expected Test Results of TEST_UC_403

The expected result of this test is that system will prompt error message “Please fill out this field”.

Test case of TEST_UC_404 “Did not enter log entry”

Test Case Form: Internship Log System (The Mavericks) ITS670 – System Testing & Evolution
Faculty of Computer & Mathematical Sciences

TEST CASE FORM: INTERNSHIP LOG SYSTEM (THE MAVERICKS)

a) Test Procedure of TEST_UC_404

If the login session for STUDENT already expired,


1. For student mode, users insert valid student ID and valid password
a) Student ID: 2019353391
b) Password: puteri123

Else if the login session for STUDENT not yet expired, proceed with
1. Student select log date.
2. Student enters log title.
3. Student did not enter the log entry.
4. Student clicks button „Create‟.

b) Expected Test Results of TEST_UC_404

The expected result of this test is that system will prompt error message “Please fill out this field”.

Test Case Form: Internship Log System (The Mavericks) ITS670 – System Testing & Evolution
Faculty of Computer & Mathematical Sciences

TEST CASE FORM: INTERNSHIP LOG SYSTEM (THE MAVERICKS)

Testing Details
Testing Testing Testing JMK-18, UiTM
12:00 P.M. –
21 July 2020 Malacca, Campus
Date: Time: 2:00 P.M. Venue: Jasin
Module View Log
Module 1.0
Name: Version:
Developed The Mavericks NursyamizaAzwa_2019314981
Tested by: PuteriYasminSyazwani_2019701929
by: <TesterName_StudentID>
<TesterName_StudentID>

Testing Summary
Test No. Test Case Success Failure Remarks
No. (√) (X)
TEST_UC_500 TEST_UC_501 √

Test VIEW LOG of TEST_UC_500 “View Log”

Test case of TEST_UC_501 “Success view log”

a) Test Procedure of TEST_UC_501

FOR STUDENT MODE


If the login session for STUDENT already expired,
1. For student mode, users insert valid username and valid password:
a) Username: qhaiyum,
b) Password: qhaiyum123

Else if the login session for STUDENT not yet expired, proceed with:
1. Student click LIST LOG menu to view list of logs.
2. Student click VIEW button to view log details.

FOR LECTURER-IN-CHARGE MODE


If the login session for LECTURER-IN-CHARGE already expired,
1. For lecturer-in-charge mode, users insert valid username and valid password
a) Username: anis,
b) Password: anis123

Else if the login session for LECTURER-IN-CHARGE not yet expired, proceed with:

Test Case Form: Internship Log System (The Mavericks) ITS670 – System Testing & Evolution
Faculty of Computer & Mathematical Sciences

TEST CASE FORM: INTERNSHIP LOG SYSTEM (THE MAVERICKS)

1. Lecturer-in-charge click STUDENT LIST menu to view list of students.


2. Lecturer-in-charge selects a STUDENT and click VIEW button to view student‟s profile.
3. Lecturer-in-charge click VIEW LOG button to view student‟s list of logs.
4. Lecturer-in-charge click VIEW button to view student‟s log details.

FOR INDUSTRY SUPERVISOR MODE


If the login session for INDUSTRY SUPERVISOR already expired,
1. For industry supervisor mode, users insert valid username and valid password.
a) Username: amir,
b) Password: amir123

Else if the login session for INDUSTRY SUPERVISOR not yet expired, proceed with:
1. Industry supervisor click STUDENT LIST menu to view list of students.
2. Industry supervisor select a STUDENT and click VIEW button to view student‟s logs.
3. Industry supervisor click VIEW button to view student‟s log details.

b) Expected Test Results of TEST_UC_501

The expected result of this test is the log is successfully viewed.

Test Case Form: Internship Log System (The Mavericks) ITS670 – System Testing & Evolution
Faculty of Computer & Mathematical Sciences

TEST CASE FORM: INTERNSHIP LOG SYSTEM (THE MAVERICKS)

Testing Details
Testing Testing Testing JMK-18, UiTM
12:00 P.M. –
21 July 2020 Malacca, Campus
Date: Time: 2:00 P.M. Venue: Jasin
Module Update Log
Module 1.0
Name: Version:
Developed The Mavericks NursyamizaAzwa_2019314981
Tested by: PuteriYasminSYazwani_2019701929
by: <TesterName_StudentID>
<TesterName_StudentID>

Testing Summary
Test No. Test Case Success Failure Remarks
No. (√) (X)
TEST_UC_600 TEST_UC_601 √

Test UPDATE LOG of TEST_UC_600 “Update Log”

Test case of TEST_UC_601 “Success update log”

a) Test Procedure of TEST_UC_601

If the login session for STUDENT already expired,


1. For student mode, users insert valid username and valid password:
a) Username: qhaiyum,
b) Password: qhaiyum123

Else if the login session for STUDENT not yet expired, proceed with:
1. Student click LIST LOG menu to view list of logs.
2. Student click UPDATE button to update log details.
3. Student edits any of the particular from LOG TITLE or LOG ENTRY.
4. Student click UPDATE to save updated log details.

b) Expected Test Results of TEST_UC_601

The expected result of this test is log updating is successfully done and message popup says “You have
successfully updated the log.”

Test Case Form: Internship Log System (The Mavericks) ITS670 – System Testing & Evolution
Faculty of Computer & Mathematical Sciences

TEST CASE FORM: INTERNSHIP LOG SYSTEM (THE MAVERICKS)

Testing Details
Testing Testing Testing JMK-18, UiTM
12:00 P.M. –
21 July 2020 Malacca, Campus
Date: Time: 2:00 P.M. Venue: Jasin
Module Delete Log
Module 1.0
Name: Version:
Developed The Mavericks NursyamizaAzwa_2019314981
Tested by: PuteriYasminSyazwani_2019701929
by: <TesterName_StudentID>
<TesterName_StudentID>

Testing Summary
Test No. Test Case Success Failure Remarks
No. (√) (X)
TEST_UC_700 TEST_UC_701 √

Test DELETE LOG of TEST_UC_700 “Delete Log”

Test case of TEST_UC_701 “Success delete log”

a) Test Procedure of TEST_UC_701

If the login session for STUDENT already expired,


1. For student mode, users insert valid username and valid password:
a) Username: qhaiyum,
b) Password: qhaiyum123

Else if the login session for STUDENT not yet expired, proceed with:
1. Student click LIST LOG menu to view list of logs.
2. Student click DELETE button to delete log.

b) Expected Test Results of TEST_UC_701

The expected result of this test is log deleting is successfully done.

Test Case Form: Internship Log System (The Mavericks) ITS670 – System Testing & Evolution
Faculty of Computer & Mathematical Sciences

TEST CASE FORM: INTERNSHIP LOG SYSTEM (THE MAVERICKS)

Testing Details
Testing Testing Testing JMK-18, UiTM
12:00 P.M. –
21 July 2020 Malacca, Campus
Date: Time: 2:00 P.M. Venue: Jasin
Module Create Organization
Module 1.0
Name: Version:
NursyamizaAzwa_2019314981
Developed The Mavericks PuteriYasminSyazwani_2019701929
Tested by: <TesterName_StudentID>
by: <TesterName_StudentID>

Testing Summary
Test No. Test Case Success Failure Remarks
No. (√) (X)
TEST_UC_801 √
TEST_UC_802 √
TEST_UC_800 TEST_UC_803 √
TEST_UC_804 √
TEST_UC_805 √

Test CREATE ORGANIZATION of TEST_UC_800 “Create Organization”

Test case of TEST_UC_801 “Successfully create organization”

a) Test Procedure of TEST_UC_801

For INDUSTY SUPERVISOR proceed with


1. Industry Supervisor click „CREATE ORGANIZATION‟ menu.
2. Industry Supervisor inserts organization name.
3. Industry Supervisor inserts organization address.
4. Industry Supervisor inserts organization contact number.
5. Industry Supervisor inserts organization email.
6. Industry Supervisor click button „SUBMIT‟.

b) Expected Test Results of TEST_UC_801

Test Case Form: Internship Log System (The Mavericks) ITS670 – System Testing & Evolution
Faculty of Computer & Mathematical Sciences

TEST CASE FORM: INTERNSHIP LOG SYSTEM (THE MAVERICKS)

The expected result of this test is that user can create organization, system will prompt message
“Successfully created!”

Test case of TEST_UC_802 “Did not enter organization name”

a) Test Procedure of TEST_UC_802

For INDUSTY SUPERVISOR proceed with


1. Industry Supervisor click „CREATE ORGANIZATION‟ menu.
2. Industry Supervisor did not insert organization name.
3. Industry Supervisor inserts organization address.
4. Industry Supervisor inserts organization contact number.
5. Industry Supervisor inserts organization email.
6. Industry Supervisor click button „SUBMIT‟.

b) Expected Test Results of TEST_UC_802

The expected result of this test is that system will prompt error message “Please fill out this field”.

Test case of TEST_UC_803 “Did not enter organization address”

a) Test Procedure of TEST_UC_803

For INDUSTY SUPERVISOR proceed with


1. Industry Supervisor click „CREATE ORGANIZATION‟ menu.
2. Industry Supervisor inserts organization name.
3. Industry Supervisor did not insert organization address.
4. Industry Supervisor inserts organization contact number.
5. Industry Supervisor inserts organization email.
6. Industry Supervisor click button „SUBMIT‟.

b) Expected Test Results of TEST_UC_803

The expected result of this test is that system will prompt error message “Please fill out this field”.

Test case of TEST_UC_804 “Did not enter organization contact number”

a) Test Procedure of TEST_UC_804

For INDUSTY SUPERVISOR proceed with


1. Industry Supervisor click „CREATE ORGANIZATION‟ menu.
2. Industry Supervisor inserts organization name.

Test Case Form: Internship Log System (The Mavericks) ITS670 – System Testing & Evolution
Faculty of Computer & Mathematical Sciences

TEST CASE FORM: INTERNSHIP LOG SYSTEM (THE MAVERICKS)

3. Industry Supervisor inserts organization address.


4. Industry Supervisor did not insert organization contact number.
5. Industry Supervisor inserts organization email.
6. Industry Supervisor click button „SUBMIT‟.

b) Expected Test Results of TEST_UC_804

The expected result of this test is that system will prompt error message “Please fill out this field”.

Test case of TEST_UC_805 “Did not enter organization email”

a) Test Procedure of TEST_UC_805

For INDUSTY SUPERVISOR proceed with


1. Industry Supervisor click „CREATE ORGANIZATION‟ menu.
2. Industry Supervisor inserts organization name.
3. Industry Supervisor inserts organization address.
4. Industry Supervisor inserts organization contact number.
5. Industry Supervisor did not insert organization email.
6. Industry Supervisor click button „SUBMIT‟.

b) Expected Test Results of TEST_UC_805

The expected result of this test is that system will prompt error message “Please fill out this field”.

Test Case Form: Internship Log System (The Mavericks) ITS670 – System Testing & Evolution
Faculty of Computer & Mathematical Sciences

TEST CASE FORM: INTERNSHIP LOG SYSTEM (THE MAVERICKS)

Testing Details
Testing Testing Testing JMK-18, UiTM
12:00 P.M. –
21 July 2020 Malacca, Campus
Date: Time: 2:00 P.M. Venue: Jasin
Module View Organization
Module 1.0
Name: Version:
Developed The Mavericks NursyamizaAzwa_2019314981
Tested by: PuteriYasminSyazwani_2019701929
by: <TesterName_StudentID>
<TesterName_StudentID>

Testing Summary
Test No. Test Case Success Failure Remarks
No. (√) (X)
TEST_UC_900 TEST_UC_901 √

Test VIEW ORGANIZATION of TEST_UC_900 “View Organization”

Test case of TEST_UC_901 “Success view organization”

a) Test Procedure of TEST_UC_901

FOR STUDENT MODE


If the login session for STUDENT already expired,
1. For student mode, user inserts valid student ID and valid password
a) Student ID: 2019353391
b) Password: puteri123

Else if the login session for STUDENT not yet expired, proceed with
1. Student click button „ORGANIZATION‟ at the sidebar to view the organization.

FOR INDUSTRY SUPERVISOR MODE


If the login session for INDUSTRY SUPERVISOR already expired,
1. For industry supervisor mode, users insert valid IC Number and valid password
a) IC Number: 850311251234
b) Password: qhaiyum123

Else if the login session for INDUSTRY SUPERVISOR not yet expired, proceed with
1. Industry supervisor click button „ORGANIZATION‟ at the sidebar to view the organization.

Test Case Form: Internship Log System (The Mavericks) ITS670 – System Testing & Evolution
Faculty of Computer & Mathematical Sciences

TEST CASE FORM: INTERNSHIP LOG SYSTEM (THE MAVERICKS)

b) Expected Test Results of TEST_UC_901

The expected result of this test is that user view the detail of organization successfully.

Test Case Form: Internship Log System (The Mavericks) ITS670 – System Testing & Evolution
Faculty of Computer & Mathematical Sciences

TEST CASE FORM: INTERNSHIP LOG SYSTEM (THE MAVERICKS)

Testing Details
Testing Testing Testing JMK-18, UiTM
12:00 P.M. –
21 July 2020 Malacca, Campus
Date: Time: 2:00 P.M. Venue: Jasin
Module View Student
Module 1.0
Name: Version:
NursyamizaAzwa_2019314981
Developed The Mavericks PuteriYasminSyazwani_2019701929
Tested by: <TesterName_StudentID>
by: <TesterName_StudentID>

Testing Summary
Test No. Test Case Success Failure Remarks
No. (√) (X)
TEST_UC_1000 TEST_UC_1001 √

Test VIEW STUDENT of TEST_UC_1000 “View Student”

Test Case of TEST_UC_1001 “Success view student”

a) Test Procedure of TEST_UC_1001

If the login session for LECTURER-IN-CHARGE already expired,


1. For lecturer-in-charge mode, users insert valid username and valid password
a) Username: anis,
b) Password: anis123

Else if the login session for LECTURER-IN-CHARGE not yet expired, proceed with:
1. Lecturer-in-charge click STUDENT LIST menu to view list of students.
2. Lecturer-in-charge selects a STUDENT and click VIEW button to view student‟s profile.

b) Expected Test Results of TEST_UC_1001

The expected result of this test is the student‟s profile is successfully viewed.

Test Case Form: Internship Log System (The Mavericks) ITS670 – System Testing & Evolution

S-ar putea să vă placă și