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

Size: px
Start display at page:

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

Transcription

1 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 Trigunayat - Implementor Travis Jones - Tester William Everton - IIV and V

2 Version History Date Author Version Changes made Rationale 01/12/13 Divya K Reddy and Pattra Thongprasert 1.0 The original template was taken from the ICSM guidelines and modified as per the requirements of the project Test cases for various modules of the project are the primary focus of this document To develop the Life Cycle plan for the project of Team 02 according to the requirements of the DC package 02/09/14 Pattra Thongprasert 02/18/14 Pattra Thongprasert 2.0 Details of test cases and test schedule Resources for testing 2.1 Update Test case T-01 and Test Schedule and Responsibilities Correct details according to changes in spring 2014 semester Made change according to RDCP ARB comments

3 Test Plan and Cases (TPC) Template Version 2.1 Table of Content 1. Introduction Test Strategy and Preparation Hardware preparation Software preparation Other pre-test preparations Requirements Traceability Test Identification TC-01 Intuitiveness of UI TC-02 Search existing job TC-03 View current open jobs TC-04 View Job Descriptions TC-05 Subscribe for notification TC-06 Create/update user profile details TC-07 Receive Notification for Open Jobs TC-08 Process Neogov RSS Feed TC-09 View LAPD Jobs Resources and schedule Resources Staffing and Training Needs Schedule iii

4 Test Plan and Cases (TPC) Template Version 2.1 Table of Tables Table 1: Requirements Traceability Matrix... 3 Table 2: TC Intuitiveness of UI... Error! Bookmark not defined. Table 3: TC Search existing jobs... 4 Table 4: TC View current open jobs... 5 Table 5: TC View Job Description... 6 Table 6: TC Subscribe for notification... 8 Table 7: Create/update user profile details Table 9: TC Receive Notification for Open Jobs Table 9: TC Process RSS Feed Table 10: TC View LAPD Jobs Table 11: Staffing and Training Needs Table 12: Testing Schedule TPC_RDCP_S14b_T02_V2.1.doc iv Version Date: 02/09/14

5 1. Introduction The purpose of this Test Plan and Cases is to provide a plan and strategy for testing the Los Angeles Personnel Department Mobile Application developed Team 2. This is to test all the use cases along with the alternative flows. In addition, this document will also outline the test cases that will be used to test whether the features developed in the software product meets the requirements agreed on Winbook. This TPC report is currently in version number 2.0 and is in the RDCP phase. The scope of testing will include all capability goals and level of service requirements captured earlier. This document will not include low level tests like unit tests or integration test or the schedule and budget constraints. However, for the test schedule, the information will be provided in LCP report. This testing will be focused on the functions that satisfy the project s capability goals that include listing of all available jobs, sending notifications, subscription to jobs that are notified via or text message, and view LAPD jobs. 2. Test Strategy and Preparation The following test strategies will be used to ensure the successful system operation. Unit Testing: The individual unit of source code will be tested as developers implement the system. Unit tests are written and run by testers to ensure that code meets its design and behaves as intended. All test units must pass before enter integration testing process. Integration Testing: After unit testing, individual modules will be combined and tested as a group. The sandwich testing type will be performed in this process. System Testing: The system will be tested in order to check and make sure that it is completely functional irrespective of Android and ios platform. However, the server testing may or may not be the exact same environment as the operational site because the mobile applications of City of LA need to be reviewed by Executive Board before deciding the operation site. Core Capabilities Drive-through: Clients will have hand-on experience with the system to test the functionality and overall feel of the application. Developers will provide Android device, ios device, and temporary server in testing process. Developers are expecting feedbacks from clients and will use those comments to improve the application. Requirement Traceability: The traceability matrix will be used to ensure that the features will fulfill the demands created at the onset of the project by the Win condition agreements. Acceptance Testing: This test will be conducted after system deployment on the City of LA IT Department server to determine if all the requirements are met and ensure the successful system operation. 1

6 2.1 Hardware preparation 1. A server that implements java servlets and java server pages specification from Sun Microsystems and provides a web server environment for the java code to run in. (Ex: Apache Tomcat) Purpose: To deploy the server side code on 2. Android device Purpose: To test the application on an android device 3. ios device Purpose: To test the application on an ios device 2.2 Software preparation 1. Windows or Unix (and Unix-like) Operating System Purpose: To run the other software 2. Java SDK version 1.7 Purpose: For compiling the application for android 3. Android SDK Purpose: For compiling the application for android 4. Eclipse IDE with ADT plugin Purpose: For editing and deploying the application on android device 5. Xcode IDE Purpose: For editing, compiling and deploying the application on ios device 6. Android and ios device emulators (optional) Purpose: To test the application on PC instead of actual device 7. accounts for testing Purpose: To test the notification 8. IBM DB2 Purpose: For testing the database queries. 2.3 Other pre-test preparations The other test preparation part includes having the internet connectivity in order to test every module. 2

