Test Plan and Cases (TPC)

Size: px
Start display at page:

Download "Test Plan and Cases (TPC)"

Transcription

1 Test Plan and Cases (TPC) Perfecto Coffee Xpress Consistent Perfection Team 5 Team embers & Roles Chloe Good Yekaterina Glazko Edwards Hays Yucheng Hsieh Atreya Lahiri Jaimin Patel Yun Shen Andrew Tran Name Primary/Secondary Role IIV & V / Quality Focal Point IIV & V Requirements Engineer Software Architect Feasibility Analyst Project anager / Life Cycle Planner Prototyper Operational Concept Engineer 11/02/2018

2 Version History Date Author Version Changes made Rationale 11/02/18 CG 1.1 Some general cleanup, update some WCs to match SSAD inor cleanup 10/22/18 CG, KG 1.0 Initial draft of TPC Initial draft of TPC ii

3 Table of Contents TEST PLAN AND CASES (TPC)... I VERSION HISTORY... II TABLE OF CONTENTS... III TABLE OF TABLES... IV 1. Introduction Test Strategy and Preparation Test Identification Resources and schedule iii

4 Table of Tables Table 1: Requirements atrix... 3 Table 2: TC Validate user input... 6 Table 3: TC Create user account... 7 Table 4: TC Verify user account creation in DB... 8 Table 5: TC Verify Facebook login integration... 9 Table 6: TC Verify user login input Table 7: TC Verify user login in DB Table 8: TC Verify user logout in DB Table 9: TC View recipes - Order page Table 10: TC View recipes Recipes page Table 11: TC Recipe saved - Verify displayed recipes against DB Table 12: TC Recipe deleted - Verify displayed recipes against DB Table 13: TC Recipe selected (Order page) - Verify available recipe actions Table 14: TC Recipe selected (Recipes page) - Verify available recipe actions Table 15: TC Save recipe Table 16: TC Delete recipe Table 17: TC Verify ingredient levels can be modified from base recipe Table 18: TC Verify customized recipes can be modified Table 19: TC Verify Recipe Review modifications and actual recipe modifications match Table 20: TC Verify DB updates Table 21: TC Verify recipe sharing function (share to Facebook account) Table 22: TC Verify map integration Table 23: TC View/verify kiosks on map Table 24: TC Verify correct handling of order request based on the status of the selected kiosk Table 25: Testing Schedule TPC_DCP_F18a_T05_V1.1.doc iv Version Date: 11/02/18

5 1. Introduction The purpose of testing for this project is to verify that the developed mobile application satisfies the fundamental capabilities and functionalities, as agreed upon with the client, for both ios and Android, but with an ios development focus. Since this app is being created from scratch, there are no existing requirements or test plan cases in place to maintain during development. The scope of testing is based on the use cases that have been identified to satisfy the project s agreed-upon Win condition requirements for the ust Have operational capabilities. The focus of testing will be verifying these use cases. The type of testing will be functionality testing for each of the implemented use cases and verifying their robustness for each viable entry and/or exit scenario. 1

6 2. Test Strategy and Preparation We will utilize multiple strategies when it comes to testing our software. We will of course utilize the agile methodology of testing which involves adjusting our plans as new information emerges. However, to start with, we will test with an established test of test cases presented within this document. We will test each one of the cases weekly- even prior to a component being completed as common in test-driven agile where nonfinished tasks simply fail the test. As development continues and more code is completed, testing will evolve to potentially focus more deeply on areas of concern of the application that require the additional attention. Test prioritization will be based on our key use cases as agreed upon by the client and the team. Areas that show less reliability when testing begins can potentially be prioritized for additional tests. Our testing will also be adjusted based on the feedback of the members of the project team and the client. 2.1 Hardware preparation We do not require any hardware preparation for testing as we can and will test on simulators. However, in the future as this is a mobile application, we may decide to test on an iphone X, which one of our teammates has prepared and used for testing applications on in the past. 2.2 Software preparation The majority of our software preparations ensures that we have the correct software tools such as test simulators and test libraries. However, certain considerations will be need to accounted for within the code itself to ensure that automated tests are able to run. For example, software UI elements such as a particular button should have a unique identifier so that an automated UI testing tool such as Detox React Native are able to properly crawl through the user flows. Additional considerations will be encountered as testing begins. 1. Xcode for ios simulator: 2. Android Studio for Android simulator: 3. Open projects with Native code: 4. Detox React Native testing library: 2

7 Third party libraries Other pre-test preparations Pre-anual Testing Set Up Identify important use cases and define them as a test suite Create manual test cases that test each set of individual actions within the important test cases and document the steps and expected outcomes. anual Tests can be documented via any collaboration tool such as Google Sheets, such a tool should be set up and ready for use before testing begins. 2.4 Requirements Table 1: Requirements atrix Test Case Test Description Sub Test Case Sub Test Case Description Verification Type Requirement ID TC-01 Sign-up TC Validate user input Testing WC_4981 TC Create user account Testing WC_4981 TC Verify user account creation in DB Inspection WC_4981 TC-02 Login/Logout TC Verify Facebook login integration Testing WC_4981 TC Verify user login input Testing WC_4981 TC Verify user login in DB Inspection WC_4981 3

8 TC Verify user logout in DB Inspection WC_4981 TC-03 Browse recipes TC View recipes - Order page Inspection WC_4820 TC View recipes - Recipes page Inspection WC_4820 TC Recipe saved - Verify displayed recipes against DB Testing/Inspection WC_4820 TC Recipe deleted - Verify displayed recipes against DB Testing/Inspection WC_4820 TC Recipe selected (Order page) - Verify available recipe actions Testing WC_4919 TC Recipe selected (Recipes page) - Verify available recipe actions Testing WC_4919 TC-04 Saving/deleting recipes TC Save recipe Testing/Inspection WC_4835 TC Delete recipe Testing/Inspection WC_4835 TC-05 Customizing recipes TC Verify ingredient levels can be modified from base recipe Testing WC_4846/ WC_4918 TC Verify customized recipes can be modified Testing WC_4982 TC Verify Recipe Review modifications and actual recipe modifications match Testing/Inspection WC_4846/ WC_4918 TC Verify DB updates Inspection WC_4846/ WC_4918 TC-06 Sharing recipes via social media TC Verify/validate recipe sharing function and results (share to Facebook account) Testing/Inspection WC_4909 4

