Test Plan Version 1.1

 

 

 

 

       Prepared by NSG Software:

 

Kristen Dobreski – Testing Manager

Justin Spegele – Team Leader & Webmaster

Matt Warner – Lead Programmer & System Admin.

Dan Lomanto – Development Manager

 

 

 

 

 

Excel Grading System

 

 

 

 

 

 

Requested by:

 

Dr. Scott Hunter

Assistant Professor

Siena College

Computer Science Department

 

Ms. Jami Cotler

Instructor

Siena College

Computer Science Department

 

 

 

 

May 2, 2006

Excel Grading System Beta 1.2

Test Plan Version 1.0

 

Table of Contents:

 

1.       Test plan identifier………………………………… 3

2.       References…………………………………………. 3

3.       Introduction………………………………………… 3

4.       Test items………………………………………...... 3-4

5.       Software risk issues……………………………...… 4-5

6.       Features to be tested……………………………….. 5

7.       Features not to be tested…………………………… 5

8.       Approach…………………………………………… 5-6

9.       Item pass/fail criteria……………………………….. 6-7

10.   Suspension criteria and resumption requirements..... 7

11.   Test deliverables…………………………………… 7

12.   Remaining test tasks……………………………….. 8

13.   Environmental Needs……………………………… 8

14.   Staffing and training needs………………………… 8

15.   Responsibilities…………………………………….. 8

16.   Schedule…………………………………………… 9

17.   Planning risks and contingencies………………….. 9-10

18.   Approvals…………………………………………. 10

19.   Glossary…………………………………………… 11-12

20.   Unit Tests………………………………………….. 13

1. Test Plan Identifier

 

This test plan is version 1, revision 2 of the test plan for our current software package. Each version of our software follows the versioning technique that major updates to the underlying excel file decoding software warrants a new, full software version. Each update to the GUI, or other superficial changes warrant a new subversion or revision number.

 

      Table of Contents

 

2. References

 

Currently this document is backed by the following documents:

·        Software plan – version 1.0

·        Requirements specification – version 1.0

·        Preliminary Design – version 1.0.

·        Detailed Design – version 1.0.

·        Test Plan – version 1.1

·        All of which can be found under the “documents” link of the NSG Software Development homepage.

 

      Table of Contents

 

3. Introduction

 

This document is the second revision and overview of the test plan, labeled version 1.0. This test plan is intended to review the various inner workings of the Excel grading software and test these inner workings to insure that they are working properly. Each of the previous documents outlines the steps taken to make sure that proper procedures were followed to create the software and reduce the amount of testing necessary. This plan covers all necessary testing of internal software components and the interface design issues present in our software.

 

      Table of Contents

 

4. Test Items

·        The portion of our software that will require the most intensive testing would be the testing of the parser.  This part of the software will be checking hundreds of weekly labs for font, formulas, etc. to see if they are in the correct format.  Functions used in the parser include:

o       Font Type

o       Font size

o       Bold

o       Italics

o       Does the cell contain a formula?

o       Result of the formula.

o       The formula itself.

o       WordArt

o       Images

o       Page Size

o       Header

o       Footer

o       Sheet Name

o       Page Orientation

o       Ranges

o       Comments

o       Orientation

o       Background Color

o       Text Color

·        The database that will contain all of the required information for each student enrolled in a CSIS-010 lab or teacher who is teaching a CSIS-010 lab or lecture.  This database will contain the lab files and grades for each student throughout the entire semester, along with tables for Sections, Submission, and Grading Key Files.

·        Every link, button, text box, drop-down menu, etc. on each page will need to be tested to ensure that the correct page will come up or that the appropriate action takes place.  For example, if a students clicks the submit button in order to submit a lab, we will need to check if the lab has been added to the database in the correct place and the appropriate page will come up afterwards.

 

      Table of Contents

 

      5. Software Risk Issues

 

·        Since our software is being used to correct spreadsheets from a third party software developer, our team needs to know what version of software our clients will be using in order to ensure that our product will work correctly until our clients decide to change their spreadsheet software.  Since we know that our clients have recently updated to Microsoft Office 2003 we can assume that they will continue with that version for an extended period of time.

·        Since our software is going to be used via the internet, we have to take in account all of the different types of browsers and the different versions there are available to our clients and also which ones they will be using. 

·        One of the main goals as a team is to create a piece of software that will be as easy to use as possible.  We want our software to be self explanatory so that any faculty member or student will be able to easily figure out how to use it.

·        The most complex functions that our software will have are the parser’s functions which grab information from the spreadsheet that is given and check it against the key that the Course Coordinator will create for each lab.  The parser will pick up what each cell needs to look like and will tell whether or not the input that was given by the student is correct or not. 

·        If we have trouble with a particular aspect of our software we will first attempt to fix it, but if after a long span of time we cannot get it correct we will discuss options with our clients to solve the problem in an appropriate manner.

·        In order to make corrections easier when testing our software, we must document our code so that it will be easier to find a section of code and then fix the problem within that section. 

·        In order to help the process of creating the software and to ensure a better product we will continuously be meeting with our clients and we will discuss our testing progress.  If there are problems we will discuss possible solutions and also discuss which aspects of our software are working correctly at the time.

 

      Table of Contents

 

6. Features To Be Tested

 

The features that need to be tested from the user’s viewpoint are functions that need to work correctly in order for the software to work smoothly according to the user.  Each function will also receive a level at which a feature is at risk of not working correctly.  Such a reason for this is because the level of complexity in which the code is written.  Such parts of the software that will be tested are the navigation through interface and the submission of labs by students.  The main thing is to make sure that the interface of web-pages flows correctly.  When a certain link is clicked by a user to change their password, the appropriate page should display.  This type of result is expected so that the user may use our software flawlessly and easily.

 

      Table of Contents

 

7. Features Not To Be Tested

 

There are not any features that aren’t going to be tested by our team.  Every function that is being implemented into our software is needed by our clients.  There are not any functions that can take a back seat in order to have our product be available by a certain time.  Everything that we want to put into the software must work correctly and accordingly. 

 

      Table of Contents

 

8. Approach

 

Our approach will be the overall way in which we conduct our testing of the software we are currently creating.  The goal of our software is to make our clients’ job as easy as possible and to also make our software as easy to understand as possible.  That is why we are not including any special tools that our clients will need to learn in order to operate our software. 

 

The way in which configurations will be handled is by having the Course Coordinator be able to do everything.  For example, the Course Coordinator will be able to manipulate the enrollment of each lecture and lab for the CSIS-010 course.  This change in enrollment would manipulate the database that we will create and the Course Coordinator will be the only person able to perform this action.  Every privilege that each user has will be tested in its entirety including lab submission, grading, viewing a grades, and many other privileges. 

 

The hardware that this software will run on doesn’t matter in the least.  This is a purely web based program that only depends the browser that the interface is being accessed through.  Throughout the entire testing process our team will go back and correct any problems that have occurred.  As a result regression testing will certainly be conducted.  As of how much regression testing will be done is unsure at this moment  because we are unsure of what parts of our software is not working correctly at this point in our development.  As problems arise, we will assess them and correct them accordingly.  If there are any problems we will discuss the problem along with its possible solutions with our clients in order to solve it in a matter that best fits their needs. 

 

In order to test certain aspects of our code though, other parts will need to be implemented as well.  For example, when testing the parser we will need to have a section of code that will read in the answer key and another section that will compare the key to the actual data on the submitted lab. 

 

In our weekly meetings we will discuss our progress throughout out development and testing stages of our software development.  We will ask for advice and also ask our clients what they would like their software to do if a problem or a special circumstance arises.  The main thing is a constant communication between us and our clients to ensure that we are understanding each other correctly in order to produce the product that they desire. 

 

      Table of Contents

 

9. Item Pass/Fail Criteria

 

·        Functions  – Each function will be passed if it produces the expected output each and every time it is tested.  Each function will be tested on various types of data contained within various types of cells.  The exact data to which each function will be tested on and the number of tests to be performed will be determined at a later date.  Minor errors or warnings within the code will be allowed for, so long as the desired output is still produced.

·        GUIs – Each GUI will be passed if each individual test case for that interface produces the expected results.  Individual test cases for each GUI will include tests on all links, buttons, text boxes, drop-down menus and any other means of user input in that interface.  A GUI will still be passed if there are minor defects in the code, so long as all means of input and output are working properly

·        Master Test Plan – The master test plan will be passed if and only if all lower level test plans (unit tests) are completed and passed.  Any lower level plan that fails will result in a new version of that module which will then again be subjected to the original test plan for that module.

 

      Table of Contents

 

10. Suspension Criteria and Resumption Requirements

 

Criteria for suspension of testing in specified areas:

·        Unit tests on GUI’s

o       If the main function of the page fails to produce the expected output or produces a fatal error.  Testing will then resume when the error is presumed to be fixed.

o       Testing will not be stopped on an individual GUI if a link is broken or pointed to the wrong page.  The failure will be recorded and fixed when the test is complete

·        Unit tests on functions

o       If the function encounters a fatal error or produces unexpected output, testing will be suspended.

o       Testing on functions will not resume until all fatal errors are fixed and the output appears to be correct.

 

      Table of Contents

 

     11. Test Deliverables

 

      The following items will be delivered as part of this test plan.

·        Test plan document

·        Test plan cases.

 

The following items may be delivered as part of the final test plan. 

Exact specification of the final test plan will be determined at a later date.

·        Test plan document

·        Test plan cases.

·        Tools and their outputs.

·        Simulators

·        Static and dynamic generators.

·        Error logs and execution logs.

·        Problem reports and corrective actions.

 

      Table of Contents

 

 

12. Remaining Test Tasks

 

At this stage of the development process there aren’t any parts of the XLS Grading System that have not been created.  At this point in the software development process everything should be working accordingly.

 

      Table of Contents

 

13. Environmental Needs

 

·        Each of our GUI’s, being htm, html and php files, will be tested in Microsoft Internet Explorer, Mozilla Firfox, and AOL Browser.  These files will be hosted on the Siena College Computer Science Department’s Oraserv web server, which runs Apache 2.0.46 with PHP 4.3.11.

·        The java applet that will implement all of our functions to parse Excel files will be tested in Java Runtime Environment 5.0 Update 6.

·        All other functions will be written and tested in

 

      Table of Contents

 

     14. Staffing and Training Needs

 

            Training on the Application & System

·        Ms. Cotler and Dr. Hunter will require minimal training if any with the system, due to its user-friendliness.  They have been involved with the design and development as well as refining the functional requirements and interaction with the GUI’S for the system.  Little training will be required to show our clients the full capabilities of the system.

·        Other than our clients, the only people interacting with the system will be students. Our clients will provide training if necessary for the students in their lab section however training will be minimal because students have restricted access.

·        No training will be required for any test tools. Each function of the system will be tested separately as shown in our unit tests.  Team leader, Justin Spegele, and testing manager, Kristen Dobreski, will be doing the majority of the testing.

 

      Table of Contents

 

15. Responsibilities

 

·        Justin Spegele – Team Leader & Webmaster – Justin is responsible for the overall strategy for this level of the plan, for setting the risks for the test plan and for making the critical go/no go decisions for items not covered in the test plan.