7 2.4 Requirements Traceability Table 1: Requirements Traceability Matrix Requirements Use Cases Test Cases WC_2374 UC03: Search all jobs TC-02 Search existing jobs WC_2378 UC02: View open jobs TC-03 View open jobs WC_2380, WC_2382 UC04: View job descriptions TC-04 View job descriptions WC_2370 UC06: Notifications for job openings TC-07 Receive notification for open jobs WC_2377 UC07: Process Neogov RSS feed TC-08 Process Neogov RSS feed WC_2373 UC05: Subscribe for notifications TC-05 Subscribe for notification WC_2383 UC01: Create/update user profile TC-06 Create/update user profile details WC_3055 UC08: View police department jobs TC-09 View LAPD jobs 3 Test Identification All test cases in this section have the assumption that the user s mobile device operates on Android or ios and has Internet access without any server issue. 3.1 TC-01 Intuitiveness of UI This test case was omitted after RDCP ARB feedback. Intuitiveness of UI will be first tested in CCD session. Clients will be able to experience the overall look and feel then give feedback to developer for improvement. UI will be tested again at Acceptance testing phase. The application UI will be evaluated by surveying client and user opinions. Pass criteria: From survey result, clients and users agree that UI is satisfactory, the system pass this test case. 3

8 3.2 TC-02 Search existing job Test Level Software item level Test Class Functionality test Erroneous test Test Completion Criteria The test for search existing job will be completed when: - The system displays the list of existing jobs of which their names contain user s input which is the keyword or if the job matches with a particular job code number that the user inputs - The system will show no result message when no existing job contains user s input keyword or number Test Cases Table 2: TC Search existing jobs Test Case Number Test Item Test Priority Pre-conditions Post-conditions Input Expected Output Pass/Fail Criteria TC Testing the search existing job capability and its correctness M (Must have) - User types keyword or number into search textbox - User clicks search button List of existing jobs is displayed on the screen Keyword contains one or several English letters, or matches with the job code number - Navigated to the right page -List of existing jobs - No result found message Pass criteria 1: User can see list of existing jobs as a search result Pass criteria 2: If no any existing job contains input keyword or number, the No result found message is shown 4

9 Assumptions and Constraints Dependencies Traceability - User can type input keyword or number in search textbox - User s phone has internet access at the moment when user clicks search - Server is running N/A OC-1: List jobs 3.3 TC-03 View current open jobs Test Level Software item level Test Class Functionality test Test Completion Criteria The test for view current open job will be completed when: - The system display list of current open jobs Test Cases Table 3: TC View current open jobs Test Case Number Test Item Test Priority Pre-conditions Post-conditions Input Expected Output Pass/Fail Criteria TC Testing the view current open jobs capability and its correctness M (Must have) User clicks on Current Open Jobs button List of current open jobs is displayed on the screen User click - List of current open jobs Pass criteria 1: User can see list of current open jobs 5

10 Assumptions and Constraints Dependencies Traceability - There is job(s) that are currently open for application - Server is running TC-08 OC-1: List jobs 3.4 TC-04 View Job Descriptions Test Level Software item level Test Class Functionality test Test Completion Criteria The test for View Job Description will be completed when - The description for a job is displayed on clicking either on any existing job or any current open job - The system display job title, duties and requirements information correctly for existing job - The system display job title, duties, requirements, type, salary, and filing period information correctly for current open job Test Cases Table 4: TC View Job Description Test Case Number Test Item Test Priority Pre-conditions Post-conditions TC The description of jobs should be displayed to the user when the user clicks on any of the job M (Must have) The user should have clicked on either View existing jobs button or either the view all current open jobs button The various details of the job are displayed depending on whether 6

11 the job is an Existing job or a Currently open job Input Expected Output Clicking on any of the existing jobs or any current open job out of the list that would be shown, should display the details Only the necessary details are to be displayed about a job that is selected by the user. Also if an existing job that is not currently open is selected, then subscription button should also be displayed along with the various details of the job. This allows the user to subscribe for the particular job to know when the job opens up. Pass/Fail Criteria Pass criteria 1: The details of an existing job should only be job title, duties and requirements Pass criteria 2: Only the existing jobs that are not open should allow the user to subscribe Pass criteria 3: The details of a current open job include job title, duties, requirements, job type, salary and filing period Assumptions and Constraints Dependencies Traceability Clicking on any job name is the constraint in order to execute this test case. TC-02 TC-03 OC-1: List jobs, OC-3: Subscription to jobs 3.5 TC-05 Subscribe for notification Test Level Software item level Test Class Functionality test Test Completion Criteria The test for Subscribe for notification will be completed when - User can choose to receive notification via and/or text message - The system saves notification option with user ID in database server 7