9 TC-07 Searching/ TC Verify map integration Inspection WC_4916/ selecting kiosks WC_4983 TC View/verify kiosks on map Simulation/ Inspection WC_4916/ WC_4983 TC Verify correct handling of order request based on the status of the selected kiosk Testing WC_4916/ WC_ Test Identification 3.1 Test Identifier TC-01: Sign-up 5

10 3.1.1 Test Level Software item level Test Class Usability testing Test Completion Criteria The test for sign-up will be completed when Sign-up requests are only considered valid if submitted with non-blank username and password field. Valid sign-up requests only create a new user account if the username input is unique; otherwise, an error message is displayed. New user accounts are verified as added to the user database Test Cases Table 2: TC Validate user input Input TC Validate user input Username and password must both be filled in order to proceed to authentication step User submits Sign-up form If input is valid, proceed to query DB for username availability; else, display error message. User submits Sign-up form with one of the following input types: 1. Username: sally1, Password: <blank> 2. Username: <blank>, Password: Username: <blank>, Password: <blank> 4. Username: sally1, Password: 123 If user input is of type 1-3, display error message for 6

11 missing form information. If user input is of type 4, check if given username is available for account creation. User input error. WC_4981 Table 3: TC Create user account TC Create user account If a sign-up request is valid, the username will be queried in the user database. If no results returned, create user account; else, display error message. User submits Sign-up form with valid input. Depending on user DB query results, create a new user account or not. Input Username input can be one of the following: 1. Not associated with existing account 2. Associated with existing account If user input is type 1, new account will be created; else if user input is type 2, error message will display. 7

12 Assumes user is trying to create a new account and not to log in to an existing account. WC_4981 Table 4: TC Verify user account creation in DB TC Verify user account creation in DB Ensuring that new user account can be viewed in the user DB. A new user account is created. Input If a new user account has been created, it can be verified to exist in the user DB. WC_4981 8

13 3.2 Test Identifier TC-02: Login/Logout Test Level Software item level Test Class Usability testing Test Completion Criteria The test for login/logout will be completed when App login request only proceeds to user s app homepage if valid username/password info is provided (i.e. valid Facebook login or user info found in user DB). App login/logout activity can be verified in the DB Test Cases Table 5: TC Verify Facebook login integration TC Verify Facebook login integration Verify integration of Facebook login User submits FB login info to access app. User is logged into app via FB. 9

14 Input User submits FB login info. For valid FB login submission, user proceeds to app homepage. Assumes user has FB account. WC_4981 Table 6: TC Verify user login input TC Verify user login input Login info submitted is queried in user DB to determine whether to proceed to app homepage or display error message User submits username/password information. If login info has been verified to be associated with an existing account, proceed to app homepage; else, display error message. 10

15 Input Non-blank username/password login info. If query of username/password combination finds an existing account, proceed into that user account s homepage; else, return an error. Assumes user submits with non-blank username/password combo. Otherwise, refer to TC WC_4981 Table 7: TC Verify user login in DB TC Verify user login in DB Verify successful user login is reflected in DB User successfully logs in to app. Input 11

16 If a user account is logged in, it should be indicated as active in the DB. WC_4981 Table 8: TC Verify user logout in DB TC Verify user logout in DB Verify successful user logout is reflected in DB User successfully logs out of app. Input If a user account is logged out, it should be indicated as inactive in the DB. 12

17 WC_ Test Identifier TC-03: Browse recipes Test Level Software item level Test Class Usability testing Test Completion Criteria The test for browse recipes will be completed when Recipes are correctly displayed for each recipe browsing method (i.e. Recipes page, Order page). All actions that can be performed on a selected recipe are verified, depending on the browsing method. The list of browsable recipes are correctly updated when recipes are added to or deleted from the DB Test Cases Table 9: TC View recipes - Order page TC View recipes - Order page View customized and base recipes via the 13

18 Order page Input User selects Order option from menu Order page selected. Customized recipes and base recipes will be displayed Actual results should match expected results. WC_4820 Table 10: TC View recipes Recipes page Input TC View recipes - Order page View customized recipes via the Recipes page User selects Recipes option from menu Recipes page selected. Customized recipes will be displayed 14

19 WC_4820 Table 11: TC Recipe saved - Verify displayed recipes against DB Input TC Recipe saved - Verify displayed recipes against DB Verify that browsable recipes update appropriately when new recipes are added. A new recipe is added to the DB. Saved recipe will be added recipe DB. Updated list of browsable recipes for both Order and Recipes pages. The new recipe will be included in the recipes listed on both the Order and Recipes page. WC_4820 Table 12: TC Recipe deleted - Verify displayed recipes against DB TC Recipe deleted - Verify displayed recipes against 15

20 DB Input Verify that browsable recipes update appropriately when recipes are removed. A recipe is deleted from the DB. Deleted recipe will be removed recipe DB. Updated list of browsable recipes for both Order and Recipes pages. The deleted recipe will be no longer be included in the recipes listed on both the Order and Recipes page. WC_4820 Table 13: TC Recipe selected (Order page) - Verify available recipe actions Input TC Recipe selected (Order page) - Verify available recipe actions Verify that a recipe selected from the order page cannot be shared, modified, or deleted. They can only be ordered from this view. User selects recipe from Order page. Order page selected. 16

21 ake sure the UI does not allow recipes selected from the Order page to be shared, modified, or deleted. WC_4820 Table 14: TC Recipe selected (Recipes page) - Verify available recipe actions Input TC Recipe selected (Recipes page) - Verify available recipe actions Verify that a recipe selected from the Recipes page can be shared, modified, and deleted. User selects recipe from Recipes page. Recipes page selected. ake sure the UI allows recipes selected from the Recipes page to be shared, modified, and deleted. WC_

22 3.4 Test Identifier TC-04: Saving/deleting recipes Test Level Software item level Test Class Usability testing Test Completion Criteria The test for saving/deleting recipes will be completed when The recipe DB is correctly updated when recipes are added or deleted Test Cases Table 15: TC Save recipe Input TC Save recipe A recipe save request will result in a new recipe added to the recipe DB User selects to save a recipe from the Customization page. Recipe DB is updated with new recipe. Saved recipe will appear in user s Recipes and Order page. User selects to save a recipe from the Customization page. Saved recipe will be added to the recipe DB and appear in user s Recipes and Order page. 18