·        Kristen Dobreski – Testing Manager – Kristen is responsible for selecting features to be tested and not tested and for resolving any scheduling conflicts regarding testing, including testing on the production system.

·        Matt Warner – Lead Programmer & System Administrator – Matt is responsible for providing any required training needed to use the production system and production environments, although all team members are expected to gain at least a basic understanding of these systems and environments on their own.

·        Dan Lomanto - Development Manager – Dan is responsible for ensuring that all required elements are in place for testing.

 

      Table of Contents

 

     16. Schedule

 

·        NSG Software has utilized a Gantt chart as its organizational method for the project plan. Documents and presentations will continue to be delivered ontime.

·        The Waterfall Model is another method we used to schedule our project plan.

·        Scheduled Milestones left this semester:

    • May 1, 2006-               Acceptance Test documents due
    • May 2, 2006-               Acceptance Test Presentations

o       May 5, 2006-               Academic Celebration Presentations

 

      Table of Contents

 

17. Planning Risks and Contingencies

 

The following is a list of risks to the project, each followed by a list of possible steps that can be taken to remedy each situation.

·        Lack of personnel resources when testing begins

1.      The number of tests performed will be reduced.

2.      The test team will work overtime

3.      The number of acceptable defects will be increased.

4.      The scope of the project may change.

·        Lack of availability of required hardware, software, data or tools.

1.      The team will consult with the Siena College Computer Science Department’s system administrator, Ken Swarner, about the availability of such products.

2.      The team will look into obtaining freeware versions of similar products.

3.      The project will be changed to suit similar hardware, software, data or tools.

·        Delays in training on the application and/or tools.

o       Team members will then be required to gain more of a working knowledge of the product on their own.

 

·        Changes to the original requirements or designs.

1.      The testing and development schedule will be altered to suit the changes in the requirements.

2.      The team will work overtime.

3.      The number of tests performed will be reduced.

4.      The scope of the project may change.

·        Project is not completed by the due date. 

o       The team will submit the application, working or not, on the required due date.  Late delivery is not acceptable for this project.

 

      Table of Contents

 

    18. Approvals

 

The following people must allow the project to proceed and approve that it is complete.

·        The Team Leader evaluates each team member, their work, and how it flows with the team.  This is done at every level of the software cycle.

·        Dr. Lederman also evaluates our work.  He makes sure that each step of the software development schedule is complete and finished satisfactory in a timely manner.

·        Most importantly, our clients give us approval on the project. After each step of the software process is completed our clients evaluate our documents and attend a presentation on the material covered in the documents.

 

The audience for this particular software is one that is very knowledgeable about the system and the integration into the environment in which it will be used.  Our clients have strong technical skills and can be seen as qualified critics in approving the system.  

 

      Table of Contents

 

 

 

 

 

 

 

 

 

 

 

 

 

 

19. Glossary

 

Apache Web Server – an open source web server for Unix-like systems.

 

Course Coordinator – The system administrator.  Is in charge of uploading grading keys, creating sections and creating users.

 

Gantt Chart - Allows for a timeline structure with clearly marked milestones for meetings and deadlines to be apparent the all parties.

 

GUIA Graphical User Interface is a method of interacting with a computer through direct manipulation of graphical images in addition to text.

 

Interface – See GUI

 

Lab Instructor – Instructs the lab sections for CSIS 010 and 011.  Is in charge of grading the labs.

 

Lecture Instructor – Instructs the lecture sections for CSIS 010 and 011.

 

Master Test Plan – The highest level of test plans for software testing.

 

NSG – Non-Commissioned Software Group.

 

Parser – The class of functions that will parse information out of Excel files.

 

PHP – PHP Hypertext Preprocessor is an open-source, reflective programming language used mainly for developing server-side applications, dynamic web content, and more recently, a broader range of software applications.

 

Regression Testing - The retesting of a section of code after it has been changed to fix a problem or bug.

 

Simulators - A computer program that attempts to simulate an abstract model of   a particular system.

 

Student User – Students of CSIS 010 and 011.  Students are expected to upload their labs.

 

Test Plan Case – see Unit Test.

 

Test Plan Documents – These documents.

 

 

 

Unit Test - a procedure used to verify that a particular module of source code is working properly.

 

Waterfall Model – A model in which all relevant milestones are identified with their relationship to the development process. It demonstrates what the steps of software development are and in what order they must be completed before the next one is able to begin.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

20. Testing Documents

 

 

Screen: AEGIS Login Page

Date:   April 24, 2006

Tester: Kristen Dobreski     

Screen: AEGIS Login Page  Pass:   X         Fail:       

 

 

Field Name: “Username” Text Box

A.     Attempted

B.      Expected Result

C.     Pass

D. Fail

E.     Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Password” Text Box

F.     Attempted

G.    Expected Result

H.     Pass

I.    Fail

J.       Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Login” Button

K.     Attempted

L.      Expected Result

M.    Pass

N. Fail

O.     Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Calls the “Login” Function; Takes user to their splash page.

 

Field Name: “Register Now” Link

P.     Attempted

Q.     Expected Result

R. Pass

S.   Fail

T.      Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes the user to the new student registration page.

 

Field Name: “Turned on” Link

U.    Attempted

V.     Expected Result

W.    Pass

X.  Fail

Y.      Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes the user to a how to turn on cookies page.

 

 

Screen: New Student Registration

Date:   April 24, 2006

Tester: Kristen Dobreski     

Screen: New Student Registration   Pass:   X         Fail:        

 

Field Name: “Home” Link

Z.      Attempted

AA.Expected Result

BB. Pass

CC.                       Fail

DD.                       Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes the user to the AEGIS login page.

 

Field Name: “Contact Us” Link      

EE.Attempted

FF.Expected Result

GG.                      Pass

HH.                       Fail

II.     Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes the user to an email application.

 

Field Name: “First Name” Text Box

JJ.   Attempted

KK.                       Expected Result

LL. Pass

MM.                     Fail

NN.                       Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Last Name” Text Box

OO.                       Attempted

PP.Expected Result

QQ.                       Pass

RR. Fail

SS.  Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Username” Text Box

TT. Attempted

UU.                      Expected Result

VV.                        Pass

WW.                     Fail

XX.Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Password” Text Box

YY.  Attempted

ZZ. Expected Result

AAA.                   Pass

BBB.                     Fail

CCC.                  Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Re-enter Password” Text Box

DDD.                  Attempted

EEE.                   Expected Result

FFF.                   Pass

GGG.                Fail

HHH.                  Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Lecture Section” Drop Down Menu

III.   Attempted

JJJ.                        Expected Result

KKK.                  Pass

LLL.                     Fail

MMM.               Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Shows list of available lecture sections.

 

Field Name: “Lab Section” Drop Down Menu

NNN.                  Attempted

OOO.                  Expected Result

PPP.                   Pass

QQQ.                  Fail

RRR.                     Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Shows list of available lab sections.

 

Field Name: “Register” Button

SSS.                      Attempted

TTT.                     Expected Result

UUU.                Pass

VVV.                   Fail

WWW.               Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Calls the “RegisterNewStudent” Function.

 

 

 

Screen: Course Coordinator – Splash Page

Date:   April 24, 2006

Tester: Kristen Dobreski     

Screen: Course Coordinator Splash Page      Pass:              X        Fail:        

 

Field Name: “Logout” Link

XXX.                   Attempted

YYY.                      Expected Result

ZZZ.                     Pass

AAAA.              Fail

BBBB.                Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Logs the user out and takes them to the Login screen.

 

Field Name: “Change Password” Link       

CCCC.            Attempted

DDDD.            Expected Result

EEEE.              Pass

FFFF.              Fail

GGGG.          Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes the user to the Change Password page.

 

 

Screen: Course Coordinator- Change Password

Date:   April 25, 2006

Tester: Kristen Dobreski     

Screen: Change Password     Pass:   X         Fail:       

 

Field Name: “Old Password” Text Box

HHHH.            Attempted

IIII.Expected Result

JJJJ.                    Pass

KKKK.            Fail

LLLL.                Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “New Password” Text Box

MMMM.        Attempted

NNNN.            Expected Result

OOOO.            Pass

PPPP.              Fail

QQQQ.            Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Confirm Password” Text Box

RRRR.                Attempted

SSSS.                  Expected Result

TTTT.                Pass

UUUU.          Fail

VVVV.              Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Save” Button

WWWW.        Attempted

XXXX.              Expected Result

YYYY.                  Pass

ZZZZ.                Fail

AAAAA.         Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes the user to the Password Changed Page.

 

Field Name: “OK” Button

BBBBB.            Attempted

CCCCC.       Expected Result

DDDDD.       Pass

EEEEE.         Fail

FFFFF.         Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user back to Change Password Page.

 

Screen: Course Coordinator – Splash Page (Continued)

 

Field Name: “Student Manager” Link

GGGGG.    Attempted

HHHHH.       Expected Result

IIIII.                      Pass

JJJJJ.                 Fail

KKKKK.       Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes the user to the Student Manager search page.

 

Screen: Course Coordinator- Student Manager Search

Date:   April 25, 2006

Tester: Kristen Dobreski     

Screen: Student Manager     Pass:   X         Fail:       

 

Field Name: “Last name” Text Box

LLLLL.            Attempted

MMMMM.  Expected Result

NNNNN.       Pass

OOOOO.       Fail

PPPPP.         Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “User Name” Text Box

QQQQQ.       Attempted

RRRRR.            Expected Result

SSSSS.              Pass

TTTTT.            Fail

UUUUU.    Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Show All” Button

VVVVV.         Attempted

WWWWW.  Expected Result

XXXXX.         Pass

YYYYY.              Fail

ZZZZZ.            Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user to the Show All Page.

 

Field Name: “OK” Button

AAAAAA.    Attempted

BBBBBB.       Expected Result

CCCCCC. Pass

DDDDDD. Fail

EEEEEE.    Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user back to Student Manager Search page.

 

Field Name: “Search” Button

FFFFFF.    Attempted

GGGGGG.                      Expected Result

HHHHHH. Pass

IIIIII.                   Fail

JJJJJJ.             Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user to the Student Manager Search Results Page.

 

Field Name: “Edit” Button

KKKKKK. Attempted

LLLLLL.       Expected Result

MMMMMM.                   Pass

NNNNNN. Fail

OOOOOO. Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Take user to the Student Manager: Edit Page.

 

 

Field Name: “Cancel” Button

PPPPPP.    Attempted

QQQQQQ. Expected Result

RRRRRR.       Pass

SSSSSS.          Fail

TTTTTT.       Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user back to student manager search page.

 

Field Name: “Add” Button

UUUUUU.                      Attempted

VVVVVV.    Expected Result

WWWWWW.                   Pass

XXXXXX.    Fail

YYYYYY.          Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user to the Add Student Page.

 

Screen: Course Coordinator- Student Manager Add

Date:   April 25, 2006

Tester: Kristen Dobreski     

Screen: Student Manager     Pass:   X         Fail:       

 

Field Name: “First Name” Text Box

ZZZZZZ.       Attempted

AAAAAAA.                       Expected Result

BBBBBBB.   Pass

CCCCCCC.                    Fail

DDDDDDD.                    Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Last Name” Text Box

EEEEEEE.                       Attempted

FFFFFFF.                       Expected Result