12 - The system saves subscribed jobs along with user ID in database server Test Cases Table 5: TC Subscribe for notification Test Case Number Test Item Test Priority Pre-conditions Post-conditions Input Expected Output Pass/Fail Criteria TC This item will be testing the ability for a job seeker to subscribe for notification when he wishes to know when the particular job opens up M (Must have) User has connection to the internet. User should have little experience in using mobile applications. User must have entered Id and/or mobile number in order to subscribe for notification Notification must be sent to the user either in the form of or text message, depending on what has been opted for User knows what kind of notification he is looking for User gets an or a text message to notify that the job he is looking for is open Pass Criteria 1: User can view options or ways for subscription Pass Criteria 2: User can select among the options available which are and text message Pass Criteria 3: User can submit the subscription request Pass Criteria 4: User subscription information is saved in database server Pass Criteria 5: User is given feedback as to whether the subscription has been successful or not. Assumptions and Constraints Dependencies User knows the jobs he is looking for. User has given the correct address and/or mobile number in order to receive notifications TC-02 TC-04 8

13 Traceability OC-3: Subscription to jobs 3.6 TC-06 Create/update user profile details Test Level Software item level Test Class Functional test Test Completion Criteria The test for Create/update user profile details will be completed when - The user is allowed to fill various details in order to subscribe for an existing job that is currently not open and the user is to be notified when the job opens up. -The details that are to be filled by the user include name, , and phone number and also choose the mobile carrier. 9

14 3.6.4 Test Cases Table 6: TC Create/update user profile details Test Case Number TC Test Item Test Priority Pre-conditions Post-conditions Input Expected Output Pass/Fail Criteria The user should be able to add/edit address, name, phone number and carrier. The user can also choose to receive notification via text/ /both. M (Must have) The user should have clicked on View existing jobs button and selected any job, the subscription button should be displayed for every existing job that the user selects. The user should click on the subscription button The user details should be saved successfully. The user should receive a notification according to the details provided by the user Clicking on any of the existing jobs that would be shown, should display the subscription button where the user can provide all necessary details The user should be notified that the details provided have be saved successfully Pass Criteria 1: User can enter name, , phone number and choose the mobile carrier Pass Criteria 2: Information provided by the user should be saved successfully Pass Criteria 3: User should be able to edit the details and save new details under the same profile Assumptions and Constraints Dependencies Traceability Clicking on an existing job name is the constraint in order to execute this test case. N/A OC-3: Subscription to jobs 10

15 3.7 TC-07 Receive Notification for Open Jobs Test Level Software item level Test Class Timing test and functional test Test Completion Criteria The test for generate summary report will be completed when - The system triggers the notification to be sent if the job that opens up matches with the job that user subscribed for - User s devices receive or/and text message notify that the subscribed job is open for application Test Cases Table 7: TC Receive Notification for Open Jobs Test Case Number Test Item Test Priority Pre-conditions Post-conditions Input Expected Output TC To check the display of all the open jobs when the user clicks on view open jobs button M (Must have) The RSS feed from Neogov website must be updated with latest information and should be available for processing by XML parsing The correct list of jobs that are only currently open should be displayed The RSS feed is provided as the input for this test case The list of jobs should be displayed on the application in accordance with the feed. Also the notifications should be triggered if these jobs are same as the one that the user would have already subscribed for when they were not open 11

16 Pass/Fail Criteria Assumptions and Constraints Dependencies Traceability Pass criteria 1: The list of jobs displayed should be the ones from the Neogov feed and should be the same Assumption is that the Neogov feed would be updated correctly by 11.59pm every Thursday TC05, TC-06, TC-08 OC-2: Send notifications 3.8 TC-08 Process Neogov RSS Feed Test Level Software item level Test Class Functionality test Test Completion Criteria The test for generate summary report will be completed when - The system gathers the latest RSS feed from Neogov - The system process feed correctly and cover all the jobs inside the feed Test Cases Table 8: TC Process RSS Feed Test Case Number Test Item Test Priority Pre-conditions Post-conditions Input TC To check that the system process RSS feed from Neogov correctly M (Must have) The RSS feed from Neogov website must be updated with latest information and should be available for processing by XML parsing The complete list of open jobs along with their information listed out correctly The RSS feed is provided as the input for this test case 12

17 Expected Output Pass/Fail Criteria Assumptions and Constraints Dependencies Traceability The complete lists of open jobs along with their information that contain in the latest RSS feed are listed out without XML tags Pass criteria 1: The feed that being processed is the latest one sent from feed provider Pass criteria 2: Complete lists of open jobs along with their information are listed out correctly without XML tags Assumption is that the Neogov feed would be updated correctly by 11.59pm every Thursday N/A OC-2: Send notifications 3.9 TC-09 View LAPD Jobs Test Level Software item level Test Class Functionality test Test Completion Criteria The test for generate summary report will be completed when - The system display LA police department website page that has open job information Test Cases Table 9: TC View LAPD Jobs Test Case Number Test Item Test Priority Pre-conditions TC User will be redirected to LA police department website page that contains open position information when he clicked LAPD career button. M (Must have) Testing device has connection to the internet. User must click on LAPD career button in Home screen. 13