23 WC_4835 Table 16: TC Delete recipe Test Case Number Input TC Delete recipe A recipe delete request will result in the associated recipe being removed from the recipe DB User selects to delete a recipe from the Customization or Recipes page. Recipe DB is updated to remove the recipe. Deleted recipe will no longer appear in user s Recipes and Order page. User selects to delete a recipe from the Customization or Recipes page. Deleted recipe will be removed from the recipe DB and no longer appear in user s Recipes and Order page. WC_

24 3.5 Test Identifier TC-05: Customizing recipes Test Level Software item level Test Class Usability testing Test Completion Criteria The test for customizing recipes will be completed when Customized recipes that have been saved and/or ordered can be verified in the DB. Recipes can be modified and saved only from certain recipe viewing pages Test Cases Table 17: TC Verify ingredient levels can be modified from base recipe Input TC Verify ingredient levels can be modified from base recipe ake sure that ingredient levels can be modified from a starting recipe. User selects to modify existing recipe from Recipes page or selects recipe from Customization page. When customization is complete, Recipe Review page appears to show selected customizations. Options to save, order, etc may be available from this page. User selects to modify existing recipe from Recipes page or selects recipe from Customization page. The UI should allow the user to modify the amounts of the available ingredients via sliders and buttons. 20

25 Assumes base and/or previously saved recipes exist. WC_4846/WC_4918 Table 18: TC Verify customized recipes can be modified TC Verify customized recipes can be modified ake sure customized recipes can be modified from the Recipes page (and NOT from the Order page) User selects a recipe from either the: (1) Recipes page (2) Order page Input If the user selects a recipe through (1), they should be able to modify and save the recipe. Else, if a recipe is selected through (2), they should only be able to view the recipe and no modifications can be made. A recipe selected from the Recipes page can be modified and either overwrite the existing recipe or be saved as a new recipe. 21

26 WC_4982 Table 19: TC Verify Recipe Review modifications and actual recipe modifications match Input TC Verify Recipe Review modifications and actual recipe modifications match ake sure customization selections and Recipe Review page values match User has finished customization and is now viewing Recipe Review page. Customization selections made and selections shown on Recipe Review page should match. WC_4846/WC_4918 Table 20: TC Verify DB updates TC Verify DB updates ake sure customized recipe/order is correctly updated in the DB 22

27 Input User has chosen to save and/or order their customized recipe. Customized recipe should be found in the DB. Saved/ordered customized recipe should be found in the DB. User has chosen to save/order customized recipe. WC_4846/WC_ Test Identifier TC-06: Sharing recipes via social media Test Level Software item level Test Class Usability testing Test Completion Criteria The test for customizing recipes will be completed when Recipes can be shared, viewed, and accessed via social media sites. 23

28 3.6.4 Test Cases Table 21: TC Verify recipe sharing function (share to Facebook account) Input TC Verify recipe sharing function (share to Facebook account) Verify that a recipe can be successfully shared to Facebook and that the data is valid User selects to share a recipe. Shared recipe notification should appear on FB account the recipe was shared to. User selects recipe to share and may or may not add a message as well. The shared recipe will be posted to the Facebook account the recipe was shared to. If a message was added, the message should also appear in the post. WC_

29 3.7 Test Identifier TC-07: Searching/selecting kiosks Test Level Software item level Test Class Usability testing Test Completion Criteria The test for searching/selecting kiosks will be completed when Kiosks are correctly displayed on map based on either user s GPS location or requested search area. A kiosk can only be successfully used for an order if the kiosk is listed as available Test Cases Table 22: TC Verify map integration Input TC Verify map integration Verify that the Google aps API has been successfully integrated into app. User selects option to pick a kiosk to submit an order to. Google map appears, centered at user s current GPS location. User selects Choose a kiosk to pick up option Google map successfully appears, centered at user s current GPS location. 25

30 WC_4916/ WC_4983 Table 23: TC View/verify kiosks on map Input TC View/verify kiosks on map Verify kiosks can be displayed on top of map and that they are accurate User selects Choose a kiosk to pick up option Google map appears and kiosks within that map location with be displayed User selects Choose a kiosk to pick up option Google map appears with viewable kiosk icons on top. Displayed kiosks should be validated against the kiosk DB. TC passes. WC_4916/ WC_

31 Table 24: TC Verify correct handling of order request based on the status of the selected kiosk Input TC Verify correct handling of order request based on the status of the selected kiosk Verify that only kiosk s with status ON can be used for order submissions User selects a kiosk from map display to complete his/her order. If the selected kiosk is ON, proceed with order process; else, display error message. Kiosk is selected from map view. If the selected kiosk is ON, proceed with order process; else, display error message. TC and TC pass. WC_4916/ WC_

32 4. Resources and schedule Our team has two distance students who will perform IV&V activities on the project and its components including documentation, the code that is developed, and the UX flow of the application. Our testing schedule will be based on the cadence of project progress; whenever a document is updated or completed or whenever a new milestone regarding the project development itself is completed, testing will occur. Testing and IV&V activities will be considered an essential part of the process; the results of these activities will help set or adjust the goals for future project milestones. The time allotted for testing weekly will be equivalent to the agreed and signed upon commitment to the class and the project and will be equal to the efforts put forward by development and other similar tasks. 4.1 Resources Our basic needs for testing require the usage of Android and ios simulators to ensure that the software is working as intended and that the use cases required are being satisfied. Below, the additional resources for testing the software product are listed: Test data sets for: Kiosk locations Free collection of Los Angeles Starbucks locations available online for testing Basic coffee recipes Free online recipes available for use, e.g. User logins (Optional) User payment information Will either need to utilize sandbox from payment provider or test by mocking. User social media logins Against Facebook TOS to create fake accounts, will need to test with real user accounts. Detox React Native Testing Software for running automated UI and acceptance tests for React Native applications Free to use, available on Github Google Sheets for anual Testing Free to use, requires some upfront set-up to make it function comparably to other manual testing tools. 28