GGGGGGG.                Pass

HHHHHHH.                    Fail

IIIIIII.                 Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Username” Text Box

JJJJJJJ.          Attempted

KKKKKKK.                    Expected Result

LLLLLLL.   Pass

MMMMMMM.             Fail

NNNNNNN.                    Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Password” Text Box

OOOOOOO.                    Attempted

PPPPPPP.                       Expected Result

QQQQQQQ.                    Pass

RRRRRRR.   Fail

SSSSSSS.      Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Re-enter Password” Text Box

TTTTTTT.   Attempted

UUUUUUU.                Expected Result

VVVVVVV.                       Pass

WWWWWWW.             Fail

XXXXXXX.                       Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Lecture Section” Drop Down Menu

YYYYYYY.      Attempted

ZZZZZZZ.   Expected Result

AAAAAAAA.                  Pass

BBBBBBBB.                      Fail

CCCCCCCC.              Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Shows list of available lecture sections.

 

Field Name: “Lab Section” Drop Down Menu

DDDDDDDD.              Attempted

EEEEEEEE.                  Expected Result

FFFFFFFF.                  Pass

GGGGGGGG.          Fail

HHHHHHHH.              Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Shows list of available lab sections.

 

Field Name: “Save” Button

IIIIIIII.              Attempted

JJJJJJJJ.      Expected Result

KKKKKKKK.              Pass

LLLLLLLL.                      Fail

MMMMMMMM.      Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user to the “successfully added” page.

 

Field Name: “Cancel” Button

NNNNNNNN.              Attempted

OOOOOOOO.              Expected Result

PPPPPPPP.                  Pass

QQQQQQQQ.              Fail

RRRRRRRR.                      Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user back to student manager search page.

 

Field Name: “OK” Button

SSSSSSSS.  Attempted

TTTTTTTT.                      Expected Result

UUUUUUUU.          Pass

VVVVVVVV.                  Fail

WWWWWWWW.      Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user back to Student Manager Search page.

 

Screen: Course Coordinator- Student Manager Edit

Date:   April 25, 2006

Tester: Kristen Dobreski     

Screen: Student Manager     Pass:   X         Fail:   

 

Field Name: “First name” Text Box

XXXXXXXX.                  Attempted

YYYYYYYY.  Expected Result

ZZZZZZZZ.                      Pass

AAAAAAAAA.             Fail

BBBBBBBBB.                  Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Last Name” Text Box

CCCCCCCCC.         Attempted

DDDDDDDDD.         Expected Result

EEEEEEEEE.             Pass

FFFFFFFFF.             Fail

GGGGGGGGG.    Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Lecture Section” Drop Down Menu

HHHHHHHHH.         Attempted

IIIIIIIII.            Expected Result

JJJJJJJJJ.   Pass

KKKKKKKKK.         Fail

LLLLLLLLL.                  Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Shows list of available lecture sections.

 

Field Name: “Lab Section” Drop Down Menu

MMMMMMMMM.                        Attempted

NNNNNNNNN.         Expected Result

OOOOOOOOO.         Pass

PPPPPPPPP.             Fail

QQQQQQQQQ.         Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Shows list of available lab sections.

 

Field Name: “Update” Button

RRRRRRRRR.                  Attempted

SSSSSSSSS.                      Expected Result

TTTTTTTTT.                  Pass

UUUUUUUUU.    Fail

VVVVVVVVV.             Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user back to Student Manager Account Update page.

 

Field Name: “Cancel” Button

WWWWWWWWW.                        Attempted

XXXXXXXXX.             Expected Result

YYYYYYYYY.                      Pass

ZZZZZZZZZ.                  Fail

AAAAAAAAAA.        Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user back to Student Manager Search page.

 

Field Name: “OK” Button

BBBBBBBBBB.             Attempted

CCCCCCCCCC.   Expected Result

DDDDDDDDDD.   Pass

EEEEEEEEEE.        Fail

FFFFFFFFFF.        Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user back to Student Manager Search page.

 

Screen: Course Coordinator – Splash Page (Continued)

 

Field Name: “Instructor Manager” Link

GGGGGGGGGG.                      Attempted

HHHHHHHHHH.   Expected Result

IIIIIIIIII.         Pass

JJJJJJJJJJ.                       Fail

KKKKKKKKKK.   Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes the user to the Instructor Manager Search Page.

 

 

Screen: Course Coordinator- Instructor Manager Search

Date:   April 26, 2006

Tester: Kristen Dobreski     

Screen: Instructor Manager             Pass:   X      Fail:                

 

Field Name: “Last name” Text Box

LLLLLLLLLL.             Attempted

MMMMMMMMMM.                 Expected Result

NNNNNNNNNN.   Pass

OOOOOOOOOO.   Fail

PPPPPPPPPP.        Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “User Name” Text Box

QQQQQQQQQQ.   Attempted

RRRRRRRRRR.             Expected Result

SSSSSSSSSS.                  Pass

TTTTTTTTTT.             Fail

UUUUUUUUUU.                      Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Show All” Button

VVVVVVVVVV.        Attempted

WWWWWWWWWW.                 Expected Result

XXXXXXXXXX.        Pass

YYYYYYYYYY.                  Fail

ZZZZZZZZZZ.             Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user to the Show All Page.

 

Field Name: “OK” Button

AAAAAAAAAAA.   Attempted

BBBBBBBBBBB.         Expected Result

CCCCCCCCCCC.                      Pass

DDDDDDDDDDD.                      Fail

EEEEEEEEEEE.   Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user back to Instructor Manager Search page.

 

Field Name: “Search” Button

FFFFFFFFFFF.   Attempted

GGGGGGGGGGG.                Expected Result

HHHHHHHHHHH.                      Pass

IIIIIIIIIII.       Fail

JJJJJJJJJJJ.                    Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user to the Student Instructor Search Results Page.

 

Field Name: “Edit” Button

KKKKKKKKKKK.                      Attempted

LLLLLLLLLLL.         Expected Result

MMMMMMMMMMM.           Pass

NNNNNNNNNNN.                      Fail

OOOOOOOOOOO.                      Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Take user to the Instructor Manager: Edit Page.

 

 

Field Name: “Cancel” Button

PPPPPPPPPPP.   Attempted

QQQQQQQQQQQ.                      Expected Result

RRRRRRRRRRR.         Pass

SSSSSSSSSSS.              Fail

TTTTTTTTTTT.         Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user back to Instructor manager search page.

 

Field Name: “Add” Button

UUUUUUUUUUU.                Attempted

VVVVVVVVVVV.   Expected Result

WWWWWWWWWWW.           Pass

XXXXXXXXXXX.   Fail

YYYYYYYYYYY.              Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user to the Add Instructor Page.

 

Screen: Course Coordinator- Instructor Manager Add

Date:   April 26, 2006

Tester: Kristen Dobreski     

Screen: Instructor Manager             Pass:   X         Fail:       

 

Field Name: “First Name” Text Box

ZZZZZZZZZZZ.         Attempted

AAAAAAAAAAAA.                      Expected Result

BBBBBBBBBBBB.    Pass

CCCCCCCCCCCC.                Fail

DDDDDDDDDDDD.                Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Last Name” Text Box

EEEEEEEEEEEE.                      Attempted

FFFFFFFFFFFF.                      Expected Result

GGGGGGGGGGGG.          Pass

HHHHHHHHHHHH.                Fail

IIIIIIIIIIII.    Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Username” Text Box

JJJJJJJJJJJJ.                Attempted

KKKKKKKKKKKK.                Expected Result

LLLLLLLLLLLL.    Pass

MMMMMMMMMMMM.    Fail

NNNNNNNNNNNN.                Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Password” Text Box

OOOOOOOOOOOO.                Attempted

PPPPPPPPPPPP.                      Expected Result

QQQQQQQQQQQQ.                Pass

RRRRRRRRRRRR.    Fail

SSSSSSSSSSSS.          Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Re-enter Password” Text Box

TTTTTTTTTTTT.    Attempted

UUUUUUUUUUUU.          Expected Result

VVVVVVVVVVVV.                      Pass

WWWWWWWWWWWW.    Fail

XXXXXXXXXXXX.                      Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Lecture Section” Drop Down Menu

YYYYYYYYYYYY.          Attempted

ZZZZZZZZZZZZ.    Expected Result

AAAAAAAAAAAAA.                 Pass

BBBBBBBBBBBBB.                        Fail

CCCCCCCCCCCCC.           Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Shows list of available lecture sections.

 

Field Name: “Lab Section” Drop Down Menu

DDDDDDDDDDDDD.           Attempted

EEEEEEEEEEEEE.                 Expected Result

FFFFFFFFFFFFF.                 Pass

GGGGGGGGGGGGG.    Fail

HHHHHHHHHHHHH.           Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Shows list of available lab sections.

 

Field Name: “Save” Button

IIIIIIIIIIIII.  Attempted

JJJJJJJJJJJJJ.             Expected Result

KKKKKKKKKKKKK.           Pass

LLLLLLLLLLLLL.                        Fail

MMMMMMMMMMMMM.                      Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user to the “successfully added” page.

 

Field Name: “Cancel” Button

NNNNNNNNNNNNN.           Attempted

OOOOOOOOOOOOO.           Expected Result

PPPPPPPPPPPPP.                 Pass

QQQQQQQQQQQQQ.           Fail

RRRRRRRRRRRRR.                        Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user back to Instructor Manager Search Page.

 

Screen: Course Coordinator- Instructor Manager Edit

Date:   April 26, 2006

Tester: Kristen Dobreski     

Screen: Instructor Manager             Pass:    X        Fail:       

 

Field Name: “First name” Text Box

SSSSSSSSSSSSS.      Attempted

TTTTTTTTTTTTT.                        Expected Result

UUUUUUUUUUUUU.    Pass

VVVVVVVVVVVVV.                 Fail

WWWWWWWWWWWWW.                      Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Last Name” Text Box

XXXXXXXXXXXXX.                 Attempted

YYYYYYYYYYYYY.      Expected Result

ZZZZZZZZZZZZZ.                        Pass

AAAAAAAAAAAAAA.            Fail

BBBBBBBBBBBBBB.                   Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Update” Button

CCCCCCCCCCCCCC.     Attempted

DDDDDDDDDDDDDD.     Expected Result

EEEEEEEEEEEEEE.            Pass

FFFFFFFFFFFFFF.            Fail

GGGGGGGGGGGGGG.                      Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user back to Instructor Manager Account Update page.

 

Field Name: “Cancel” Button

HHHHHHHHHHHHHH.     Attempted

IIIIIIIIIIIIII.                       Expected Result

JJJJJJJJJJJJJJ.         Pass

KKKKKKKKKKKKKK.     Fail

LLLLLLLLLLLLLL.                   Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user back to Instructor Manager Search page.

 

Field Name: “OK” Button

MMMMMMMMMMMMMM.               Attempted

NNNNNNNNNNNNNN.     Expected Result

OOOOOOOOOOOOOO.     Pass

PPPPPPPPPPPPPP.            Fail

QQQQQQQQQQQQQQ.     Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user back to Instructor Manager Search page.

 

Screen: Course Coordinator – Splash Page (Continued)

 

Field Name: “Section Manager” Link

RRRRRRRRRRRRRR.                   Attempted

SSSSSSSSSSSSSS.  Expected Result