18 Post-conditions Input Expected Output Pass/Fail Criteria Assumptions and Constraints Dependencies Traceability Police department website is shown on the screen, page contains the LAPD open job information. User click on LAPD Career button Screen with message redirecting to joinlapd website before display website on the screen. Pass criteria 1: Application is redirected to LAPD website and show the open position information page on the screen. - LAPD website is currently up and running - LAPD open position information is provided on their site N/A OC-4: View LAPD jobs 4 Resources and schedule 4.1 Resources Personnel: All members of the team are involved in testing process as time allows. Implementers will perform unit test for each individual modules. A tester will perform test on the latest version of source code for functionality available every week then compile results into report and send to IV&V for verification and validation. Time: Computing resources: Each member needs a computer to perform unit test and integration testing. Android devices, ios devices, server, and internet will be used in functionality testing, system testing process, CCD, and acceptance testing. Other resources: Samples of RSS feed from Neogov and /text message service are needed in testing process. 4.2 Staffing and Training Needs Table 10: Staffing and Training Needs Test Resource Responsibilities Required experience Training required Abhishek Trigunayat Managing, preparing, witnessing, inspecting the test items Java, JSP, HTML, CSS, JavaScript 14

19 Travis Jones William Everton Other members Leading testing process, Recording test results Verifying results of test cases Supporting in testing process Java, JSP, HTML, CSS, JavaScript Java, JSP, HTML, CSS, JavaScript Java, JSP, HTML, CSS, JavaScript 4.3 Schedule Table 11: Testing Schedule Date Test Identifier Responsible person Resources Trainin g needs 02/20/14 02/24/14 TC-02, TC-03, TC-04 Travis, Pattra, Shreya Server, Android, ios devices, and internet 02/22/14 02/25/14 02/26/14 02/28/14 03/07/14 03/10/14 03/26/14 03/28/14 03/28/14 04/02/14 04/07/14 04/18/14 access TC-07, TC-08 Travis, Anushree RSS feed, Server, Android, ios devices, /text service, and internet access TC-05, TC-06 Travis, Pattra Server, Android, ios devices, and internet access TC-09 Tester, Shreya Server, Android, ios devices, and internet access TC-01 to TC-09 Integration testing System testing Acceptance testing Main responsibility: Travis Support: Others Main responsibility: Anushree Support: Others Main responsibility: Abhishek Support: Others RSS feed, Server, Android, ios devices, /text service, and internet access RSS feed, Server, Android, ios devices, /text service, and internet access RSS feed, Server, Android, ios devices, /text service, and internet access 15

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) 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)

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) 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) 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

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) 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) 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) 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

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) 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

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) 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

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

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) SWIM MEET SIGNUP Team 03 Member Name Role Email Archan Dutta Project Manager, Life Cycle Planner archandu@usc.edu Deepanshu Suneja Software Architect, Developer suneja@usc.edu

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

Quality Management Plan (QMP)

Quality Management Plan (QMP) Quality Management Plan (QMP) LEMA Pilot School Integrated Scheduling System. 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) ISTARTONMONDAY TEAM # 03 Team members Role Kandarp Nyati Project Manager Fei Li Operational Concept Engineer Tanya Gautam Requirement Engineer Bharat

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

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) 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

Test Plan and Cases (TPC)

Test Plan and Cases (TPC) Test Plan and Cases (TPC) Frenzy Team 01 Name First Role Second Role Third Role Ashwin Hariharan Software Architect Prototyper Implementer Ankur Palav Software Architect Prototyper Implementer Arpan Badeka

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

Internet Technologies. Lab Introduction

Internet Technologies. Lab Introduction Internet Technologies Lab1 2011 Introduction Overview What will we do in the labs? Project Requirements Examples Evaluation Tools How to reach us? Cavada Dario: cavada@ectrlsolutions.com Mehdi Elahi: mehdi.elahi@stud-inf.unibz.it

More information

Feasibility Evidence Description (FED) COSMIC SYSTEM. Team 02. Sam Lehardi Project Manager/ Life Cycle Planner/ Trainer

Feasibility Evidence Description (FED) COSMIC SYSTEM. Team 02. Sam Lehardi Project Manager/ Life Cycle Planner/ Trainer Feasibility Evidence Description (FED) COSMIC SYSTEM Team 02 Sam Lehardi Project Manager/ Life Cycle Planner/ Trainer Mishaal Aleem Prototyper/ Trainer / Implementer Rachel Inouye Operational Concept Engineer/

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

Full Stack Java Developer Course