33 4.2 Staffing and Training Needs We will require at least one dedicated team member to perform IV&V tasks including testing. The responsibilities for testing including managing, preparing, executing, witnessing, inspecting, and resolving test items Currently, the two project members committed to performing IV&V tasks are: Kate Glazko Chloe Good The rest of the project team will provide the artifacts to be tested/verified. In order to test the project thoroughly, our IV&V will need to have skills in: Analysis of documents Git (to download latest software) ios or Android simulators Writing manual test suites Writing automated test suites for React Native Our IV&V team have significant industry experience as software testers and are skilled in Git, and one IV&V has background experience with mobile simulation, writing manual test suites, and writing automated tests. Training needs mainly relate to automated testing of React Native projects; learning how to use a library such as Detox will require some learning for both IV&V members. 4.3 Schedule Table 25: Testing Schedule Date Test Identifier Responsible person Resources Training needs 10/26/18 TC TC Kate Glazko Google Sheets N/A, will run tests manually 11/02/18 TC TC Kate Glazko Detox React Native, Google Sheets Detox RN set-up, will do tutorials 11/09/18 TC TC Chloe Good Google Sheets N/A, will verify manually 11/16/18 TC TC Kate Glazko Detox RN, Google Sheets 11/23/18 TC TC Kate Glazko Detox RN, Google Sheets N/A N/A 29

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) Perfecto Coffee Xpress Consistent Perfection Team 5 Chloe Good Yekaterina Glazko Edwards Hays Yucheng Hsieh Atreya Lahiri Jaimin Patel Yun Shen Andrew

More information

Test Plan and Cases (TPC)

Test Plan and Cases (TPC) Test Plan and Cases (TPC) LiveRiot Video Editing System and social networking enhancement Team 04 Yang Li Haoyu Huang Project anager, Life Cycle Planner Feasibility Engineer, System Architect Ye Tian Zichuan

More information

Test Plan and Cases (TPC)

Test Plan and Cases (TPC) Test Plan and Cases (TPC) Construction Meeting Minutes App Team 6 Pradeep Muruganandam - Prototyper and Quality Focal Point Dennis Evans - System Architect, Project Manager Pavan Lingambudhi Seshadri Vasan

More information

Test Plan and Cases (TPC)

Test Plan and Cases (TPC) Test Plan and Cases (TPC) GOTRLA Team 15 Deepak Earayil Project Manager & Software/System Architect Ankith Nagarle Prototyper & Operational Concept Engineer Aayush Jain Feasibility Analyst & Project Manager

More information

Test Plan and Cases (TPC)

Test Plan and Cases (TPC) Test Plan and Cases (TPC) MedFRS Device Diagnostic Software Team 16 Misha Dowd Delnaz Gundevia Anfal Abdul Jaleel Nanda Kishore Kolleje Rao Anupam Kumar Jackie Cheng Project Manager Life Cycle Planner

More information

Acceptance Test Plan and Cases (ATPC)

Acceptance Test Plan and Cases (ATPC) Acceptance Test Plan and Cases (ATPC) Version 1.1 Acceptance Test Plan and Cases (ATPC) Leamos Team 7 Name Email Address Primary Role Secondary Role Monty Shah montysha@usc.edu Project Manager Life Cycle

More information

Test Plan and Cases (TPC)

Test Plan and Cases (TPC) Test Plan and Cases (TPC) ShareWeb Team 5 Xuan Wang: Project Manager, Life Cycle Planner LiangHao Gao: Developer, Tester Xi Chen: Developer, System Architect, Tester Yuxuan Li: Prototyper Zhangbiaoge Tian:

More information

Operational Concept Description (OCD)

Operational Concept Description (OCD) Operational Concept Description (OCD) Share Web Team 05 Name Xuan Wang Zhangbiaoge Tian Haoliang Gao Xi Chen Chuhan Zheng Yuxuan Li Role Life Cycle Planner & Project Manager Developer & Operation Concept

More information

Test Plan and Cases (TPC)

Test Plan and Cases (TPC) Test Plan and Cases (TPC) Discovery Tool Team 3 Josh Bendig - IIV&V Xizhao Deng - Project manager Jingzhou Hong - Requirement Engineer Guancheng Liu - Tester Michael Russo - Prototyper Shenghao Tang -

More information

Test Plan and Cases (TPC)

Test Plan and Cases (TPC) Test Plan and Cases (TPC) Healthy Kids Zone Survey App Team 14 Name Primary Role Contact Email Andreas Rivera Client ARivera@chc-inc.org Joseph Martinez Client Jmartinez2@chc-inc.org Malcolm Carson Client

More information

Test Plan and Cases (TPC)

Test Plan and Cases (TPC) Test Plan and Cases (TPC) MedFRS Device Diagnostic Software Team 16 Misha Dowd Delnaz Gundevia Anfal Abdul Jaleel Nanda Kishore Kolleje Rao Anupam Kumar Jackie Cheng Project Manager Life Cycle Planner

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) Construction Meeting Minutes Application Team 6 Pradeep Muruganandam - Prototyper and Quality Focal Point Dennis Evans - System Architect, Project Manager

More information

Test Plan and Cases (TPC)

Test Plan and Cases (TPC) Test Plan and Cases (TPC) Software Quality Analysis as a Service Team 01 Aditya Kathuria Prototyper Aleksandr Chernous Life Cycle Planner Chris Harman Operation Concept Supicha Phadunsilp Feasibility Analyst

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) REAL ESTATE INVESTMENT AND REVIEW TOOL TEAM 02 Venkata Sravanti Malapaka (Project Manager / Software Architect) Yuxuan Chen (Prototyper / Developer/Trainer)

More information

Test Plan and Cases (TPC)

Test Plan and Cases (TPC) Test Plan and Cases (TPC) United Direct Marketing Team 9 Fall Semester Chun-Ling Chen Project manager/ Prototyper Chun-Pei Su Lifecycle Planner Shao-yen Cheng System Architect Yuan-Chang Chang Feasibility

More information

Test Plan and Cases (TPC)

Test Plan and Cases (TPC) Test Plan and Cases (TPC) MedFRS Device Diagnostic Software Team 16 Misha Dowd Delnaz Gundevia Anfal Abdul Jaleel Nanda Kishore Kolleje Rao Anupam Kumar Jackie Cheng Project Manager Life Cycle Planner

More information

Acceptance Test Plan and Cases (ATPC)

Acceptance Test Plan and Cases (ATPC) Acceptance Test Plan and Cases (ATPC) LADOT Scanning Team No: 8 Anirudh Govil: Project Manager / Life Cycle Planner Aditya Kumar: Feasibility Analyst / Project Manager Corey Painter: IIV & V / Shaper Jeffrey