TTTTTTTTTTTTTT.                   Pass

UUUUUUUUUUUUUU.                      Fail

VVVVVVVVVVVVVV.            Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes the user to the Section Manager Search Page.

 

Screen: Course Coordinator- Section Manager Search

Date:   April 26, 2006

Tester: Kristen Dobreski     

Screen: Section Manager                  Pass:    X        Fail:       

 

Field Name: “Course ID” Text Box

WWWWWWWWWWWWWW.               Attempted

XXXXXXXXXXXXXX.            Expected Result

YYYYYYYYYYYYYY.  Pass

ZZZZZZZZZZZZZZ.                   Fail

AAAAAAAAAAAAAAA.       Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Show All” Button

BBBBBBBBBBBBBBB.               Attempted

CCCCCCCCCCCCCCC.                        Expected Result

DDDDDDDDDDDDDDD.                        Pass

EEEEEEEEEEEEEEE.       Fail

FFFFFFFFFFFFFFF.       Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user to the Show All Page.

 

Field Name: “OK” Button

GGGGGGGGGGGGGGG.                Attempted

HHHHHHHHHHHHHHH.                        Expected Result

IIIIIIIIIIIIIII.                     Pass

JJJJJJJJJJJJJJJ.      Fail

KKKKKKKKKKKKKKK.                        Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user back to Section Manager Search page.

 

Field Name: “Search” Button

LLLLLLLLLLLLLLL.               Attempted

MMMMMMMMMMMMMMM.         Expected Result

NNNNNNNNNNNNNNN.                        Pass

OOOOOOOOOOOOOOO.                        Fail

PPPPPPPPPPPPPPP.       Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user to the Student Instructor Search Results Page.

 

 

 

Field Name: “Edit” Button

QQQQQQQQQQQQQQQ.                        Attempted

RRRRRRRRRRRRRRR.               Expected Result

SSSSSSSSSSSSSSS.                      Pass

TTTTTTTTTTTTTTT.               Fail

UUUUUUUUUUUUUUU.                Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Take user to the Instructor Manager: Edit Page.

 

 

Field Name: “Cancel” Button

VVVVVVVVVVVVVVV.       Attempted

WWWWWWWWWWWWWWW.         Expected Result

XXXXXXXXXXXXXXX.       Pass

YYYYYYYYYYYYYYY.                      Fail

ZZZZZZZZZZZZZZZ.               Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user back to section manager search page.

 

Field Name: “Add” Button

AAAAAAAAAAAAAAAA.  Attempted

BBBBBBBBBBBBBBBB.          Expected Result

CCCCCCCCCCCCCCCC.                  Pass

DDDDDDDDDDDDDDDD.                  Fail

EEEEEEEEEEEEEEEE.  Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user to the add section page.

 

Screen: Course Coordinator- Section Manager Add

Date:   April 26, 2006

Tester: Kristen Dobreski     

Screen: Section Manager      Pass:    X        Fail:       

 

Field Name: “Section ID” Text Box

FFFFFFFFFFFFFFFF.  Attempted

GGGGGGGGGGGGGGGG.          Expected Result

HHHHHHHHHHHHHHHH.                  Pass

IIIIIIIIIIIIIIII.                  Fail

JJJJJJJJJJJJJJJJ.  Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Section Name” Text Box

KKKKKKKKKKKKKKKK.                  Attempted

LLLLLLLLLLLLLLLL.          Expected Result

MMMMMMMMMMMMMMMM.  Pass

NNNNNNNNNNNNNNNN.                  Fail

OOOOOOOOOOOOOOOO.                  Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Section Type” Drop Down Menu

PPPPPPPPPPPPPPPP.  Attempted

QQQQQQQQQQQQQQQQ.                  Expected Result

RRRRRRRRRRRRRRRR.          Pass

SSSSSSSSSSSSSSSS.                  Fail

TTTTTTTTTTTTTTTT.          Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Shows list of available section types.

 

Field Name: “Lab Section” Drop Down Menu

UUUUUUUUUUUUUUUU.          Attempted

VVVVVVVVVVVVVVVV.  Expected Result

WWWWWWWWWWWWWWWW.  Pass

XXXXXXXXXXXXXXXX.  Fail

YYYYYYYYYYYYYYYY.                  Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Shows list of available lab sections.

 

Field Name: “Save” Button

ZZZZZZZZZZZZZZZZ.          Attempted

AAAAAAAAAAAAAAAAA.                     Expected Result

BBBBBBBBBBBBBBBBB.      Pass

CCCCCCCCCCCCCCCCC.             Fail

DDDDDDDDDDDDDDDDD.             Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user to the “successfully added” page.

 

Field Name: “OK” Button

EEEEEEEEEEEEEEEEE.                     Attempted

FFFFFFFFFFFFFFFFF.                     Expected Result

GGGGGGGGGGGGGGGGG.    Pass

HHHHHHHHHHHHHHHHH.             Fail

IIIIIIIIIIIIIIIII.                Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user back to section Manager Search page.

 

Field Name: “Cancel” Button

JJJJJJJJJJJJJJJJJ.                       Attempted

KKKKKKKKKKKKKKKKK.             Expected Result

LLLLLLLLLLLLLLLLL.      Pass

MMMMMMMMMMMMMMMMM.                    Fail

NNNNNNNNNNNNNNNNN.             Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user back to section Manager Search Page.

 

 

Screen: Course Coordinator- Section Manager Edit

Date:   April 26, 2006

Tester: Kristen Dobreski     

Screen: Section Manager                  Pass:   X    Fail:            

 

Field Name: “Section ID” Text Box

OOOOOOOOOOOOOOOOO.             Attempted

PPPPPPPPPPPPPPPPP.                     Expected Result

QQQQQQQQQQQQQQQQQ.             Pass

RRRRRRRRRRRRRRRRR.      Fail

SSSSSSSSSSSSSSSSS.              Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Section Name” Text Box

TTTTTTTTTTTTTTTTT.      Attempted

UUUUUUUUUUUUUUUUU.    Expected Result

VVVVVVVVVVVVVVVVV.                     Pass

WWWWWWWWWWWWWWWWW.                    Fail

XXXXXXXXXXXXXXXXX.                     Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Section Type” Drop Down Menu

YYYYYYYYYYYYYYYYY.              Attempted

ZZZZZZZZZZZZZZZZZ.      Expected Result

AAAAAAAAAAAAAAAAAA.                Pass

BBBBBBBBBBBBBBBBBB. Fail

CCCCCCCCCCCCCCCCCC.       Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Shows list of available section types.

 

 

 

 

Field Name: “Instructor” Drop Down Menu

DDDDDDDDDDDDDDDDDD.       Attempted

EEEEEEEEEEEEEEEEEE.                Expected Result

FFFFFFFFFFFFFFFFFF.                Pass

GGGGGGGGGGGGGGGGGG.                      Fail

HHHHHHHHHHHHHHHHHH.       Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Shows list of available instructors.

 

Field Name: “Update” Button

IIIIIIIIIIIIIIIIII.             Attempted

JJJJJJJJJJJJJJJJJJ.                   Expected Result

KKKKKKKKKKKKKKKKKK.       Pass

LLLLLLLLLLLLLLLLLL. Fail

MMMMMMMMMMMMMMMMMM.             Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user back to section manager account update page.

 

Field Name: “Cancel” Button

NNNNNNNNNNNNNNNNNN.       Attempted

OOOOOOOOOOOOOOOOOO.       Expected Result

PPPPPPPPPPPPPPPPPP.                Pass

QQQQQQQQQQQQQQQQQQ.       Fail

RRRRRRRRRRRRRRRRRR. Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user back to section manager search page.

 

Field Name: “OK” Button

SSSSSSSSSSSSSSSSSS.          Attempted

TTTTTTTTTTTTTTTTTT. Expected Result

UUUUUUUUUUUUUUUUUU.                      Pass

VVVVVVVVVVVVVVVVVV.                Fail

WWWWWWWWWWWWWWWWWW.             Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user back to section manager search page.

 

Screen: Course Coordinator – Splash Page (Continued)

 

Field Name: “Lab Summaries” Link

XXXXXXXXXXXXXXXXXX.                Attempted

YYYYYYYYYYYYYYYYYY.          Expected Result

ZZZZZZZZZZZZZZZZZZ. Pass

AAAAAAAAAAAAAAAAAAA.           Fail

BBBBBBBBBBBBBBBBBBB.                     Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes the user to the lab summaries page.

 

 

Screen: Course Coordinator- Lab Summaries Page

Date:   April 26, 2006

Tester: Kristen Dobreski     

Screen: Lab Summaries                    Pass:   X    Fail:             

 

Field Name: “Section” Drop Down Menu

CCCCCCCCCCCCCCCCCCC.  Attempted

DDDDDDDDDDDDDDDDDDD.  Expected Result

EEEEEEEEEEEEEEEEEEE.           Pass

FFFFFFFFFFFFFFFFFFF.           Fail

GGGGGGGGGGGGGGGGGGG.                Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Shows list of all available sections.

 

Field Name: “Results By Section” Button

HHHHHHHHHHHHHHHHHHH.  Attempted

IIIIIIIIIIIIIIIIIII.           Expected Result

JJJJJJJJJJJJJJJJJJJ.                Pass

KKKKKKKKKKKKKKKKKKK.  Fail

LLLLLLLLLLLLLLLLLLL.                     Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Shows list of available lab sections.

 

 

Field Name: “Last Name” Text Box

MMMMMMMMMMMMMMMMMMM.       Attempted

NNNNNNNNNNNNNNNNNNN.  Expected Result

OOOOOOOOOOOOOOOOOOO.  Pass

PPPPPPPPPPPPPPPPPPP.           Fail

QQQQQQQQQQQQQQQQQQQ.  Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Results By Student” Button

RRRRRRRRRRRRRRRRRRR.                     Attempted

SSSSSSSSSSSSSSSSSSS.      Expected Result

TTTTTTTTTTTTTTTTTTT.                     Pass

UUUUUUUUUUUUUUUUUUU.                Fail

VVVVVVVVVVVVVVVVVVV.           Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Shows list of available lab sections.

 

 

Screen: Course Coordinator – Splash Page (Continued)

 

Field Name: “Upload Grading Keys” Link

WWWWWWWWWWWWWWWWWWW.       Attempted

XXXXXXXXXXXXXXXXXXX.           Expected Result

YYYYYYYYYYYYYYYYYYY.      Pass

ZZZZZZZZZZZZZZZZZZZ.                     Fail

AAAAAAAAAAAAAAAAAAAA.      Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes the user to the upload grading key page.

 

Screen: Course Coordinator – Upload Grading Keys Page

Date: April 26, 2006             

Tester: Kristen Dobreski     

Screen: Upload Grading Keys                      Pass:   X         Fail:   

 

 

 

 

Field Name: “Select Lab” Drop Down Menu

BBBBBBBBBBBBBBBBBBBB.                Attempted

CCCCCCCCCCCCCCCCCCCC.                    Expected Result

DDDDDDDDDDDDDDDDDDDD.                    Pass

EEEEEEEEEEEEEEEEEEEE.      Fail

FFFFFFFFFFFFFFFFFFFF.      Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Shows list of available lab sections.

 

Field Name: “Lab Template” Text Box

