USE CASES: An introduction By: Robert Smith Stick figure jokes from

Slides:



Advertisements
Similar presentations
Updating User Details and Password Tutorial 5. Step 1.1 From the Energy Infrastructure Portal Home Page, click the Enter Site link to access the Portal.
Advertisements

Profile Support Team Setting Up Your User Account on Profile e-portfolio Click to progress through this tutorial.
1 Log on - Learner visits Area Prospectus 2 Register account with Area Prospectus 3 Search Prospectus for courses 4 Add favourites to “My Courses” 5 Use.
MyFoundationsLab ® is designed to help you succeed with personalized resources, including: An individualized Learning Path for each student, available.
Welcome to WebAssign! 1 st Day of Class. How to Self-Enroll in WebAssign Go toGo to
8/2006 What is Catalyst? Catalyst is an online supplement to your handbook offering resources that go beyond the printed page. Within the Learning, Writing,
These slides are to help those students who have previously used CourseCompass or MyMathLab (previously registered) in MA or MA (If you used.
WEEK 4 Material Lecture 4a (Wed.). Use Cases/Actors o What is a use case ? l A sequence of actions performed by a system that yields an observable result.
These slides are to help those students who have previously used CourseCompass (previously registered) for MA or MA If you used MathXL; it.
A parent can visit to log their child into the Think Through Math program or to sign up for a parent account. Selecting “Login” under.
EResources Induction The Training Calendar PGR Resources in Blackboard The Skills Audit.
Accessing UOW E-Resources Enter your keywords here!
How to Use Blackboard Professor T. Cherry. Creating a CUNY Portal ID Click on Log in 3. Click on Register Now.
Access the forum from the Support section of the GWB Student website or go directly to forum.gwb.com.
Welcome to MyFoundationsLab. MyFoundationsLab is an online assessment and learning system for reading, writing, and mathematics.
“Assessment Learning in Knowledge Spaces” Student Registration Instructions.
How to: REGISTER. STEP 1 Click the link shown below to register.
ONLY 5 basic steps for Unit Ordering! 1.Login to the system 2.Click on the ORDERS menu along the top 3.Under “Popcorn” click on “Unit Order for Take Order”
1.Go to 2.Click the STUDENTS button under FIRST-TIME USERS 1.Go to
Submitted By: Memon Khurshed (Group Leader) Hamed Abdollahpur
The Moment You Know Proven results Engaging experiences A trusted partner.
1. Visit 2. Click on
Discovering Computer 2010 Setup Student Account. Create New User Website: scsite.com/dc2010scsite.com/dc2010 Click Create a New Student Enter code:
QUIA Online Lab Manual & Workbooks Student Registration Process 6/2006.
Online Homework/Tutorial System.
Canvas Please go to the Union Catholic website at and select the link towards the top right to access Canvas.
RiPfA Forum Presentation. Functions Creating a new post by To: Subject: ‘your desired subject’ Message:
This is a short presentation to explain how and why to login to the CIM website as a member. Benefits are: Access to myCIM (private member area, contains.
Northwest Nazarene University introduces PDLearn The CPD’s web access course selection and registration system for students and instructors Instructor.
GWB Student users can read conversations on the main forum, but can only post on the Student forum. GWB Pro, Standard, and Essentials license holders.
These slides are to help those students who have previously used MyMathLab (previously called CourseCompass) in MA 15200, MA or MA 15910, MA 11100,
Use Case Model Use case description.
Step 1 Remove the wifi Network which is already connected.
Click on the ‘Curriculum’ tab. Click on the ‘Curriculum’ tab.
Adviser Panel. Go to All DD Track Advisers: Click “Advisor Login”
Did you know…. Preparing for your placement test can help you increase your test scores, which can mean taking fewer classes, saving financial aid and.
Use Case Diagrams. Introduction In the previous Lecture, you saw a brief review of the nine UML diagrams. Now that you have the clear, you'll start to.
Updating Your Licenses and Software How to update your license for a new release of software.
Gmail Password Recovery Process Find Gmail technical support for Gmail password recovery, recover Gmail password, reset Gmail password, change Gmail password,
Setting up an account and accessing typing.com
Gmail Password Recovery Process
STAR Chart Instruction
Step 1 Login on UHCP Site
Multifactor Authentication & First Time Login
Welcome to WebAssign! 1st Day of Class.
Welcome to WebAssign! 1st Day of Class.
Registering on the SITE is a MULTI-STEP process:
Welcome to WebAssign! 1st Day of Class.
Informatics 43 Discussion, April 8, 2016
Your courses are displayed in this box
New Client Guide.
How to Set Secret Question ?.
These slides are to help those students who have previously used MyMathLab (or CourseCompass) in MA15200, MA22000 MA15910, MA11100, or another math course.
What you will need to Register
These slides are to help those students who have previously used MyMathLab (previously called CourseCompass) in MA 15200, MA 22000, MA 11100, or another.
School Net Login via single sign-on
Your courses are displayed in this box
User Registration.
Always update the McFletcher website by clicking refresh
Welcome to WebAssign! 1st Day of Class.
1. Login to the site.
These slides are to help those students who have previously used MyMathLab (previously called CourseCompass) in MA 15200, MA 22000, MA 11100, or another.
Introduction to E-learning.
Welcome to WebAssign! 1st Day of Class.
Your courses are displayed in this box
Always update the McFletcher website by clicking refresh
These slides are to help those students who have previously used CourseCompass or MyMathLab (previously registered) in MA or MA (If you used.
These slides are to help those students who have previously used CourseCompass (previously registered) for MA or MA If you used MathXL; it.
These slides are to help those students who have previously used MyMathLab (previously called CourseCompass) in MA 15200, MA 22000, MA 11100, or another.
Step 1: Choose your Level
Presentation transcript:

USE CASES: An introduction By: Robert Smith Stick figure jokes from

Topics:  What?  Why?  How?

USE CASES: What? How can we visualize and begin to analyze the problem from the user’s point of view? Example: Typical coding exercise Where can we improve? Why do we care?

USE CASES: Why? Remember: as a project progresses, the cost of design change increases Typical coding example revisited

USE CASES: How? Differs depending on who you ask SOME BASICS:  Name  Summary  Preconditions  Course of events  Alternative paths  Postconditions KEEP IN MIND! The point => explain what (not how) your system will do for specific users doing specific things

USE CASES: How? (cont’d) Name / Summary / Preconditions Course of events:  “Student enters login name and password via UC1234 and clicks ‘enter’”  System verifies username exists  System verifies password  …

USE CASES: How?: Events Careful of the details! What are some things that you might want to include here?  Happy Path  Alternate Paths (All possibilities)  References to other Use Cases