Full Stack Java Developer Course T&C Apply Full Stack Java Developer Course From Quick pert Infotech Learning Process Java Developer Learning Path to Crack Interviews Full Fledged Java Developer Spring & Hibernate (Framwork Expert) PL

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) 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

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

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

Setup your campaigns. Series from HOW TO... Setup your campaigns. Team Management

Setup your campaigns. Series from HOW TO... Setup your campaigns. Team Management Series from Setup your campaigns HOW TO... Setup your campaigns Team Management 1 In this guide... Learn how to create a GetResponse email marketing campaign and manage all the built-in options designed

More information

Sentences Installation Guide. Sentences Version 4.0

Sentences Installation Guide. Sentences Version 4.0 Sentences Installation Guide Sentences Version 4.0 A publication of Lazysoft Ltd. Web: www.sentences.com Lazysoft Support: support@sentences.com Copyright 2000-2012 Lazysoft Ltd. All rights reserved. The

More information

CrownPeak Playbook CrownPeak Search

CrownPeak Playbook CrownPeak Search CrownPeak Playbook CrownPeak Search Version 0.94 Table of Contents Search Overview... 4 Search Benefits... 4 Additional features... 5 Business Process guides for Search Configuration... 5 Search Limitations...

More information

A Model-Controller Interface for Struts-Based Web Applications

A Model-Controller Interface for Struts-Based Web Applications A Model-Controller Interface for Struts-Based Web Applications A Writing Project Presented to The Faculty of the Department of Computer Science San José State University In Partial Fulfillment of the Requirements

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) We Are Trojans (WAT) Network Team 01 Team members Eirik Skogstad Min Li Pittawat Pamornchaisirikij Saloni Priya Suleyman Erten Kamonphop Srisopha Ameer Elkordy Punyawee

More information

Wildlife Enforcement Monitoring System. User Manual. Khoi Nguyen Remi Chandran Ng Chong. type date version. User Manual July 07, 2011 Version 1-1

Wildlife Enforcement Monitoring System. User Manual. Khoi Nguyen Remi Chandran Ng Chong. type date version. User Manual July 07, 2011 Version 1-1 Wildlife Enforcement Monitoring System User Manual Khoi Nguyen Remi Chandran Ng Chong type date version User Manual July 07, 2011 Version 1-1 Extensible Message Gateway User Manual ii About this Document

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

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) We Are Trojans (WAT) Network Team01 Team members Eirik Skogstad Min Li Pittawat Pamornchaisirikij Saloni Priya Suleyman Erten Kamonphop Srisopha Ameer Elkordy Punyawee

More information

INFSCI 1017 Implementation of Information Systems Spring 2017

INFSCI 1017 Implementation of Information Systems Spring 2017 INFSCI 1017 Implementation of Information Systems Spring 2017 Time: Thursdays 6:00 8:30 Location: Information Science Building, Room 406 Instructor: Alexander Nolte Office Hours: Monday, 1-2PM Thursdays,

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

Life Cycle Plan (LCP)

Life Cycle Plan (LCP) Life Cycle Plan (LCP) The Los Angeles Community Garden Inventory and Locator Team 13 Ardalan Yousefi Cole Cecil Jeff Tonkovich Shi-Xuan Zeng Project Manager Integrated Independent Verification & Validation

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) We Are Trojans (WAT) Network Team 01 Team members Eirik Skogstad Min Li Pittawat Pamornchaisirikij Saloni Priya Suleyman Erten Kamonphop Srisopha Ameer Elkordy Punyawee

More information

TRR ARB Presentation. Women at Work Website Redesign

TRR ARB Presentation. Women at Work Website Redesign TRR ARB Presentation Women at Work Website Redesign Operational Concept Overview Sanath Bhandary Srikanth Madhava Operational Concept Overview Old Business Workflow Registration Feedback Check-in Report

More information

LICENSING PROGRAM SOFTWARE IMPROVEMENT NOTICE VERSION 3.9

LICENSING PROGRAM SOFTWARE IMPROVEMENT NOTICE VERSION 3.9 9.1 Recipient Selection Interface Redesigned the "Step 1 - Select Recipients" form for intuitive profiling and added the ability to select multiple Bookmarks for mailings. The Recipients List is updated

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

Survey Introduction. Thank you for participating in the WritersUA Skills and Technologies survey!

Survey Introduction. Thank you for participating in the WritersUA Skills and Technologies survey! Survey Introduction WritersUA is pleased to announce the launch of our annual Skills and Technologies Survey. This popular survey is designed to provide our community with a snapshot of the skills and

More information

AIM. 10 September

AIM. 10 September AIM These two courses are aimed at introducing you to the World of Web Programming. These courses does NOT make you Master all the skills of a Web Programmer. You must learn and work MORE in this area

More information

ForeScout Extended Module for MaaS360