GGGGGGGGGGGGGGGGGGGG.          Attempted

HHHHHHHHHHHHHHHHHHHH.                    Expected Result

IIIIIIIIIIIIIIIIIIII.        Pass

JJJJJJJJJJJJJJJJJJJJ.            Fail

KKKKKKKKKKKKKKKKKKKK.                    Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Browse” Button

LLLLLLLLLLLLLLLLLLLL.                Attempted

MMMMMMMMMMMMMMMMMMMM.                        Expected Result

NNNNNNNNNNNNNNNNNNNN.                    Pass

OOOOOOOOOOOOOOOOOOOO.                    Fail

PPPPPPPPPPPPPPPPPPPP.      Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Opens up a “choose file” window.

 

Field Name: “Grading Guide” Text Box

QQQQQQQQQQQQQQQQQQQQ.                    Attempted

RRRRRRRRRRRRRRRRRRRR.                Expected Result

SSSSSSSSSSSSSSSSSSSS.  Pass

TTTTTTTTTTTTTTTTTTTT.                Fail

UUUUUUUUUUUUUUUUUUUU.          Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Browse” Button

VVVVVVVVVVVVVVVVVVVV.      Attempted

WWWWWWWWWWWWWWWWWWWW.                        Expected Result

XXXXXXXXXXXXXXXXXXXX.      Pass

YYYYYYYYYYYYYYYYYYYY.  Fail

ZZZZZZZZZZZZZZZZZZZZ.                Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Opens up a “choose file” window.

 

Field Name: “Upload” Button

AAAAAAAAAAAAAAAAAAAAA. Attempted

BBBBBBBBBBBBBBBBBBBBB.            Expected Result

CCCCCCCCCCCCCCCCCCCCC.               Pass

DDDDDDDDDDDDDDDDDDDDD.               Fail

EEEEEEEEEEEEEEEEEEEEE. Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user the “successfully uploaded” page.

 

Field Name: “OK” Button

FFFFFFFFFFFFFFFFFFFFF. Attempted

GGGGGGGGGGGGGGGGGGGGG.    Expected Result

HHHHHHHHHHHHHHHHHHHHH.               Pass

IIIIIIIIIIIIIIIIIIIII.      Fail

JJJJJJJJJJJJJJJJJJJJJ.         Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user back to upload key files page.

 

 

 

 

 

Screen: Lab Instructor – Splash Page

Date: April 24, 2006             

Tester: Kristen Dobreski     

Screen: Splash Page              Pass:   X     Fail:            

 

Field Name: “Logout” Link

KKKKKKKKKKKKKKKKKKKKK.               Attempted

LLLLLLLLLLLLLLLLLLLLL.            Expected Result

MMMMMMMMMMMMMMMMMMMMM.                  Pass

NNNNNNNNNNNNNNNNNNNNN.               Fail

OOOOOOOOOOOOOOOOOOOOO.               Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Logs the user out and takes them to the Login screen.

 

Field Name: “Change Password” Link       

PPPPPPPPPPPPPPPPPPPPP. Attempted

QQQQQQQQQQQQQQQQQQQQQ.               Expected Result

RRRRRRRRRRRRRRRRRRRRR.            Pass

SSSSSSSSSSSSSSSSSSSSS.                      Fail

TTTTTTTTTTTTTTTTTTTTT.            Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes the user to the Change Password page.

 

 

Screen: Lab Instructor- Change Password

Date:   April 26, 2006

Tester: Kristen Dobreski     

Screen: Change Password                 Pass:   X         Fail:   

 

Field Name: “Old Password” Text Box

UUUUUUUUUUUUUUUUUUUUU.    Attempted

VVVVVVVVVVVVVVVVVVVVV. Expected Result

WWWWWWWWWWWWWWWWWWWWW.                  Pass

XXXXXXXXXXXXXXXXXXXXX. Fail

YYYYYYYYYYYYYYYYYYYYY.                      Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “New Password” Text Box

ZZZZZZZZZZZZZZZZZZZZZ.            Attempted

AAAAAAAAAAAAAAAAAAAAAA.                    Expected Result

BBBBBBBBBBBBBBBBBBBBBB.       Pass

CCCCCCCCCCCCCCCCCCCCCC.         Fail

DDDDDDDDDDDDDDDDDDDDDD.         Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Confirm Password” Text Box

EEEEEEEEEEEEEEEEEEEEEE.                    Attempted

FFFFFFFFFFFFFFFFFFFFFF.                    Expected Result

GGGGGGGGGGGGGGGGGGGGGG.                      Pass

HHHHHHHHHHHHHHHHHHHHHH.         Fail

IIIIIIIIIIIIIIIIIIIIII.   Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Save” Button

JJJJJJJJJJJJJJJJJJJJJJ.     Attempted

KKKKKKKKKKKKKKKKKKKKKK.         Expected Result

LLLLLLLLLLLLLLLLLLLLLL.       Pass

MMMMMMMMMMMMMMMMMMMMMM.           Fail

NNNNNNNNNNNNNNNNNNNNNN.         Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes the user to the Password Changed Page.

 

Field Name: “OK” Button

OOOOOOOOOOOOOOOOOOOOOO.         Attempted

PPPPPPPPPPPPPPPPPPPPPP.                    Expected Result

QQQQQQQQQQQQQQQQQQQQQQ.         Pass

RRRRRRRRRRRRRRRRRRRRRR.       Fail

SSSSSSSSSSSSSSSSSSSSSS.                  Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user back to Change Password Page.

 

Screen: Lab Instructor – Splash Page (Continued)

 

Field Name: “Student Manager” Link

TTTTTTTTTTTTTTTTTTTTTT.       Attempted

UUUUUUUUUUUUUUUUUUUUUU.                      Expected Result

VVVVVVVVVVVVVVVVVVVVVV.                    Pass

WWWWWWWWWWWWWWWWWWWWWW.           Fail

XXXXXXXXXXXXXXXXXXXXXX.                    Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes the user to the Student Manager search page.

 

Screen: Lab Instructor- Student Manager Search

Date:   April 26, 2006

Tester: Kristen Dobreski     

Screen: Student Manager                 Pass:   X         Fail:        

 

Field Name: “View Students” Drop Down Menu

YYYYYYYYYYYYYYYYYYYYYY.                  Attempted

ZZZZZZZZZZZZZZZZZZZZZZ.       Expected Result

AAAAAAAAAAAAAAAAAAAAAAA.               Pass

BBBBBBBBBBBBBBBBBBBBBBB.   Fail

CCCCCCCCCCCCCCCCCCCCCCC.    Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows the user to choose a section from the list.

 

Field Name: “Search Students” Text Box

DDDDDDDDDDDDDDDDDDDDDDD.    Attempted

EEEEEEEEEEEEEEEEEEEEEEE.               Expected Result

FFFFFFFFFFFFFFFFFFFFFFF.               Pass

GGGGGGGGGGGGGGGGGGGGGGG.                Fail

HHHHHHHHHHHHHHHHHHHHHHH.    Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows the user to enter text.

 

Field Name: “Go” Button

IIIIIIIIIIIIIIIIIIIIIII. Attempted

JJJJJJJJJJJJJJJJJJJJJJJ.  Expected Result

KKKKKKKKKKKKKKKKKKKKKKK.    Pass

LLLLLLLLLLLLLLLLLLLLLLL.   Fail

MMMMMMMMMMMMMMMMMMMMMMM.     Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user to Student Manager Search Results Page.

 

Field Name: “Back” Button

NNNNNNNNNNNNNNNNNNNNNNN.    Attempted

OOOOOOOOOOOOOOOOOOOOOOO.    Expected Result

PPPPPPPPPPPPPPPPPPPPPPP.               Pass

QQQQQQQQQQQQQQQQQQQQQQQ.    Fail

RRRRRRRRRRRRRRRRRRRRRRR.   Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user back to Student Manager Search Page.

 

Field Name: “Search” Button

SSSSSSSSSSSSSSSSSSSSSSS.              Attempted

TTTTTTTTTTTTTTTTTTTTTTT.   Expected Result

UUUUUUUUUUUUUUUUUUUUUUU.                Pass

VVVVVVVVVVVVVVVVVVVVVVV.               Fail

WWWWWWWWWWWWWWWWWWWWWWW.     Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user to Student Manager Search Page.

 

Field Name: “Back” Button

XXXXXXXXXXXXXXXXXXXXXXX.               Attempted

YYYYYYYYYYYYYYYYYYYYYYY.              Expected Result

ZZZZZZZZZZZZZZZZZZZZZZZ.   Pass

AAAAAAAAAAAAAAAAAAAAAAAA.          Fail

BBBBBBBBBBBBBBBBBBBBBBBB.                      Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user back to Student Manager Search Page.

 

Field Name: “Show All” Button

CCCCCCCCCCCCCCCCCCCCCCCC.                      Attempted

DDDDDDDDDDDDDDDDDDDDDDDD.                      Expected Result

EEEEEEEEEEEEEEEEEEEEEEEE.          Pass

FFFFFFFFFFFFFFFFFFFFFFFF.          Fail

GGGGGGGGGGGGGGGGGGGGGGGG.          Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user to the Show All Page.

 

Field Name: “Back” Button

HHHHHHHHHHHHHHHHHHHHHHHH.                      Attempted

IIIIIIIIIIIIIIIIIIIIIIII.                      Expected Result

JJJJJJJJJJJJJJJJJJJJJJJJ.                      Pass

KKKKKKKKKKKKKKKKKKKKKKKK.                      Fail

LLLLLLLLLLLLLLLLLLLLLLLL.                      Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user back to Student Manager Search Page.

 

Screen: Lab Instructor- Student Manager Add

Date:   April 26, 2006

Tester: Kristen Dobreski     

Screen: Student Manager                 Pass:  X          Fail:       

 

Field Name: “First Name” Text Box

MMMMMMMMMMMMMMMMMMMMMMMM.                      Attempted

NNNNNNNNNNNNNNNNNNNNNNNN.                      Expected Result

OOOOOOOOOOOOOOOOOOOOOOOO.                      Pass

PPPPPPPPPPPPPPPPPPPPPPPP.          Fail

QQQQQQQQQQQQQQQQQQQQQQQQ.                      Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Last Name” Text Box

RRRRRRRRRRRRRRRRRRRRRRRR.                      Attempted

SSSSSSSSSSSSSSSSSSSSSSSS.          Expected Result

TTTTTTTTTTTTTTTTTTTTTTTT.                      Pass

UUUUUUUUUUUUUUUUUUUUUUUU.          Fail

VVVVVVVVVVVVVVVVVVVVVVVV.          Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Username” Text Box

WWWWWWWWWWWWWWWWWWWWWWWW.                      Attempted

XXXXXXXXXXXXXXXXXXXXXXXX.          Expected Result

YYYYYYYYYYYYYYYYYYYYYYYY.          Pass

ZZZZZZZZZZZZZZZZZZZZZZZZ.                      Fail

AAAAAAAAAAAAAAAAAAAAAAAAA.     Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Password” Text Box

BBBBBBBBBBBBBBBBBBBBBBBBB.                  Attempted

CCCCCCCCCCCCCCCCCCCCCCCCC.                 Expected Result

DDDDDDDDDDDDDDDDDDDDDDDDD.                 Pass