More information

Test Plan and Cases (TPC)

Test Plan and Cases (TPC) Test Plan and Cases (TPC) Team 02 Member Name Role Email Rajat Verma Project Manager, Lifecycle Planner, Dev rajatver@usc.edu Preksha Gupta Software Architect, Operational Concept prekshag@usc.edu Engineer

More information

Test Plan and Cases (TPC)

Test Plan and Cases (TPC) Test Plan and Cases (TPC) Cash Doctor 3.0 Team 12 Name Primary Role Alisha Parvez Life Cycle Planner Ekasit Jarussinvichai Requirements Engineer Kenneth Anguka IIV&V Kshama Krishnan Prototyper Le Zhuang

More information

Test Plan and Cases (TPC)

Test Plan and Cases (TPC) Test Plan and Cases (TPC) United Direct Marketing Team 9 Fall Semester Chun-Ling Chen Project manager/ Prototyper Chun-Pei Su Lifecycle Planner Shao-yen Cheng System Architect Yuan-Chang Chang Feasibility

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) Farmworkers Safety App Team 09 TEAM MEMBER NAME Shobhit Agarwal Akshay Aggarwal Viraj Sahai Vahagen Sinanian Juan Andrade Basir Navab Marko Djuliarso

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) ISTARTONMONDAY TEAM # 03 Team members Role Kandarp Nyati Project Manager Fei Li Operational Concept Engineer Tanya Gautam Requirement Engineer Bharat

More information

System and Software Architecture Description

System and Software Architecture Description System and Software Architecture Description (SSAD) Mental Math Team - 7 Chang Yu Prototyper, Requirements Engineer Isha Agarwal Prototyper, Life Cycle Planner, Implementer Jingxing Cheng Implementer Kajal

More information

Quality Management Plan (QMP)

Quality Management Plan (QMP) Quality Management Plan (QMP) UDM United Direct Marketing Team 09 Fall Semester Chun-Ling Chen Project manager/ Prototyper Chun-Pei Su Lifecycle Planner Shao-yen Cheng System Architect Yuan-Chang Chang

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) LADOT Scanning Team 08 Name Primary Role Secondary Role Anirudh Govil Project Manager Life Cycle Planner Jeffrey Colvin Prototyper Systems and Software

More information

Acceptance Test Plan and Cases (ATPC)

Acceptance Test Plan and Cases (ATPC) Acceptance Test Plan and Cases (ATPC) LEMA Pilot School Integrated Scheduling Team Number 12 Name Primary Role Secondary Role David Wiggins Project Manager Developer Aakash Shah Prototyper Developer Kushalpreet

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) ShareWeb Team 05 Xuan Wang: Project Manager, Life Cycle Planner LiangHao Gao: Implementation Team member Xi Chen: Implementation Team member, UML Modeler,

More information

Test Plan and Cases (TPC) City of Los Angeles Personnel Department Mobile Applications

Test Plan and Cases (TPC) City of Los Angeles Personnel Department Mobile Applications Test Plan and Cases (TPC) City of Los Angeles Personnel Department Mobile Applications Team 02 Anushree Sridhar - Software Architect Shreya Kamani - Project Manager Pattra Thongprasert Implementor Abhishek

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) Scriptonomics Team - 07 Team Member USC Email Id Primary Role Secondary Role Aditya Holikatti holikatt@usc.edu Feasibility Engineer Software Developer Alex Miller

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) Image Processing Platform Team 4 Name First Role Second Role Hao Wu Requirements Engineer Software Architect Junran Liu Operational Concept Engineer

More information

Test Plan and Cases (TPC)

Test Plan and Cases (TPC) Test Plan and Cases (TPC) Soccer Data Web crawler Team No.02 First Name Last Name Role Trupti Sardesai Project Manager Wenchen Tu Prototyper Subessware Selvameena Karunamoorthy System/Software Architect

More information

System and Software Architecture Description (SSAD) City of Los Angeles Personnel Department Mobile Applications

System and Software Architecture Description (SSAD) City of Los Angeles Personnel Department Mobile Applications System and Software Architecture Description (SSAD) City of Los Angeles Personnel Department Mobile Applications Team 02 Shreya Kamani Shah: Project Manager, Life Cycle Planner/ Trainer Abhishek Trigunayat:

More information

Test Plan and Cases (TPC) PicShare. Team 02

Test Plan and Cases (TPC) PicShare. Team 02 Test Plan and Cases (TPC) PicShare Team 02 Team Members Sultan Alsarra Adil cem Albayrak Julapat Julnual Charles Reitz Mohammad Almunea Aref Shafaeibejestan Andrea Brown Travis Weaver Dennis Evans 02/21/16

More information

Software User's Manual

Software User's Manual Software User's Manual REAL ESTATE INVESTMENT AND REVIEW TOOL Team - 02 Venkata Sravanti Malapaka Yuxuan Chen Yonghyun Cho

More information

Prototype Report. Software Quality Analysis as a Service (SQAaaS) Team Number Kavneet Kaur Requirement Engineer. George Llames IIV & V

Prototype Report. Software Quality Analysis as a Service (SQAaaS) Team Number Kavneet Kaur Requirement Engineer. George Llames IIV & V Prototype Report Software Quality Analysis as a Service (SQAaaS) Team Number - 01 Kavneet Kaur Requirement Engineer George Llames IIV & V Aleksandr Chernousov Lift Cycle Planner Supicha Phadungsilp Feasibility

More information

Quality Management Plan (QMP)

Quality Management Plan (QMP) Quality Management Plan (QMP) UDM United Direct Marketing Team 09 Chun-Ling Chen Project manager/ Prototyper Chun-Pei Su Lifecycle Planner/ Feasibility Analyst Shao-yen Cheng System Architect Yuan-Chang

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) LiveRiot Video Editing System and social networking enhancement Team 04 Yang Li Haoyu Huang Ye Tian Zichuan Wang Haishan Ye Kaiqi Zhang Mitra, Alok Project

More information

Making you aware. CS577a 17Fall Team 04

Making you aware. CS577a 17Fall Team 04 1 Making you aware CS577a 17Fall Team 04 2 :.: Outline 1. Operational Concept Overview 2. UI Demo 3. Test Cases and Results 4. Quality Focal Point 5. Transition Plan 3 :.: Operational Concept Overview