ForeScout Extended Module for MaaS360 Version 1.8 Table of Contents About MaaS360 Integration... 4 Additional ForeScout MDM Documentation... 4 About this Module... 4 How it Works... 5 Continuous Query Refresh... 5 Offsite Device Management...

More information

System and Software Support Plan (SSSP)

System and Software Support Plan (SSSP) System and Software Support Plan (SSSP) We Are Trojans (WAT) Network Team01 Team members Eirik Skogstad Min Li Pittawat Pamornchaisirikij Punyawee Pakdiying Saloni Priya Ameer Elkordy Suleyman Erten Kamonphop

More information

SEARCH & APPLY FOR TEMPORARY HIRE APPLICANT POOL

SEARCH & APPLY FOR TEMPORARY HIRE APPLICANT POOL SEARCH & APPLY FOR TEMPORARY HIRE APPLICANT POOL Overview This step-by-step guide demonstrates how to apply for the Temporary Hire Applicant Pool as an external applicant. External Applicants are individuals

More information

Springer Protocols User Guide. Browse Browsing on Springer Protocols is easy. Click on a category either on the homepage or on any other site page.

Springer Protocols User Guide. Browse Browsing on Springer Protocols is easy. Click on a category either on the homepage or on any other site page. Springer Protocols User Guide Browse Browsing on Springer Protocols is easy. Click on a category either on the homepage or on any other site page. Continue browsing by clicking on subcategory(ies) or years(s)

More information

TECHNICAL READINESS REVIEW TEAM NO. 7 : MENTAL MATH APPLICATION 11/30/2018

TECHNICAL READINESS REVIEW TEAM NO. 7 : MENTAL MATH APPLICATION 11/30/2018 TECHNICAL READINESS REVIEW TEAM NO. 7 : MENTAL MATH ALICATION 11/30/2018 Team Client Isha Agarwal Jingxing Chen Kajal Taneja Kiranmai onakala Sunmeet Nagpal Sushant Ramesh Yuanxiu Yang Igor Shneyderman

More information

Note for Approval NFA

Note for Approval NFA Note for Approval NFA Minor Project IBM Career Education Disclaimer This Software Requirements Specification document is a guideline. The document details all the high level requirements. The document

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

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) BlackProfessionals.net Website Team No.6 Tian Xiang Tan Jhih-Sheng Cai Aril Alok Jain Pablo Ochoa Jeng-Tsung Tsai Sadeem Alsudais Po-Hsuan Yang Project Manager System/Software

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

The project is conducted individually The objective is to develop your dynamic, database supported, web site:

The project is conducted individually The objective is to develop your dynamic, database supported, web site: Project The project is conducted individually The objective is to develop your dynamic, database supported, web site: n Choose an application domain: music, trekking, soccer, photography, etc. n Manage

More information

CDS Annotations Service

CDS Annotations Service CDS Annotations Service Brice GASSMANN Sébastien DERRIERE Thomas BOCH 1 Summary Introduction Design Features Usage statistics Perspectives 2 Introduction Euro-VO AIDA project Assessment of Web 2.0 usage

More information

Academic Editor Tutorial

Academic Editor Tutorial Academic Editor Tutorial Contents I. Assignments a. Receiving an invitation b. Responding to an invitation c. Primary review i. Cascading peer review II. Inviting additional reviewers a. Reviewer selection

More information

SAP Solution Manager Test Workbench

SAP Solution Manager Test Workbench SAP Solution Manager Test Workbench Testing of SAP-centric Solutions Application Lifecycle Management Active Global Support (AGS) SAP AG E2E Integration Testing of SAP Solutions Test Process embedded in

More information

THIS IS ONLY SAMPLE RESUME - DO NOT COPY AND PASTE INTO YOUR RESUME. WE ARE NOT RESPONSIBLE Name: xxxxxx

THIS IS ONLY SAMPLE RESUME - DO NOT COPY AND PASTE INTO YOUR RESUME. WE ARE NOT RESPONSIBLE Name: xxxxxx Name: xxxxxx Email ID: xxxxxx Ph: xxxxxx Summary: Over 7 years of experience in object oriented programming, design and development of Multi-Tier distributed, Enterprise applications using Java and J2EE

More information

5COS005W Coursework 2 (Semester 2)

5COS005W Coursework 2 (Semester 2) University of Westminster Department of Computer Science 5COS005W Coursework 2 (Semester 2) Module leader Dr D. Dracopoulos Unit Coursework 2 Weighting: 50% Qualifying mark 30% Description Learning Outcomes

More information

1. Survey Introduction

1. Survey Introduction 1. Survey Introduction The WritersUA Skills & Technologies Survey is now in progress. Please consider contributing your experiences. This helps make the results better for everyone. The survey consists

More information

Operational Concept Description (OCD)