EEEEEEEEEEEEEEEEEEEEEEEEE.     Fail

FFFFFFFFFFFFFFFFFFFFFFFFF.     Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Re-enter Password” Text Box

GGGGGGGGGGGGGGGGGGGGGGGGG.    Attempted

HHHHHHHHHHHHHHHHHHHHHHHHH.                 Expected Result

IIIIIIIIIIIIIIIIIIIIIIIII.                    Pass

JJJJJJJJJJJJJJJJJJJJJJJJJ.                   Fail

KKKKKKKKKKKKKKKKKKKKKKKKK.                 Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Lecture Section” Drop Down Menu

LLLLLLLLLLLLLLLLLLLLLLLLL.                  Attempted

MMMMMMMMMMMMMMMMMMMMMMMMM.                Expected Result

NNNNNNNNNNNNNNNNNNNNNNNNN.                 Pass

OOOOOOOOOOOOOOOOOOOOOOOOO.                 Fail

PPPPPPPPPPPPPPPPPPPPPPPPP.     Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Shows list of available lecture sections.

 

Field Name: “Lab Section” Drop Down Menu

QQQQQQQQQQQQQQQQQQQQQQQQQ.                 Attempted

RRRRRRRRRRRRRRRRRRRRRRRRR.                  Expected Result

SSSSSSSSSSSSSSSSSSSSSSSSS.      Pass

TTTTTTTTTTTTTTTTTTTTTTTTT.                  Fail

UUUUUUUUUUUUUUUUUUUUUUUUU.    Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Shows list of available lab sections.

 

Field Name: “Save” Button

VVVVVVVVVVVVVVVVVVVVVVVVV.     Attempted

WWWWWWWWWWWWWWWWWWWWWWWWW.                Expected Result

XXXXXXXXXXXXXXXXXXXXXXXXX.     Pass

YYYYYYYYYYYYYYYYYYYYYYYYY.      Fail

ZZZZZZZZZZZZZZZZZZZZZZZZZ.                  Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user to the “successfully added” page.

 

Field Name: “Back” Button

AAAAAAAAAAAAAAAAAAAAAAAAAA.                        Attempted

BBBBBBBBBBBBBBBBBBBBBBBBBB.             Expected Result

CCCCCCCCCCCCCCCCCCCCCCCCCC.           Pass

DDDDDDDDDDDDDDDDDDDDDDDDDD.           Fail

EEEEEEEEEEEEEEEEEEEEEEEEEE.                        Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user back to Student Manager Search Page.

 

Field Name: “Cancel” Button

FFFFFFFFFFFFFFFFFFFFFFFFFF.                        Attempted

GGGGGGGGGGGGGGGGGGGGGGGGGG.                      Expected Result

HHHHHHHHHHHHHHHHHHHHHHHHHH.           Pass

IIIIIIIIIIIIIIIIIIIIIIIIII.                 Fail

JJJJJJJJJJJJJJJJJJJJJJJJJJ.               Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user back to section Manager Search Page.

 

Screen: Lab Instructor – Splash Page (Continued)

 

Field Name: “View Grading Summaries” Link

KKKKKKKKKKKKKKKKKKKKKKKKKK.           Attempted

LLLLLLLLLLLLLLLLLLLLLLLLLL.             Expected Result

MMMMMMMMMMMMMMMMMMMMMMMMMM.         Pass

NNNNNNNNNNNNNNNNNNNNNNNNNN.           Fail

OOOOOOOOOOOOOOOOOOOOOOOOOO.           Comments

1. Right Click

Menu pops up

  X

 

 

2. Left Click

Takes the user to the view grading summaries page.

 

Screen: Lab Instructor- View Grade Summaries Page

Date:   April 26, 2006

Tester: Kristen Dobreski     

Screen: View Grade Summaries                   Pass:   X         Fail:        

 

Field Name: “Last Name” Text Box

PPPPPPPPPPPPPPPPPPPPPPPPPP.                        Attempted

QQQQQQQQQQQQQQQQQQQQQQQQQQ.           Expected Result

RRRRRRRRRRRRRRRRRRRRRRRRRR.             Pass

SSSSSSSSSSSSSSSSSSSSSSSSSS.  Fail

TTTTTTTTTTTTTTTTTTTTTTTTTT.             Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Section” Drop Down Menu

UUUUUUUUUUUUUUUUUUUUUUUUUU.                      Attempted

VVVVVVVVVVVVVVVVVVVVVVVVVV.                        Expected Result

WWWWWWWWWWWWWWWWWWWWWWWWWW.         Pass

XXXXXXXXXXXXXXXXXXXXXXXXXX.                        Fail

YYYYYYYYYYYYYYYYYYYYYYYYYY.  Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Shows list of available lab sections.

 

Screen: Lab Instructor- Change Grade

Date:   April 26, 2006

Tester: Kristen Dobreski     

Screen: Change Password                 Pass:   X         Fail:   

 

Field Name: “Username” Text Box

ZZZZZZZZZZZZZZZZZZZZZZZZZZ.             Attempted

AAAAAAAAAAAAAAAAAAAAAAAAAAA.                   Expected Result

BBBBBBBBBBBBBBBBBBBBBBBBBBB.         Pass

CCCCCCCCCCCCCCCCCCCCCCCCCCC.      Fail

DDDDDDDDDDDDDDDDDDDDDDDDDDD.      Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Logout” Link

EEEEEEEEEEEEEEEEEEEEEEEEEEE.                   Attempted

FFFFFFFFFFFFFFFFFFFFFFFFFFF.                   Expected Result

GGGGGGGGGGGGGGGGGGGGGGGGGGG.                Pass

HHHHHHHHHHHHHHHHHHHHHHHHHHH.      Fail

IIIIIIIIIIIIIIIIIIIIIIIIIII.               Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Logs the user out.

 

 

 

Field Name: “Student Manager” Link

JJJJJJJJJJJJJJJJJJJJJJJJJJJ.            Attempted

KKKKKKKKKKKKKKKKKKKKKKKKKKK.      Expected Result

LLLLLLLLLLLLLLLLLLLLLLLLLLL.         Pass

MMMMMMMMMMMMMMMMMMMMMMMMMMM.   Fail

NNNNNNNNNNNNNNNNNNNNNNNNNNN.      Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes the user to the Student Manager Page.

 

Field Name: “Lab Results” Link

OOOOOOOOOOOOOOOOOOOOOOOOOOO.      Attempted

PPPPPPPPPPPPPPPPPPPPPPPPPPP.                   Expected Result

QQQQQQQQQQQQQQQQQQQQQQQQQQQ.      Pass

RRRRRRRRRRRRRRRRRRRRRRRRRRR.         Fail

SSSSSSSSSSSSSSSSSSSSSSSSSSS.                      Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes the user to the Lab Results Page.

 

Field Name: “Change Grades” Link

TTTTTTTTTTTTTTTTTTTTTTTTTTT.         Attempted

UUUUUUUUUUUUUUUUUUUUUUUUUUU.                Expected Result

VVVVVVVVVVVVVVVVVVVVVVVVVVV.                   Pass

WWWWWWWWWWWWWWWWWWWWWWWWWWW.   Fail

XXXXXXXXXXXXXXXXXXXXXXXXXXX.                   Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes the user to the Change Grades Page.

 

Field Name: “Search” Button

YYYYYYYYYYYYYYYYYYYYYYYYYYY.                      Attempted

ZZZZZZZZZZZZZZZZZZZZZZZZZZZ.         Expected Result

AAAAAAAAAAAAAAAAAAAAAAAAAAAA.              Pass

BBBBBBBBBBBBBBBBBBBBBBBBBBBB.    Fail

CCCCCCCCCCCCCCCCCCCCCCCCCCCC.                        Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Searches for the username that was typed in.

 

Field Name: “Lab Results” Link

DDDDDDDDDDDDDDDDDDDDDDDDDDDD.                        Attempted

EEEEEEEEEEEEEEEEEEEEEEEEEEEE.              Expected Result

FFFFFFFFFFFFFFFFFFFFFFFFFFFF.              Pass

GGGGGGGGGGGGGGGGGGGGGGGGGGGG.          Fail

HHHHHHHHHHHHHHHHHHHHHHHHHHHH.                        Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes the user to the Password Changed Page.

 

Field Name: “Back” Button

IIIIIIIIIIIIIIIIIIIIIIIIIIII.            Attempted

JJJJJJJJJJJJJJJJJJJJJJJJJJJJ.        Expected Result

KKKKKKKKKKKKKKKKKKKKKKKKKKKK.                        Pass

LLLLLLLLLLLLLLLLLLLLLLLLLLLL.    Fail

MMMMMMMMMMMMMMMMMMMMMMMMMMMM.                    Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes the user back to the original Change Grades Page.

 

 

Field Name: “Lab Section” Menu

NNNNNNNNNNNNNNNNNNNNNNNNNNNN.                        Attempted

OOOOOOOOOOOOOOOOOOOOOOOOOOOO.                        Expected Result

PPPPPPPPPPPPPPPPPPPPPPPPPPPP.              Pass

QQQQQQQQQQQQQQQQQQQQQQQQQQQQ.                        Fail

RRRRRRRRRRRRRRRRRRRRRRRRRRRR.    Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Drop Down menu of avaliable lab section.

 

 

Field Name: “Go” Button

SSSSSSSSSSSSSSSSSSSSSSSSSSSS.                  Attempted

TTTTTTTTTTTTTTTTTTTTTTTTTTTT.    Expected Result

UUUUUUUUUUUUUUUUUUUUUUUUUUUU.          Pass

VVVVVVVVVVVVVVVVVVVVVVVVVVVV.              Fail

WWWWWWWWWWWWWWWWWWWWWWWWWWWW.                    Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes the user to a page where they can trade grades.

 

 

Screen: Lecture Instructor – Splash Page

Date: April 25, 2006             

Tester: Kristen Dobreski     

Screen: Lab Instructor Splash Page Pass:   X         Fail:        

 

Field Name: “Logout” Link

XXXXXXXXXXXXXXXXXXXXXXXXXXXX.              Attempted

YYYYYYYYYYYYYYYYYYYYYYYYYYYY.                  Expected Result

ZZZZZZZZZZZZZZZZZZZZZZZZZZZZ.    Pass

AAAAAAAAAAAAAAAAAAAAAAAAAAAAA.         Fail

BBBBBBBBBBBBBBBBBBBBBBBBBBBBB.                        Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Logs the user out and takes them to the Login screen.

 

Field Name: “Change Password” Link       

CCCCCCCCCCCCCCCCCCCCCCCCCCCCC.                   Attempted

DDDDDDDDDDDDDDDDDDDDDDDDDDDDD.                   Expected Result

EEEEEEEEEEEEEEEEEEEEEEEEEEEEE.         Pass

FFFFFFFFFFFFFFFFFFFFFFFFFFFFF.         Fail

GGGGGGGGGGGGGGGGGGGGGGGGGGGGG.    Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes the user to the Change Password page.

 

 

Screen: Lecture Instructor- Change Password

Date:   April 26, 2006

Tester: Kristen Dobreski     

Screen: Change Password                 Pass:   X         Fail:       

 

Field Name: “Old Password” Text Box

HHHHHHHHHHHHHHHHHHHHHHHHHHHHH.                   Attempted