More information

System and Software Support Plan (SSSP)

System and Software Support Plan (SSSP) System and Software Support Plan (SSSP) Mental Math Team 07 Isha Agarwal Prototyper, Life Cycle Planner, Implementer JingXing Cheng Implementer Kajal Taneja Operational Concept Engineer, UML Modeler, Implementer

More information

System/Software Architect. Description (SSAD)

System/Software Architect. Description (SSAD) System and Software Architecture Description (SSAD) BlackProfessionals.net Team 6 Tian Xiang Tan Sadeem Alsudais Jhih-Sheng Cai Aril Alok Jain Pablo Ochoa Jeng-Tsung Tsai Po-Hsuan Yang Project Manager

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) Fuppy Team No.7 Krupa Patel (Product Manager) Adil Assouab (Requirement Engineer) Yiyuan Chen (Software Architecture) Praveen Chander (Designer/Prototyper)

More information

System/Software Architect. Description (SSAD)

System/Software Architect. Description (SSAD) System and Software Architecture Description (SSAD) BlackProfessionals.net Team 6 Tian Xiang Tan Sadeem Alsudais Jhih-Sheng Cai Aril Alok Jain Pablo Ochoa Jeng-Tsung Tsai Po-Hsuan Yang Project Manager

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) The Los Angeles Community Garden Inventory and Locator Team 13 Ardalan Yousefi Cole Cecil Jeff Tonkovich Shi-Xuan Zeng Project Manager Integrated Independent

More information

AFN Event Tracker User Guide!

AFN Event Tracker User Guide! AFN Event Tracker User Guide! July 2014 1 Getting Started on the Network! Before You Start...2 System Requirements...2 About This Guide.. 2 What is Event Tracker?.....2 Signing on to the Network....2 Signing

More information

TE.0X0 SUPPLIER GUIDE Oracle NAC Subcontractor Staffing Tool (SST)

TE.0X0 SUPPLIER GUIDE Oracle NAC Subcontractor Staffing Tool (SST) OUM TE.0X0 SUPPLIER GUIDE Oracle NAC Subcontractor Staffing Tool (SST) Author: Adrienne Little Creation Date: May 6, 2012 Last Updated: September 5, 2012 Version: 1.0 1 DOCUMENT CONTROL 1.1 Change Record

More information

Supporting Information Document (SID)

Supporting Information Document (SID) Supporting Information Document (SID) Team No. 3 Istartonmonday.com Team members Role Kandarp Nyati Project Manager Fei Li Operational Concept Engineer Tanya Gautam Requirement Engineer Bharat Shugani

More information

MGA Developing Interactive Systems (5 ECTS), spring 2017 (16 weeks)

MGA Developing Interactive Systems (5 ECTS), spring 2017 (16 weeks) MGA 672 - Developing Interactive Systems (5 ECTS), spring 2017 (16 weeks) Lecturer: Ilja Šmorgun ilja.smorgun@idmaster.eu, Sónia Sousa sonia.sousa@idmaster.eu Contact Details: All email communication regarding

More information

Extract from the ARC & RVRC Operational & Administrative Procedures

Extract from the ARC & RVRC Operational & Administrative Procedures 2.2 Configuring MASmobile 2.2.1 Configuring MASmobile settings (iphone) 2.2.2 Configuring MASmobile settings (Android) 2.2.3 Main Menu 2.2.4 Logging In 2.2.5 Managing Accounts 2.2.6 Searching for Systems

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) Spherical Modeling Tool Team 13 Minsuk Heo, Prototyper Lyle Franklin, Project Manager Mehmet Sezer, Requirements Engineer Oziel De Oliveira Carneiro,

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) Swim Meet Sign-Up Team 03 Member Archan Dutta Swasti Sharma Rasleen Sahni Deepanshu Suneja Vibhanshu Sharma Jenny Greer Role Project Manager, Life Cycle

More information

Prototype Report (PRO) Version 2.1. Prototype Report. PicShare. Team 02. Team Members

Prototype Report (PRO) Version 2.1. Prototype Report. PicShare. Team 02. Team Members Prototype Report PicShare Team 02 Team Members Sultan Alsarra Adil cem Albayrak Julapat Julnual Charles Reitz Mohammad Almunea Aref Shafaeibejestan Andrea Brown Travis Weaver 12/7/2015 Version History

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) Mental Math Team - 7 Chang Yu Prototyper, Implementer, Requirements Engineer Isha Agarwal Prototyper, Life Cycle Planner, Implementer JingXing Cheng Implementer Kajal

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) Tipsure.com Team# 09 Member Name Jonathan Tuse Raymond Feng David Brenn-Cogen Aayushi Birla Tej Trivedi Nirupama Vaidyanathan Linkun Li Primary Role

More information

C.A.F.E. Practices Verifier Reporting System Verifier and Inspector User Manual

C.A.F.E. Practices Verifier Reporting System Verifier and Inspector User Manual C.A.F.E. Practices Verifier Reporting System Verifier and Inspector User Manual Starbucks Coffee Company V2.0 English Version September 2013 Table of Contents Table of Contents... 1 Index of Screens...

More information

Prototype Report (PRO) Version 4.0. Prototype Report. Smart Locks Control. Team 05. Spring 2018 Team Members: Terence Williams William Goishi

Prototype Report (PRO) Version 4.0. Prototype Report. Smart Locks Control. Team 05. Spring 2018 Team Members: Terence Williams William Goishi Prototype Report (PRO) Version 4.0 Prototype Report Smart Locks Control Team 05 Spring 2018 Team Members: Alex Miller Diego Brandao Terence Williams William Goishi Nicholas Kwong Project Manager Implementer

More information

Prototype Report. Leamos. Team Number 7

Prototype Report. Leamos. Team Number 7 Prototype Report Leamos Team Number 7 Name Email Address Primary Role Secondary Role Monty Shah montysha@usc.edu Project Manager Life Cycle Planner David Wiggins dgwiggin@usc.edu IIV&V Off-campus Shaper

More information

Shift Left Testing: are you ready? Live Webinar, Sept 19

Shift Left Testing: are you ready? Live Webinar, Sept 19 Shift Left Testing: are you ready? Live Webinar, Sept 19 Guy Arieli CTO, Experitest 01 What exactly is Shift Left? Agenda 02 03 How Shift Left affects application development & testing organizational structures

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) E-Lock Box Team 05 Weiyi Zhong Prototyper, Tester Woom Kim System Architect, Developer Cecilia Jou II V&V, Tester Azuka Okuleye Feasibility Analyst,