Operational Concept Description (OCD) Operational Concept Description (OCD) Social Networking Team #7 Team members Gaurav Doon Yixiang Liu Tu Duong Ronghui Zhang Kan Qi Role Project Manager Developer IV&V Tester Developer 11/23/2013 Version

More information

ASSOCIATE DEGREE REQUIREMENTS

ASSOCIATE DEGREE REQUIREMENTS A Course of Study for COMPUTER SCIENCE The field of computer science leads to a variety of careers that all require core computer science skills. These skills include theory courses such as Computer Hardware,

More information

Software System Architecture Document (SSAD)

Software System Architecture Document (SSAD) System and Software Architecture Description (SSAD) Version 3.2 Software System Architecture Document (SSAD) Healthy Kids Zone Survey App Team 14 Name Primary Role Contact Email Jessie Kim Client JKim@chc-inc.org

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

IBM Rational Application Developer for WebSphere Software, Version 7.0

IBM Rational Application Developer for WebSphere Software, Version 7.0 Visual application development for J2EE, Web, Web services and portal applications IBM Rational Application Developer for WebSphere Software, Version 7.0 Enables installation of only the features you need

More information

Test Plan and Cases (TPC)

Test Plan and Cases (TPC) Test Plan and Cases (TPC) CRCD Management System Team 11 Muzzammil Imam Project Manager, Implementer Jason Loewy - Implementer Fan Xu Trainer, Tester, Implementer Adarsh Khare Trainer, Tester, Implementer

More information

System and Software Support Plan (SSSP)

System and Software Support Plan (SSSP) System and Software Support Plan (SSSP) PicShare Team 1 Logan Chang Project Manager, Mobile Developer Jiashun Zhou Mobile Developer Yew Hua Chua Backend Developer Haihao Lu Backend Developer Yunwei Yuan

More information

Create & Manage Notes on Intranet Quick Notes

Create & Manage Notes on Intranet Quick Notes Create & Manage Notes on Intranet Quick Notes Minor Project IBM Career Education Disclaimer This Software Requirements Specification document is a guideline. The document details all the high level requirements.

More information

TERMS OF REFERENCE Design and website development UNDG Website

TERMS OF REFERENCE Design and website development UNDG Website TERMS OF REFERENCE Design and website development UNDG Website BACKGROUND The United Nations Development Coordination and Operations Office (UN DOCO) launched a new website in 2015 to ensure accessibility

More information

Middle East Technical University. Department of Computer Engineering

Middle East Technical University. Department of Computer Engineering Middle East Technical University Department of Computer Engineering TurkHITs Software Requirements Specifications v1.1 Group fourbytes Safa Öz - 1679463 Mert Bahadır - 1745785 Özge Çevik - 1679414 Sema

More information

Campus Community Guide October 2012

Campus Community Guide October 2012 Campus Community Guide October 2012 This document is intended for restricted use only. Infinite Campus asserts that this document contains proprietary information that would give our competitors undue

More information

Prototype Report. Fuppy. Team No.7

Prototype Report. Fuppy. Team No.7 Prototype Report Fuppy Team No.7 Krupa Patel (Product Manager) Adil Assouab (Requiremnt Engineer) Yiyuan Chen (Software Architecture) Praveen Chander (Designer/Prototyper) Zhouyun Feng (Developer) Fereshteh

More information

The information system for the State Archives of the Ministry of Interior of the responsibilities

The information system for the State Archives of the Ministry of Interior of the responsibilities Personal information Name Nationality Martin SVK Date of birth 29.10.1981 Work experience Dates (from to) Type of business or sector June 2016 nowdays International tobacoo company The backend part of

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

Chapter 8: IT Service Management. Topics covered: 1.1 Roles of helpdesk support staff. 1.2 Different types of helpdesk support level

Chapter 8: IT Service Management. Topics covered: 1.1 Roles of helpdesk support staff. 1.2 Different types of helpdesk support level 1 Chapter 8: IT Service Management Topics covered: 1.1 Roles of helpdesk support staff 1.2 Different types of helpdesk support level 1.3 Role of Internet Service Provider (ISP) 1.4 Change request process

More information

Sage Construction Anywhere Setup Guide

Sage Construction Anywhere Setup Guide Sage Construction Anywhere Setup Guide Sage 100 Contractor Sage University This is a publication of Sage Software, Inc. Copyright 2014 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) Cash Doctor 3.0 Team 12 Name Alisha Parvez Ekasit Jarussinvichai Kenneth Anguka Kshama Krishnan Le Zhuang Shreya Sharma Steven Helferich Xichao Wang Roles Life Cycle

More information

Easy Chair Online Conference Submission, Tracking and Distribution Process: Getting Started

Easy Chair Online Conference Submission, Tracking and Distribution Process: Getting Started Easy Chair Online Conference Submission, Tracking and Distribution Process: Getting Started AMS WMC 2014 Click on play to begin show AMS Conference Information You can always access information about the