IIIIIIIIIIIIIIIIIIIIIIIIIIIII.          Expected Result

JJJJJJJJJJJJJJJJJJJJJJJJJJJJJ.     Pass

KKKKKKKKKKKKKKKKKKKKKKKKKKKKK.                   Fail

LLLLLLLLLLLLLLLLLLLLLLLLLLLLL.                        Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “New Password” Text Box

MMMMMMMMMMMMMMMMMMMMMMMMMMMMM.              Attempted

NNNNNNNNNNNNNNNNNNNNNNNNNNNNN.                   Expected Result

OOOOOOOOOOOOOOOOOOOOOOOOOOOOO.                   Pass

PPPPPPPPPPPPPPPPPPPPPPPPPPPPP.         Fail

QQQQQQQQQQQQQQQQQQQQQQQQQQQQQ.                   Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Confirm Password” Text Box

RRRRRRRRRRRRRRRRRRRRRRRRRRRRR.                        Attempted

SSSSSSSSSSSSSSSSSSSSSSSSSSSSS.              Expected Result

TTTTTTTTTTTTTTTTTTTTTTTTTTTTT.                        Pass

UUUUUUUUUUUUUUUUUUUUUUUUUUUUU.    Fail

VVVVVVVVVVVVVVVVVVVVVVVVVVVVV.         Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Save” Button

WWWWWWWWWWWWWWWWWWWWWWWWWWWWW.              Attempted

XXXXXXXXXXXXXXXXXXXXXXXXXXXXX.         Expected Result

YYYYYYYYYYYYYYYYYYYYYYYYYYYYY.              Pass

ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ.                        Fail

AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.    Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes the user to the Password Changed Page.

 

Field Name: “OK” Button

BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB.                   Attempted

CCCCCCCCCCCCCCCCCCCCCCCCCCCCCC.             Expected Result

DDDDDDDDDDDDDDDDDDDDDDDDDDDDDD.             Pass

EEEEEEEEEEEEEEEEEEEEEEEEEEEEEE.    Fail

FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF.    Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user back to Change Password Page.

 

Screen: Lecture Instructor – Splash Page (Continued)

 

Field Name: “Student Manager” Link

GGGGGGGGGGGGGGGGGGGGGGGGGGGGGG.                      Attempted

HHHHHHHHHHHHHHHHHHHHHHHHHHHHHH.             Expected Result

IIIIIIIIIIIIIIIIIIIIIIIIIIIIII.       Pass

JJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ. Fail

KKKKKKKKKKKKKKKKKKKKKKKKKKKKKK.             Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes the user to the Student Manager search page.

 

Screen: Course Coordinator- Student Manager Search

Date:   April 26, 2006

Tester: Kristen Dobreski     

Screen: Student Manager                 Pass:   X         Fail:       

 

Field Name: “Last name” Text Box

LLLLLLLLLLLLLLLLLLLLLLLLLLLLLL.                   Attempted

MMMMMMMMMMMMMMMMMMMMMMMMMMMMMM.       Expected Result

NNNNNNNNNNNNNNNNNNNNNNNNNNNNNN.             Pass

OOOOOOOOOOOOOOOOOOOOOOOOOOOOOO.             Fail

PPPPPPPPPPPPPPPPPPPPPPPPPPPPPP.    Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “User Name” Text Box

QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ.             Attempted

RRRRRRRRRRRRRRRRRRRRRRRRRRRRRR.                   Expected Result

SSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.          Pass

TTTTTTTTTTTTTTTTTTTTTTTTTTTTTT.                   Fail

UUUUUUUUUUUUUUUUUUUUUUUUUUUUUU.                      Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Show All” Button

VVVVVVVVVVVVVVVVVVVVVVVVVVVVVV.    Attempted

WWWWWWWWWWWWWWWWWWWWWWWWWWWWWW.       Expected Result

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.    Pass

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYY.          Fail

ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ.                   Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user to the Show All Page.

 

Field Name: “OK” Button

A.     Attempted

B.      Expected Result

C.     Pass

D. Fail

E.     Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user back to Student Manager Search page.

 

Field Name: “Search” Button

F.     Attempted

G.    Expected Result

H.     Pass

I.    Fail

J.       Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user to the Student Manager Search Results Page.

 

Field Name: “Cancel” Button

K.     Attempted

L.      Expected Result

M.    Pass

N. Fail

O.     Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user back to student manager search page.

 

 

 

Field Name: “Add” Button

P.     Attempted

Q.     Expected Result

R. Pass

S.   Fail

T.      Comments

1. Right Click

Menu pops up

X

 

 

 

Screen: Lecture Instructor- Student Manager Add

Date:   April 26, 2006

Tester: Kristen Dobreski     

Screen: Student Manager     Pass:   X    Fail:             

 

Field Name: “First Name” Text Box

U.    Attempted

V.     Expected Result

W.    Pass

X.  Fail

Y.      Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Last Name” Text Box

Z.      Attempted

AA.Expected Result

BB. Pass

CC.                       Fail

DD.                       Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Username” Text Box

EE.Attempted

FF.Expected Result

GG.                      Pass

HH.                       Fail

II.     Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Password” Text Box

JJ.   Attempted

KK.                       Expected Result

LL. Pass

MM.                     Fail

NN.                       Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Re-enter Password” Text Box

OO.                       Attempted

PP.Expected Result

QQ.                       Pass

RR. Fail

SS.  Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Lecture Section” Drop Down Menu

TT. Attempted

UU.                      Expected Result

VV.                        Pass

WW.                     Fail

XX.Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Shows list of available lecture sections.

 

 

 

 

 

 

Field Name: “Lab Section” Drop Down Menu

YY.  Attempted

ZZ. Expected Result

AAA.                   Pass

BBB.                     Fail

CCC.                  Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Shows list of available lab sections.

 

Field Name: “Save” Button

DDD.                  Attempted

EEE.                   Expected Result

FFF.                   Pass

GGG.                Fail

HHH.                  Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user to the “successfully added” page.

 

Field Name: “OK” Button

III.   Attempted

JJJ.                        Expected Result

KKK.                  Pass

LLL.                     Fail

MMM.               Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user back to Student Manager Search Page.

 

Field Name: “Cancel” Button

NNN.                  Attempted

OOO.                  Expected Result

PPP.                   Pass

QQQ.                  Fail

RRR.                     Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user back to student manager search page.

 

Screen: Lecture Instructor – Splash Page (Continued)

 

Field Name: “View Grading Summaries” Link

SSS.                      Attempted

TTT.                     Expected Result

UUU.                Pass

VVV.                   Fail

WWW.               Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes the user to the view grading summaries page.

 

Screen: Lecture Instructor- View Grade Summaries Page

Date:   April 26, 2006

Tester: Kristen Dobreski     

Screen: View Grade Summaries                   Pass:   X     Fail:            

 

 

Field Name: “Section” Drop Down Menu

XXX.                   Attempted

YYY.                      Expected Result

ZZZ.                     Pass

AAAA.              Fail

BBBB.                Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Shows list of available sections.

 

Field Name: “Username” Text Box

CCCC.            Attempted

DDDD.            Expected Result

EEEE.              Pass

FFFF.              Fail

GGGG.          Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

 

 

Field Name: “Results By Student” Button

HHHH.            Attempted

IIII.Expected Result

JJJJ.                    Pass

KKKK.            Fail

LLLL.                Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

 

 

Field Name: “Results By Section” Button

MMMM.        Attempted

NNNN.            Expected Result

OOOO.            Pass

PPPP.              Fail

QQQQ.            Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

 

 

Field Name: “Logout” Link

RRRR.                Attempted

SSSS.                  Expected Result

TTTT.                Pass

UUUU.          Fail

VVVV.              Comments

1. Right Click

Logs the user out

X

 

 

2. Left Click

 

 

Field Name: “Change Password” Link

WWWW.        Attempted

XXXX.              Expected Result

YYYY.                  Pass

ZZZZ.                Fail

AAAAA.         Comments

1. Right Click

Takes user to the Change Password Page

X

 

 

2. Left Click

 

 

Field Name: “Student Manager” Link

BBBBB.            Attempted

CCCCC.       Expected Result

DDDDD.       Pass

EEEEE.         Fail

FFFFF.         Comments

1. Right Click

Takes user to the Student Manager Page.

X

 

 

2. Left Click

 

 

Field Name: “Lab Results” Link

GGGGG.    Attempted

HHHHH.       Expected Result

IIIII.                      Pass

JJJJJ.                 Fail

KKKKK.       Comments

1. Right Click

Takes user to Lab Results Page.

X

 

 

2. Left Click

 

 

 

Screen: Lab Instructor – View Grades

Date: April 26, 2006             

Tester: Kristen Dobreski                             

Screen: View Grades             Pass    X         Fail        

 

Field Name: “Logout” Link

LLLLL.            Attempted

MMMMM.  Expected Result

NNNNN.       Pass

OOOOO.       Fail

PPPPP.         Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Logs the user out and takes them to the Login screen.

 

Field Name: “Change Password” Link       

QQQQQ.       Attempted

RRRRR.            Expected Result

SSSSS.              Pass

TTTTT.            Fail

UUUUU.    Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes the user to the Change Password page.

 

Field Name: “Student Manager” Link

VVVVV.         Attempted

WWWWW.  Expected Result

XXXXX.         Pass

YYYYY.              Fail

ZZZZZ.            Comments

1. Right Click

Menu pops up

  X

 

 

2. Left Click

Takes the user to the Student Manager page.

 

Field Name: “Lab Results” Link

AAAAAA.    Attempted

BBBBBB.       Expected Result

CCCCCC. Pass

DDDDDD. Fail

EEEEEE.    Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes the user to the Lab Results page.

 

Field Name: “Change Grades” Link

FFFFFF.    Attempted

GGGGGG.                      Expected Result

HHHHHH. Pass

IIIIII.                   Fail

JJJJJJ.             Comments

1. Right Click

Menu pops up

  X

 

 

2. Left Click

Takes the user to the Change Grades page.

 

Field Name: “Username” Text Box

KKKKKK. Attempted

LLLLLL.       Expected Result

MMMMMM.                   Pass

NNNNNN. Fail

OOOOOO. Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to type in box.

 

Field Name: “Section” Drop Down Menu

PPPPPP.    Attempted

QQQQQQ. Expected Result

RRRRRR.       Pass

SSSSSS.          Fail

TTTTTT.       Comments

1. Right Click

Menu pops up

  X

 

 

2. Left Click

Shows all available sections.

 

Field Name: “Results by Student” Button

UUUUUU.                      Attempted

VVVVVV.    Expected Result

WWWWWW.                   Pass

XXXXXX.    Fail

YYYYYY.          Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Shows user grades for a student.

 

Field Name: “Results by Section” Button

ZZZZZZ.       Attempted

AAAAAAA.                       Expected Result

BBBBBBB.   Pass

CCCCCCC.                    Fail

DDDDDDD.                    Comments

1. Right Click

Menu pops up

  X

 

 

2. Left Click

Shows user grades for a section.

 

 

 

 

 

 

Screen: Lab Instructor – Find a Student

Date: April 26, 2006             

Tester: Kristen Dobreski                             

Screen: Find Student Pass    X         Fail        

 

Field Name: “Logout” Link

EEEEEEE.                       Attempted