More information

Test Plan and Cases (TPC) City of Los Angeles Personnel Department Mobile Applications

Test Plan and Cases (TPC) City of Los Angeles Personnel Department Mobile Applications Test Plan and Cases (TPC) City of Los Angeles Personnel Department Mobile Applications Team 02 Shreya Kamani - Project Manager Anushree Sridhar - Software Architect Pattra Thongprasert Implementer Abhishek

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) We Are Trojans Team01 Team members Eirik Skogstad Min Li Pittawat Pamornchaisirikij Punyawee Pakdiying Saloni Priya Ameer Elkordy Suleyman Erten Kamonphop

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) TOUR CONDUCTOR TEAM - 05 Name Ankush H Prasad Ajay Kumar G C Aadithya B K Andrew Han Joseph Mouawad Manas Yadav Rohith Ravindra Role System Architect,

More information

Prototype Report. Leamos. Team Number 7

Prototype Report. Leamos. Team Number 7 Leamos Team Number 7 Name Email Address Primary Role Secondary Role Monty Shah montysha@usc.edu Project Manager Life Cycle Planner David Wiggins dgwiggin@usc.edu IIV&V Off-campus Shaper Pragya Singh pragyasi@usc.edu

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) Cash Doctor 3.0 Team 12 Name 1 st Role 2 nd Role Alisha Parvez Developer Life Cycle Planner Ekasit Jarussinvichai Developer Prototyper Kenneth Anguka IV&V Engineer

More information

A Guide to Understand, Install and Use Pie Register WordPress Registration Plugin

A Guide to Understand, Install and Use Pie Register WordPress Registration Plugin A Guide to Understand, Install and Use Pie Register WordPress Registration Plugin 1 P a g e Contents 1. Introduction... 5 2. Who is it for?... 6 3. Community v/s PRO Version... 7 3.1. Which version is

More information

System and Software Support Plan (SSSP)

System and Software Support Plan (SSSP) System and Software Support Plan (SSSP) Fōkcus Team 08 Name Role Steven Holland Requirement Engineer, Prototyper Arik Oganesian Operation Concept Engineer, Software Architect Marco Alvarez Feasibility

More information

E-filing User Guide: Los Angeles Superior Court

E-filing User Guide: Los Angeles Superior Court E-filing User Guide: Los Angeles Superior Court Section One: Creating a New Case Anywhere E-filing Account From your Case Anywhere account, click the E-file link located at the top of the page. For LA

More information

Community Mobile Patrol Officer User Guide v13.4

Community Mobile Patrol Officer User Guide v13.4 Community Mobile Patrol Officer User Guide v13.4 To download the PatrolLIVE App for the iphone: 1. On the iphone, go to the App Store and search for Guard Tour (Please note: The App is not supported on

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) Transportation Grant Fund Database Team #14 Team Members Kirill Khistyaev Karim Sacre Darren Liu Stephan Rice Zhanna Seitenova Ayman Khalil Roles (Primary)

More information

Supporting Information Document (SID)

Supporting Information Document (SID) Supporting Information Document (SID) Template Version 6.0 Supporting Information Document (SID) LEMA Pilot School Integrated Scheduling System Team No. 12 Name Primary Role Secondary Role David Wiggins

More information

3.0 Record Book Functionality by User

3.0 Record Book Functionality by User 3.0 Record Book Functionality by User 3.1 Student 3.1.1 Login Training Guide - Department of Accountancy, University of Kelaniya To login with the student credentials click on Student icon which is shown

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) Web Media Modernization 2012 Team 7 Anvar Bagiyev (Operational Concept Engineer, Tester) Shawn Han (Software/System Architect, Tester) Barney Hsiao (Prototyper,

More information

Creating Your Parent Account

Creating Your Parent Account Parent Portal Guide for Parents 2016-2017 Creating Your Parent Account Before using the parent portal, you must pick up your access id and password from the school. This information must be picked up in

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) LINGGGO Team 3 Chicheng Ren Software Architect Dahai Li Quality Focal Point Dashun Wen Life Cycle Planner Kraingkrai Bumroungruksa Feasibility Analyst Siming Ye Operational

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) We Are Trojans (WAT) Network Team01 Team members Eirik Skogstad Min Li Pittawat Pamornchaisirikij Punyawee Pakdiying Saloni Priya Ameer Elkordy Suleyman

More information

Prototype Report. Tour Conductor. Team 5

Prototype Report. Tour Conductor. Team 5 Prototype Report Tour Conductor Team 5 Team Members Ajay Kumar G C Manas Yadav Ankush H Prasad Aadithya B K Andrew Han Joseph Mouawad Roles Project Manager, Life Cycle Planner Feasibility Analyst, Prototyper/Builder

More information

Health Link Frequently Asked Questions

Health Link Frequently Asked Questions Health Link Frequently Asked Questions We hope that you find our Health Link patient portal easy to use. If you have any questions or comments, please contact Health Link Support by email at healthlink@hvhs.org

More information

Electronic Submission System User procedures document MAY 2018

Electronic Submission System User procedures document MAY 2018 Electronic Submission System User procedures document MAY 2018 Electronic Submission System User Guide 1 What s new? This user guide was updated in May 2018 to include recent changes to the Electronic

More information

HOW TO APPLY. Using. USAJOBS and Application Manager

HOW TO APPLY. Using. USAJOBS and Application Manager HOW TO APPLY Using USAJOBS and Application Manager Step 1: Finding and Viewing a Vacancy Announcement 1A: Go to USAJOBS and Search for a Job Go to www.usajobs.gov Search for a job: 1B: Read and Print the

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) The Los Angeles Community Garden Inventory and Locator Team 13 Ardalan Yousefi Cole Cecil Jeff Tonkovich Shi-Xuan Zeng Project Manager Integrated Independent

More information

My Diabetes My Way App Set-up Guide

My Diabetes My Way App Set-up Guide My Diabetes My Way App Set-up Guide Thanks for your interest in the My Diabetes My Way (MDMW) mobile app. This short guide outlines the steps required to install and get setup on the app. This page will

More information

Grower Priority Database User Guide

