HeaderSIS.jpg

IS480 Team wiki: 2016T2 Nan Bo Wang User Acceptance Testing

From IS480
Revision as of 03:41, 21 April 2016 by Samanthalee.2013 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Colour5.jpg

HOME

 

ABOUT US

 

PROJECT OVERVIEW

 

PROJECT MANAGEMENT

 

DOCUMENTATION

 


 



UATSELECTED.png

User Testing Plan

  • Date: 15 April 2016
  • Venue: SIS MR 4-4
  • UT Users: Andrew Beng, Michelle Kan, Tan Kar Way, Ellina Yu Jia
  • Duration: 0900 - 1100, 1 hour per user
  • Scope: Entire Web and Mobile Application
  • Status: Closed

User Testing Objective

  • Determine if functionalities are working
  • Discover usability issues which users might face and gather feedback for improvement

User Testing 2 Documents

Feedback & Changes Implemented

Functionality Feedback Implemented? Changes Implemented
Marketplace “Tick to request” field change to “Tick to Request”
NBW tick.png
Renamed necessary field.
“Id” field change to “ID”
NBW tick.png
Renamed necessary field.
Notification When Supplier edit the request, an email notification and in web application should be triggered.
NBW tick.png
Added code to send email notification and in-app notification to requester.
My Inventory/ Approved Request Add date field to Approved Request, My Inventory. Must be able to filter by date.
NBW tick.png
Added additional column to both pages as well as sorting logic to sort by nearest date by default.
Columns in Approved Request cannot be sorted.
NBW tick.png
Added code to allow columns to be sorted.
Under approved request tab, for request with status “Job Created”, the view button is not working.
NBW tick.png
Refactored and debugged current codes.
Error Message Error message and text box reason in configuration file
NBW tick.png
Added configuration files for both frontend and backend.
Web links Still can access web link even after I logout.
NBW tick.png
Added code to validate against non-logged-in user.
Time Validation (Mobile) Time not within range
NBW tick.png
Added validation to time-picker.
Location Service (Mobile) If location service is not on, it will load forever.
NBW tick.png
Added additional validation to prompt users to on.
Consider having alternative mode of transport with default mode as car.
NBW tick.png
Implemented addition routing choices.
Edit Profile (Mobile) After editing the profile, it is not navigated back to profile but stays at the edit profile page. User should be redirected back to profile.
NBW tick.png
Bug fixed. User is redirected to the profile page.