FFFFFFF.                       Expected Result

GGGGGGG.                Pass

HHHHHHH.                    Fail

IIIIIII.                 Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Logs the user out and takes them to the Login screen.

 

Field Name: “Change Password” Link       

JJJJJJJ.          Attempted

KKKKKKK.                    Expected Result

LLLLLLL.   Pass

MMMMMMM.             Fail

NNNNNNN.                    Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes the user to the Change Password page.

 

Field Name: “View Grading Summaries” Link

OOOOOOO.                    Attempted

PPPPPPP.                       Expected Result

QQQQQQQ.                    Pass

RRRRRRR.   Fail

SSSSSSS.      Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes the user to the view grading summaries page.

 

Field Name: “Find a Student” Link

TTTTTTT.   Attempted

UUUUUUU.                Expected Result

VVVVVVV.                       Pass

WWWWWWW.             Fail

XXXXXXX.                       Comments

1. Right Click

Menu pops up 

  X

 

 

2. Left Click

Takes the user to the find a student page.

 

Field Name: “Search By Name” Text Box

YYYYYYY.      Attempted

ZZZZZZZ.   Expected Result

AAAAAAAA.                  Pass

BBBBBBBB.                      Fail

CCCCCCCC.              Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Search” Button

DDDDDDDD.              Attempted

EEEEEEEE.                  Expected Result

FFFFFFFF.                  Pass

GGGGGGGG.          Fail

HHHHHHHH.              Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Calls the “SearchStudent” Function

 

Field Name: “Search By Section” Drop Down Menu

IIIIIIII.              Attempted

JJJJJJJJ.      Expected Result

KKKKKKKK.              Pass

LLLLLLLL.                      Fail

MMMMMMMM.      Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Shows all sections

 

Field Name: “Go” Button

NNNNNNNN.              Attempted

OOOOOOOO.              Expected Result

PPPPPPPP.                  Pass

QQQQQQQQ.              Fail

RRRRRRRR.                      Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Calls the “SearchStudent” Function

 

 

Screen: Student – Splash Page

Date:   April 25, 2006

Tester: Kristen Dobreski     

Screen: Splash Page             Pass:   X         Fail:       

 

Field Name: “Logout” Link

SSSSSSSS.  Attempted

TTTTTTTT.                      Expected Result

UUUUUUUU.          Pass

VVVVVVVV.                  Fail

WWWWWWWW.      Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Logs the user out and takes them to the Login screen.

 

Field Name: “Change Password” Link       

XXXXXXXX.                  Attempted

YYYYYYYY.  Expected Result

ZZZZZZZZ.                      Pass

AAAAAAAAA.             Fail

BBBBBBBBB.                  Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes the user to the Change Password page.

 

 

Screen: Student- Change Password

Date:   April 26, 2006

Tester: Kristen Dobreski     

Screen: Change Password                 Pass:  X          Fail:       

 

Field Name: “Old Password” Text Box

CCCCCCCCC.         Attempted

DDDDDDDDD.         Expected Result

EEEEEEEEE.             Pass

FFFFFFFFF.             Fail

GGGGGGGGG.    Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “New Password” Text Box

HHHHHHHHH.         Attempted

IIIIIIIII.            Expected Result

JJJJJJJJJ.   Pass

KKKKKKKKK.         Fail

LLLLLLLLL.                  Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Confirm Password” Text Box

MMMMMMMMM.                        Attempted

NNNNNNNNN.         Expected Result

OOOOOOOOO.         Pass

PPPPPPPPP.             Fail

QQQQQQQQQ.         Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Save” Button

RRRRRRRRR.                  Attempted

SSSSSSSSS.                      Expected Result

TTTTTTTTT.                  Pass

UUUUUUUUU.    Fail

VVVVVVVVV.             Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes the user to the Password Changed Page.

 

Field Name: “OK” Button

WWWWWWWWW.                        Attempted

XXXXXXXXX.             Expected Result

YYYYYYYYY.                      Pass

ZZZZZZZZZ.                  Fail

AAAAAAAAAA.        Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user back to Change Password Page.

 

Screen: Student – Splash Page (Continued)

 

Field Name: “Change Sections” Link         

BBBBBBBBBB.             Attempted

CCCCCCCCCC.   Expected Result

DDDDDDDDDD.   Pass

EEEEEEEEEE.        Fail

FFFFFFFFFF.        Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes the user to the Change Password page.

 

Screen: Student- Change Sections Page

Date:   April 26, 2006

Tester: Kristen Dobreski     

Screen: Change Sections       Pass    X         Fail        

 

Field Name: “Lecture Section” Drop Down Menu

GGGGGGGGGG.                      Attempted

HHHHHHHHHH.   Expected Result

IIIIIIIIII.         Pass

JJJJJJJJJJ.                       Fail

KKKKKKKKKK.   Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Shows list of available lecture sections.

 

Field Name: “Lab Section” Drop Down Menu

LLLLLLLLLL.             Attempted

MMMMMMMMMM.                 Expected Result

NNNNNNNNNN.   Pass

OOOOOOOOOO.   Fail

PPPPPPPPPP.        Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Shows list of available lab sections.

 

Field Name: “Password” Text Box

QQQQQQQQQQ.   Attempted

RRRRRRRRRR.             Expected Result

SSSSSSSSSS.                  Pass

TTTTTTTTTT.             Fail

UUUUUUUUUU.                      Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows the user to enter text.

 

Field Name: “Save” Button

VVVVVVVVVV.        Attempted

WWWWWWWWWW.                 Expected Result

XXXXXXXXXX.        Pass

YYYYYYYYYY.                  Fail

ZZZZZZZZZZ.             Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user to the “successfully added” page.

 

Field Name: “OK” Button

AAAAAAAAAAA.   Attempted

BBBBBBBBBBB.         Expected Result

CCCCCCCCCCC.                      Pass

DDDDDDDDDDD.                      Fail

EEEEEEEEEEE.   Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user back to Change Sections Page.

 

Screen: Student – Splash Page (Continued)

 

Field Name: “Upload Lab” Link      

FFFFFFFFFFF.   Attempted

GGGGGGGGGGG.                Expected Result

HHHHHHHHHHH.                      Pass

IIIIIIIIIII.       Fail

JJJJJJJJJJJ.                    Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes the user to the Upload Lab File page.

 

Screen: Student- Upload Lab Page

Date:   April 26, 2006

Tester: Kristen Dobreski     

Screen: Upload Lab               Pass    X     Fail  

 

Field Name: “Lab Section” Drop Down Menu

KKKKKKKKKKK.                      Attempted

LLLLLLLLLLL.         Expected Result

MMMMMMMMMMM.           Pass

NNNNNNNNNNN.                      Fail

OOOOOOOOOOO.                      Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Shows list of available lab sections.

 

Field Name: “Go” Button

PPPPPPPPPPP.   Attempted

QQQQQQQQQQQ.                      Expected Result

RRRRRRRRRRR.         Pass

SSSSSSSSSSS.              Fail

TTTTTTTTTTT.         Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user to Upload Lab Files Page.

 

Field Name: “File 1” Text Box

UUUUUUUUUUU.                Attempted

VVVVVVVVVVV.   Expected Result

WWWWWWWWWWW.           Pass

XXXXXXXXXXX.   Fail

YYYYYYYYYYY.              Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Browse” Button

ZZZZZZZZZZZ.         Attempted

AAAAAAAAAAAA.                      Expected Result

BBBBBBBBBBBB.    Pass

CCCCCCCCCCCC.                Fail

DDDDDDDDDDDD.                Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Opens up a “choose file” window.

 

Field Name: “File 2” Text Box

EEEEEEEEEEEE.                      Attempted

FFFFFFFFFFFF.                      Expected Result

GGGGGGGGGGGG.          Pass

HHHHHHHHHHHH.                Fail

IIIIIIIIIIII.    Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Allows user to enter text.

 

Field Name: “Browse” Button

JJJJJJJJJJJJ.                Attempted

KKKKKKKKKKKK.                Expected Result

LLLLLLLLLLLL.    Pass

MMMMMMMMMMMM.    Fail

NNNNNNNNNNNN.                Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Opens up a “choose file” window.

 

Field Name: “Upload” Button

OOOOOOOOOOOO.                Attempted

PPPPPPPPPPPP.                      Expected Result

QQQQQQQQQQQQ.                Pass

RRRRRRRRRRRR.    Fail

SSSSSSSSSSSS.          Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user to “files successfully loaded” page.

 

Field Name: “OK” Button

TTTTTTTTTTTT.    Attempted

UUUUUUUUUUUU.          Expected Result

VVVVVVVVVVVV.                      Pass

WWWWWWWWWWWW.    Fail

XXXXXXXXXXXX.                      Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user back to Upload Lab Files Page.

 

Field Name: “Cancel” Button

YYYYYYYYYYYY.          Attempted

ZZZZZZZZZZZZ.    Expected Result

AAAAAAAAAAAAA.                 Pass

BBBBBBBBBBBBB.                        Fail

CCCCCCCCCCCCC.           Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes user back to Upload Lab Files Page.

 

Screen: Student – Splash Page (Continued)

 

Field Name: “View Grades” Link   

DDDDDDDDDDDDD.           Attempted

EEEEEEEEEEEEE.                 Expected Result

FFFFFFFFFFFFF.                 Pass

GGGGGGGGGGGGG.    Fail

HHHHHHHHHHHHH.           Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes the user to the View Grades page.

 

Screen: Student- View Grades Page

Date:   April 26, 2006

Tester: Kristen Dobreski     

Screen: View Grades             Pass    X          Fail        

 

Field Name: “Logout” Link

IIIIIIIIIIIII.  Attempted

JJJJJJJJJJJJJ.             Expected Result

KKKKKKKKKKKKK.           Pass

LLLLLLLLLLLLL.                        Fail

MMMMMMMMMMMMM.                      Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Logs the user out and takes them to the Login screen.

 

Field Name: “Change Password” Link       

NNNNNNNNNNNNN.           Attempted

OOOOOOOOOOOOO.           Expected Result

PPPPPPPPPPPPP.                 Pass

QQQQQQQQQQQQQ.           Fail

RRRRRRRRRRRRR.                        Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes the user to the Change Password page.

 

 

Field Name: “View Grades” Link

SSSSSSSSSSSSS.      Attempted

TTTTTTTTTTTTT.                        Expected Result

UUUUUUUUUUUUU.    Pass

VVVVVVVVVVVVV.                 Fail

WWWWWWWWWWWWW.                      Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes the user to the page grades page.

 

 

 

Field Name: “Change Section” Link           

XXXXXXXXXXXXX.                 Attempted

YYYYYYYYYYYYY.      Expected Result

ZZZZZZZZZZZZZ.                        Pass

AAAAAAAAAAAAAA.            Fail

BBBBBBBBBBBBBB.                   Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes the user to the Change Section page.

 

 

Field Name: “Upload Lab” Link

CCCCCCCCCCCCCC.     Attempted

DDDDDDDDDDDDDD.     Expected Result

EEEEEEEEEEEEEE.            Pass

FFFFFFFFFFFFFF.            Fail

GGGGGGGGGGGGGG.                      Comments

1. Right Click

Menu pops up

X

 

 

2. Left Click

Takes the user to the upload lab page.

 

 

Table of Contents