Grower Priority Database User Guide Have a Question? Select Questions? in the upper right corner or email inquiry@mrlpriority.com. All Users: Request an Account Select the Request an Account link at the top right corner of the site. Proceed

More information

APS Mobile App Frequently Asked Questions

APS Mobile App Frequently Asked Questions How much does the APS Mobile App cost to download? The APS Mobile App is free to download! How do I install the APS Mobile App? Android Device: 1. Visit the Google Play Store 2. Search for Atlanta Public

More information

CS 577A Team 1 DCR ARB. PicShare

CS 577A Team 1 DCR ARB. PicShare CS 577A Team 1 DCR ARB PicShare Team and Project Review (DEN) Project Evaluation Positives Resilient Agile detailed design promotes thoroughness before any code is written Development time should be reduced

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) The Los Angeles Community Garden Inventory and Locator Team 13 Ardalan Yousefi Cole Cecil Jeff Tonkovich Shi-Xuan Zeng Project Manager Integrated Independent Verification

More information

John Hancock RealChoice Benefits App User Guide. I. How to download the RealChoice Benefits app using an iphone device...2

John Hancock RealChoice Benefits App User Guide. I. How to download the RealChoice Benefits app using an iphone device...2 John Hancock RealChoice Benefits App User Guide I. How to download the RealChoice Benefits app using an iphone device...2 II. How to download the RealChoice Benefits app using an Android device.7 III.

More information

Prototype Report. Team 02. Member Name Role . Rajat Verma Project Manager, Lifecycle Planner, Dev

Prototype Report. Team 02. Member Name Role  . Rajat Verma Project Manager, Lifecycle Planner, Dev Prototype Report Team 02 Member Name Role Email Rajat Verma Project Manager, Lifecycle Planner, Dev rajatver@usc.edu Preksha Gupta Software Architect, Operational Concept prekshag@usc.edu Engineer Mangalore

More information

System and Software Architecture Description (SSAD) ThrdPlace Social Networking. Team 07

System and Software Architecture Description (SSAD) ThrdPlace Social Networking. Team 07 System and Software Architecture Description (SSAD) ThrdPlace Social Networking Team 07 Gaurav Doon - Project Manager Yixiang Liu - Developer Tu Duong IV&Ver and QFP Kan Qi - Developer Ronghui Zhang -

More information

Quality Management Plan (QMP)

Quality Management Plan (QMP) Quality Management Plan for LEMA Family Accountability System Version 3.3 Quality Management Plan (QMP) PROJECT TITLE LEMA FAMILY ACCOUNTABILITY SYSTEM TEAM NO #04 TEAM MEMBERS & ROLES NAME ROLES Teawon

More information

System Admin Manual <SNAPVALET> <Team No- 03>

System Admin Manual <SNAPVALET> <Team No- 03> System Admin Manual Name Brian Vanover Brian Bousman Ditong Ding Molly Karcher Patrick Horng Ridhima Manjrekar Role Project Manager, Developer Operational Concept Engineer, Developer

More information

The Ethic Management System (EMS) User guide

The Ethic Management System (EMS) User guide The Ethic Management System (EMS) User guide On the web browser, type the URL link: https://www.witsethics.co.za Click on Login (on right corner of top menu bar) to access the Ethics Management System

More information

User s Manual Document

User s Manual Document User s Manual Document TEAM MEMBERS William H Shorter, III Andrew K. Wilson Brock Canevari Kris Kostadinov Colin Doughty www.radford.edu/softeng13 4/17/2014 USER'S MANUAL TABLE OF CONTENTS Page # 1.0 GENERAL

More information

WebPrint Quick Start User Guide

WebPrint Quick Start User Guide WebPrint Quick Start User Guide Getting Started Accessing Print Center Navigate your Web browser to Print Center Log in page. If you do not have an acocunt, you will need to create a new User account.

More information

Mobile Application User Guide

Mobile Application User Guide Mobile Application User Guide M+A Mobile App User Guide P age2 Introduction The M+A Matting mobile app provides an easy way for users to search and view existing mat designs as well as create their own

More information

ZETADOCS Expenses Account registration and login

ZETADOCS Expenses Account registration and login ZETADOCS Expenses Account registration and login Document type Date created Date updated Author Version Process document 30/08/2017 Finance v. 1.0 System: Zetadocs Expenses Process: User Account registration

More information

Introduction to Frog Parent/Guardian Guide

Introduction to Frog Parent/Guardian Guide Introduction to Frog Parent/Guardian Guide October 2016 Frog Frog is Trinity s VLE (Virtual Learning Environment). It is used to aid students learning by providing access to lesson resources for both staff

More information

Frequently Asked Questions (FAQs) on how to create a Sustainable Development co Benefits report for CDM project activities or PoAs

Frequently Asked Questions (FAQs) on how to create a Sustainable Development co Benefits report for CDM project activities or PoAs Q1) How do I request access to the SD tool? Q2) How do I access the SD tool? Q3) How can I start working on/edit the SD tool? Q4) When is a question considered complete? Q5) When is an indicator considered

More information

Integration Service. Admin Console User Guide. On-Premises

Integration Service. Admin Console User Guide. On-Premises Kony Fabric Integration Service Admin Console User Guide On-Premises Release V8 SP1 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the

More information

Product Delivery. The Log Angeles Community Garden Inventory and Locator. Team 13

Product Delivery. The Log Angeles Community Garden Inventory and Locator. Team 13 Product Delivery The Log Angeles Community Garden Inventory and Locator Team 13 Ardalan Yousefi Project Manager Cole Cecil Integrated Independent Verification & Validation Jeff Tonkovich Implementer Shi-Xuan

More information

Prototype Report. Cash Doctor 3.0 Mobile APP. Team 12

Prototype Report. Cash Doctor 3.0 Mobile APP. Team 12 Prototype Report Cash Doctor 3.0 Mobile APP Team 12 Name Primary Role Alisha Parvez Developer Ekasit Jarussinvichai Developer Kenneth Anguka IV & V Engineer Danny Lee Quality Focal Point Le Zhuang Developer

More information

Guidelines for Using the Hello Brain Health App

Guidelines for Using the Hello Brain Health App Guidelines for Using the Hello Brain Health App 1 Welcome! These guidelines have been designed to show you how to use the Hello Brain Health app. We will bring you through all of the processes involved

More information