More information

Applying for jobs with Recruit

Applying for jobs with Recruit Getting Started Gathering information for your application If you are applying for a Staff or Casual position, Bowdoin requires you to provide ten years of employment history. This information should include

More information

National Language Support for Windows NT and AIX Now Available with IBM WebSphere Application Server V3.0.1, Standard Edition

National Language Support for Windows NT and AIX Now Available with IBM WebSphere Application Server V3.0.1, Standard Edition Software Announcement November 16, 1999 National Language Support for Windows NT and AIX Now Available with IBM WebSphere Application Server V3.0.1, Standard Edition Overview WebSphere Application Server

More information

Improving Thai CDC. Team #: 01. Team Members & Roles

Improving Thai CDC. Team #: 01. Team Members & Roles Iteration Assessment Report (IAR) Improving Thai CDC Establishing a New Client/Donor/Partner Communications & Project Tracking Tool Team #: 01 Team Members & Roles Name Brandon Foster Charles Muckenthaler

More information

OUT OF STOCK NOTIFICATION FOR MAGENTO 2

OUT OF STOCK NOTIFICATION FOR MAGENTO 2 1 User Guide Out of Stock Notification for Magento 2 OUT OF STOCK NOTIFICATION FOR MAGENTO 2 USER GUIDE BSS COMMERCE 1 2 User Guide Out of Stock Notification for Magento 2 Contents 1. Out of Stock Notification

More information

Training Plan. NICE E-Commerce. Team 7

Training Plan. NICE E-Commerce. Team 7 Training Plan NICE E-Commerce Team 7 Deborah Baker Assistant PM, QFP (Team & Web Req), IIV & V, Team Website Antonis Papantoniou Project Manager (PM), Prototyper, Software Architect, Feasibility Analyst

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

Sterling Selling and Fulfillment Suite Developer Toolkit FAQs

Sterling Selling and Fulfillment Suite Developer Toolkit FAQs Sterling Selling and Fulfillment Suite Developer Toolkit FAQs Sterling Order Management Sterling Configure, Price, Quote Sterling Warehouse Management System September 2012 Copyright IBM Corporation, 2012.

More information

ForeScout Extended Module for MobileIron

ForeScout Extended Module for MobileIron Version 1.8 Table of Contents About MobileIron Integration... 4 Additional MobileIron Documentation... 4 About this Module... 4 How it Works... 5 Continuous Query Refresh... 5 Offsite Device Management...

More information

Operational Concept Description (OCD)

Operational Concept Description (OCD) Operational Concept Description (OCD) Mobile Application for Mobile-Controlled Lighting 13 Saumil Kasbekar Sayali Sakhalkar Anuradha Saini Priyank Mishra Sagar Sarda Ashutosh Kale Corey Stall 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

Software Design Description Report

Software Design Description Report 2015 Software Design Description Report CodeBenders Haldun Yıldız 1819663 Onur Aydınay 1819002 Deniz Can Yüksel 1819697 Ali Şihab Akcan 1818871 TABLE OF CONTENTS 1 Overview... 3 1.1 Scope... 3 1.2 Purpose...

More information

Participant Handbook

Participant Handbook Participant Handbook Table of Contents 1. Create a Mobile application using the Azure App Services (Mobile App). a. Introduction to Mobile App, documentation and learning materials. b. Steps for creating

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) ThrdPlace Social Networking Team #7 Team members Gaurav Doon Yixiang Liu Tao Hu Feng Wen Ronghui Zhang Xin Liu Kan Qi Role Project Manager Operational Concept Engineer

More information

CERTIFICATION GUIDELINES FOR MANAGEMENT SYSTEM

CERTIFICATION GUIDELINES FOR MANAGEMENT SYSTEM CERTIFICATION GUIDELINES FOR MANAGEMENT SYSTEM Table of Content 1.0 INTRODUCTION... 2 2.0 CERTIFICATION PROCESS... 2 3.0 SCHEDULE OF FEES... 3 4.1 CERTIFICATION REQUIREMENTS... 3 4.2 Eligibility criteria

More information

Appendix 5 Operational Support Systems Verification Test Plan

Appendix 5 Operational Support Systems Verification Test Plan Appendix 5 Operational Support Systems Verification Test Plan DRAFT December 13, 2006 Revision XX Qwest Government Services, Inc. 4250 North Fairfax Drive Arlington, VA 22203 A5-1 RFP: TQC-JTB-05-0001

More information

Operational Concept Description (OCD)

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

More information

Lloyd s List User Guide. June 2017

Lloyd s List User Guide. June 2017 Lloyd s List User Guide June 2017 Welcome to the new Lloyds List Contents 3 Registration and sign-in 4 Personalising your content 5 Main Menu 6 Topic Page 7 Article Page 10 Search Functionality 11 Search

More information