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 Shreya Kamani - Project Manager Anushree Sridhar - Software Architect Pattra Thongprasert Implementer Abhishek Trigunayat - Implementer 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 04/01/14 Pattra Thongprasert Details of test cases and test schedule Resources for testing Update Test case T-01 and Test Schedule and Responsibilities Correct existing test cases and update new one Update Test schedule and Responsibilities Correct details according to changes in spring 2014 semester Made change according to RDCP ARB comments Correction based on grader s comments on 03/12/14 and CCD

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

4 Test Plan and Cases (TPC) Template Version 2.2 Table of Tables Table 1: Requirements Traceability Matrix... 1 Table 2: TC Search existing jobs by keyword... 1 Table 3: TC Search existing jobs by job ID number... 2 Table 3: TC View current open jobs... 3 Table 4: TC View job description for existing jobs... 5 Table 6: TC View job description for open jobs... 6 Table 5: TC Subscribe for notification... 8 Table 6: TC Create/update user profile details Table 7: TC Receive Notification for Open Jobs Table 8: TC Process RSS Feed Table 9: TC View LAPD Jobs Table 10: Staffing and Training Needs Table 11: Testing Schedule TPC_IOC2_S14b_T02_V2.2 iv Version Date: 04/01/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.2 and is in 1 st iteration of IOC phase. This report is for functionality and acceptance testing. 2. Test Strategy and Preparation The following test strategies will be used to ensure the successful system operation. Pass unit test written by developer Passed functionality test cases listed in this report using black box strategy by giving the specific input and test to verify the result whether it is as expected output. Passed user acceptance testing tested by clients and volunteer testers All bugs listed in Bugzilla are resolved Relevant documents are completed 2.1 Hardware preparation 1. A server that implements java servlets and java server pages specification and provides a web server environment for the java code to run in. (e.g. 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 1

6 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: To test 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 Search existing jobs by keyword TC Search existing jobs by job ID number WC_2378 UC02: View open jobs TC View current open jobs WC_2380, WC_2382 WC_2370 UC04: View job descriptions UC06: Notifications for job openings TC View job description for existing jobs TC View job description for open jobs TC Receive notification for open jobs WC_2377 UC07: Process Neogov RSS feed TC Process Neogov RSS feed WC_2373 UC05: Subscribe for notifications TC Subscribe for notification WC_2383 UC01: Create/update user profile TC Create/update user profile details WC_3055 UC08: View police department jobs TC View LAPD jobs 1

8 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 Search existing job Test Level Software item level Test Class - Functionality 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 by keyword Test Case Number Test Item Test Priority Pre-conditions Post-conditions Input TC Testing the search existing job by keyword s capability and its correctness M (Must have) Server is running Application retrieves information from server - User types keyword composed of one or more letters in search textbox - User clicks search button An example set of data in test is as follow: Accountant 1

9 Expected Output Pass/Fail Criteria Assumptions and Constraints Dependencies Traceability - Navigated to the Search result page Showing results as follow: ACCOUNTANT DEPARTMENTAL CHIEF ACCOUNTANT PRINCIPAL ACCOUNTANT PRINCIPAL UTILITY ACCOUNTANT SENIOR ACCOUNTANT SENIOR UTILITY ACCOUNTANT TREASURY ACCOUNTANT UTILITY ACCOUNTANT Pass criteria 1: User can see list of existing jobs as a search result in alphabetical order Pass criteria 2: If no any existing job contains input keyword, the No result found message is shown Device must has internet connection OC-1: List jobs Test Cases Table 3: TC Search existing jobs by job ID number Test Case Number Test Item Test Priority Pre-conditions Post-conditions Input Expected Output TC Testing the search existing job by job ID number s capability and its correctness M (Must have) Server is running Application retrieves information from server - User types particular job ID number in search textbox - User clicks search button An example set of data in test is as follow: Navigated to the Search result page Showing results as follow: 2

10 ACCOUNTANT Pass/Fail Criteria Assumptions and Constraints Dependencies Traceability Pass criteria 1: User can see list of existing jobs as a search result in alphabetical order Pass criteria 2: If no any existing job contains input number, the No result found message is shown Device must has internet connection OC-1: List jobs 3.2 TC-02 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 4: TC View current open jobs Test Case Number Test Item Test Priority Pre-conditions Post-conditions Input TC Testing the view current open jobs capability and its correctness M (Must have) Server is running Application retrieves information from server User clicks Current Open Jobs button on Home page 3

11 Expected Output - List of open jobs, at the current week, in alphabetical order Showing result as follow: ADVANCE PRACTICE PROVIDER CORRECTIONAL CARE BACKGROUND INVESTIGATOR CORRECTIONAL NURSE ELECTRIC DISTRIBUTION MECHANIC POLICE OFFICER POLICE SPECIALIST PRINCIPAL DEPUTY CONTROLLER PUBLIC RELATIONS SPECIALIS SAFETY ENGINEER PRESSURE VESSELS VETERINARY TECHNICIAN * Result valid as of week 21 st - 27 th March 2014 (because it changes every week) Pass/Fail Criteria Assumptions and Constraints Dependencies Traceability Pass criteria 1: User can see list of current open jobs Device must has internet connection TC-07 OC-1: List jobs 3.3 TC-03 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 after clicking either on any existing job or any current open job 4

12 - 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 5: TC View job description for existing jobs Test Case Number Test Item Test Priority Pre-conditions Post-conditions Input Expected Output TC The description of jobs should be displayed to the user when the user clicks on any of the job M (Must have) Server is running Application retrieve information from server Clicking on any of the existing jobs out of the list that would shown, screen should display the details of selected job An example set of data in test is as follow: User clicks on ACCOUNTANT - Only the necessary details are to be displayed about a job that is selected by the user. Showing result as follow: ACCOUNTANT Duties: An Accountant does professional accounting work in the analysis, preparation, maintenance, control, and reconciliation of financial records and reports in accordance with the principles of governmental and public accounting. Requirement: 1. Graduation from a recognized four-year college or university with either: a) A major in accounting; or b) At least 24 semester or 36 quarter units in accounting; or 2. Two years of experience as an Accounting Aide with the City of Los Angeles and satisfactory completion of the following courses at a recognized four-year college or university: Principles of Accounting (a full year introductory course); Intermediate Accounting (a full year course) Cost Accounting; Auditing; and 5

13 Either Governmental Accounting or upper level data processing (either must be a full year course) Pass/Fail Criteria Assumptions and Constraints Dependencies Traceability Pass criteria 1: The details of an existing job including job title, duties and requirements are displayed along with Notify Me button Device must has internet connection TC TC OC-1: List jobs, OC-3: Subscription to jobs Test Cases Table 6: TC View job description for open jobs Test Case Number Test Item Test Priority Pre-conditions Post-conditions Input Expected Output TC The description of jobs should be displayed to the user when the user clicks on any of the job M (Must have) Server is running Application retrieve information from server Clicking on any of the existing jobs or any current open job out of the list that would shown, screen should display the details of selected job An example set of data in test is as follow: User clicks on BACKGROUND INVESTIGATOR - Subscription button are displayed along with the various details of the job. Showing result as follow: BACKGROUND INVESTIGATOR Duties: A Background Investigator is a civilian employee who conducts and compiles personal and professional background investigations for public safety candidates by interviewing employers, co-workers, neighbors, law enforcement officials, military personnel, members of the candidate s family, and personal 6

14 references; prepares reports on findings; makes recommendations as to background findings; and performs other related duties. Background Investigators in the higher pay grades may supervise or act as a lead worker to staff involved in the above duties. Requirement: 1. Two years of full-time paid sworn experience within the last ten years as a peace officer performing background investigations for employment or criminal matters; and 2. Submission of the Background Investigator Supplemental Training and Experience Questionnaire and City application at the time of filing. Job type: FULL-TIME Salary: $61, $91, Annually Filing period: Continuous Pass/Fail Criteria Pass criteria 1: Only the existing jobs that are not open should allow the user to subscribe, displaying Notify Me button. Pass criteria 2: The details of a current open job include job title, duties, requirements, job type, salary and filing period Assumptions and Constraints Dependencies Traceability Device must has internet connection TC OC-1: List jobs 3.4 TC-04 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 - User receive notification of a job he subscribed for via the channel he chose e.g. or/and text message 7

15 3.4.4 Test Cases Table 7: TC Subscribe for notification Test Case Number Test Item Test Priority Pre-conditions Post-conditions Input Expected Output 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) Server is running User subscription requests are saved on server database - User subscribe for a job An example set of data in test is as follow: User clicks to subscribe for ACCOUNTANT User gets an alert dialog with message Subscribe success to notify that the subscription is successful Pass/Fail Criteria 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 and device database Pass Criteria 5: User is given alert dialog as to whether the subscription has been successful or not. Assumptions and Constraints Dependencies Traceability Device must has internet connection TC OC-3: Subscription to jobs 8

16 3.5 TC-05 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 - User can fill in his name, , and phone number, choose his mobile carrier, and select channels to receive notifications - All the data listed above are saved successfully on device and server database 9

17 3.5.4 Test Cases Table 8: TC Create/update user profile details Test Case Number Test Item Test Priority Pre-conditions Post-conditions Input Expected Output Pass/Fail Criteria TC The user should be able to add/edit address, name, phone number and carrier. The user can also choose to receive notification via text/ / or both. M (Must have) Server is running User profile information is saved on device and server database - User clicks on Your Profile button on Home page - User click Notify Me button on Job description page when he hasn t created his profile An alert dialog appear with the message Your profile has been saved that user profile has been 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 on device and server database 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. OC-3: Subscription to jobs 3.6 TC-06 Receive Notification for Open Jobs Test Level Software item level 10

18 3.6.2 Test Class Timing test and functional test Test Completion Criteria The test for Receive notification for open jobs 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 - User s devices receive or/and text message notify that the subscribed job is open for application Test Cases Table 9: TC Receive Notification for Open Jobs Test Case Number Test Item Test Priority Pre-conditions Post-conditions Input TC To check that the system send out job notification correctly M (Must have) Server is running System send out notifications - User s and phone number - User s notification options - User s subscription for a job An example set of data as follow: User name: Pattra Thongprasert thongpra@usc.edu Phone: Notification option: only User subscribed for Accountant Expected Output User receives notifications for an open job along with the link to that job s information Result is as follow: Owner of thongpra@usc.edu receive notification and text message (text message via phone number ) that job ACCOUNTANT is open for application 11

19 Pass/Fail Criteria Assumptions and Constraints Dependencies Traceability Pass criteria 1: User receive notification for a particular job he has subscribed according to options he has set The RSS feed from Neogov website must be updated with latest information by 11.59pm every Thursday and should be available for processing by XML parsing TC TC OC-2: Send notifications 3.7 TC-07 Process Neogov RSS Feed Test Level Software item level Test Class Functionality test Test Completion Criteria The test for Process Neogov RSS Feed will be completed when - The system gathers the latest RSS feed from Neogov, processes feed correctly, and covers all the jobs inside the feed - Open jobs listed in RSS feed are displayed in Current Open Jobs page correctly Test Cases Table 10: TC Process RSS Feed Test Case Number Test Item Test Priority Pre-conditions Post-conditions Input Expected Output TC To check that the system process RSS feed from Neogov correctly M (Must have) Server is running Job s status on server database is updated The RSS feed is provided as the input for this test case The complete lists of open jobs along with their information that 12

20 Pass/Fail Criteria Assumptions and Constraints Dependencies Traceability 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 The RSS feed from Neogov must be updated with latest information and should be available for processing by XML parsing feed by pm every Thursday OC-2: Send notifications 3.8 TC-08 View LAPD Jobs Test Level Software item level Test Class Functionality test Test Completion Criteria The test View LAPD jobs will be completed when - User will be redirected to LA police department website page that contains open position information Test Cases Table 11: 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) 13

21 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. - Device must has connection to internet - LAPD website is currently up and running - LAPD open position information is provided on their site 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 12: Staffing and Training Needs Test Resource Responsibilities Required experience Training required Abhishek Trigunayat Managing, preparing, witnessing, inspecting the Java, JSP, HTML, CSS, JavaScript 14

22 Travis Jones William Everton Other members test items 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 JUnit Test 4.3 Schedule Table 13: Testing Schedule Date Test Identifier Responsible person Resources Trainin g needs 02/20/14 02/24/14 TC-01-01, TC-01-02, TC Travis, Pattra, Server, Android, ios devices, and internet JUnit Test 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 TC-03-01, TC TC-06-01, TC TC-04-01, TC Shreya Abhishek, Anushree Abhishek, Travis access RSS feed, Server, Android, ios devices, /text service, and internet access Server, Android, ios devices, and internet access TC Pattra Server, Android, ios devices, and internet access TC to TC 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 JUnit Test 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 Anushree Sridhar - Software Architect Shreya Kamani - Project Manager Pattra Thongprasert Implementor 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) 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

CITY OF SAN ANTONIO invites applications for the position of: Web Design Senior Analyst

CITY OF SAN ANTONIO invites applications for the position of: Web Design Senior Analyst CITY OF SAN ANTONIO invites applications for the position of: Web Design Senior Analyst SALARY: $24.83 - $37.24 Hourly $51,644.58 - $77,467.00 Annually OPENING DATE: 02/23/17 CLOSING DATE: 03/23/17 11:59

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

The training document provides instructions for how to apply for a job as an External Applicant using Employee Self Service.

The training document provides instructions for how to apply for a job as an External Applicant using Employee Self Service. The training document provides instructions for how to apply for a job as an External Applicant using Employee Self Service. Table of Contents How to Apply for a Job as an External Applicant... 2 Applied

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) GOTRLA Team 15 Deepak Earayil Project Manager & Software/System Architect Ankith Nagarle Prototyper & Operational Concept Engineer Aayush Jain Feasibility Analyst & Project Manager

More information

Finding and Adding Payees in Payment Entry - Best Practices

Finding and Adding Payees in Payment Entry - Best Practices Finding and Adding Payees in Payment Entry - Best Practices 1. Begin at the Test Date Payment Details page for the test event you are working on. 2. When adding individual payees for a test date, the best

More information

Finding and Adding Payees in Payment Entry - Best Practices

Finding and Adding Payees in Payment Entry - Best Practices Finding and Adding Payees in Payment Entry - Best Practices 1. Begin at the Test Date Payment Details page for the test event you are working on. 2. When adding individual payees for a test date, the best

More information

STATE OF OKLAHOMA COUNCIL ON LAW ENFORCEMENT EDUCATION AND TRAINING

STATE OF OKLAHOMA COUNCIL ON LAW ENFORCEMENT EDUCATION AND TRAINING STATE OF OKLAHOMA COUNCIL ON LAW ENFORCEMENT EDUCATION AND TRAINING APPLICATION FOR INTERMEDIATE OR ADVANCED LAW ENFORCEMENT CERTIFICATION Law Enforcement Professional's Certification Program In order

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

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

Use this document to apply for jobs at Case Western Reserve University through the Careers system.

Use this document to apply for jobs at Case Western Reserve University through the Careers system. Applying for Jobs Concept This document explains how to apply for jobs at Case Western Reserve University through the Careers system. Procedure Use this document to apply for jobs at Case Western Reserve

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

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

Cell Phone Policy. 1. Purpose: Establish a policy for cell phone use and compensation allowance.

Cell Phone Policy. 1. Purpose: Establish a policy for cell phone use and compensation allowance. Cell Phone Policy 1. Purpose: Establish a policy for cell phone use and compensation allowance. 2. Authority: The Clinton County Board of Commissioners. 3. Application: This Cell Phone Policy (the Policy)

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

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

NEWTON COUNTY OPEN RECORDS ACT POLICY

NEWTON COUNTY OPEN RECORDS ACT POLICY NEWTON COUNTY OPEN RECORDS ACT POLICY As a public entity, Newton County is subject to the Open Records Act, O. C. G.A. 50-18- 70 et seq. Newton County is committed to conducting its business in a manner

More information

FOR INTERNAL APPLICANTS ONLY. Current FSU Employees MUST USE Self Service, Recruiting Activities, Careers, to apply for FSU jobs.

FOR INTERNAL APPLICANTS ONLY. Current FSU Employees MUST USE Self Service, Recruiting Activities, Careers, to apply for FSU jobs. FOR INTERNAL APPLICANTS ONLY Current FSU Employees MUST USE Self Service, Recruiting Activities, Careers, to apply for FSU jobs. This job aid outlines the basic steps to apply for a job at Florida State

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

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

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

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

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

Application Guidelines. Last modified June

Application Guidelines. Last modified June Application Guidelines Last modified June 2017 1 Table of Contents Section 1: About the NER... 3 Section 2: Why be Registered on the NER?... 3 Section 3: NER Areas of Practice... 4 Section 4: Benefits

More information

Manage Online Applications

Manage Online Applications HRIS Recruitment Training REC03 For use by all departments whether live with e-recruitment only or e-recruitment and Personnel Quick Reference Guide to Manage Online Applications in Core HR V1.11 What

More information

6. To view a listing of Frequently Asked Questions, information on. 7. When completing the online application, you have the option to

6. To view a listing of Frequently Asked Questions, information on. 7. When completing the online application, you have the option to Application Instructions External (Non-Employee) Applicants Note: Current FSU Employees MUST USE OMNI Self Service > Recruiting Activities > Careers, to apply for FSU jobs. Refer to the Job Aid for Internal

More information

Version No: 1.0 Approved by: Francine Seskin Approved on: 3/28/2018. CEA Exam with Live In-House Seminar Version

Version No: 1.0 Approved by: Francine Seskin Approved on: 3/28/2018. CEA Exam with Live In-House Seminar Version Page 1 of 8 Effective 4/1/2018 CEA APPLICATION CEA Exam with Live In-House Seminar Version Seminar Name/Date/Location (required) NOTE: The following information is to be filled out as completely as possible.

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

HireaHawk Job Posting Instructions

HireaHawk Job Posting Instructions HireaHawk Job Posting Instructions TABLE OF CONTENTS We highly encourage you to start at STEP I. These instructions will take you through posting a job and all the options that you have related to your

More information

Web Hosting: Mason Home Page Server (Jiju) Service Level Agreement 2012

Web Hosting: Mason Home Page Server (Jiju) Service Level Agreement 2012 Web Hosting: Mason Home Page Server (Jiju) Service Level Agreement 2012 Table of Contents 1 General Overview... 2 2 Service Description... 2 2.1 Service Scope... 2 2.1.1 Eligibility Requirements... 2 2.1.2

More information

JobAps - An Applicant Perspective Last Revised: August 2015

JobAps - An Applicant Perspective Last Revised: August 2015 JobAps - An Applicant Perspective Last Revised: August 2015 I: THE EMPLOYMENT WEBSITE (www.jobaps.com/sf) Our website is separated into multiple pages: Current Job Openings / Online Employment Center (OEC)

More information

Systems Administrator / Systems Analyst

Systems Administrator / Systems Analyst Systems Administrator / Systems Analyst Closing date: august 17, 2018 Full time position Job Summary CSE is currently looking to fill several systems administrators and systems analysts positions. These

More information

Using Data Science to deliver Workforce & Labour Market Insights. Gary Gan Co-Founder, JobKred

Using Data Science to deliver Workforce & Labour Market Insights. Gary Gan Co-Founder, JobKred Using Data Science to deliver Workforce & Labour Market Insights Gary Gan Co-Founder, JobKred Collection of Data Online Sources Skills, Education, Experience AI-powered Career Development Platform Cloud-based

More information

KIRIL DELOVSKI SOFTWARE ENGINEER (RESUME)

KIRIL DELOVSKI SOFTWARE ENGINEER (RESUME) KIRIL DELOVSKI SOFTWARE ENGINEER (RESUME) About me: - Born 1989, in Macedonia (Macedonian citizen). - Gigo Mihajlovski 9A/1-14, 1000 Skopje, Macedonia - delovski.office@gmail.com - 0038970239502 - Skype:

More information

Appendix A: Common System Tools

Appendix A: Common System Tools Appendix A: Chapter Contents Search by Keyword... A-1 Search by Geographic Area... A-2 Search for Employers... A-4 Quick Employer Search... A-4 Advanced Employer Search... A-6 Employer Search by Occupation...

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

TOWING VESSEL INSPECTION BUREAU (TVIB)

TOWING VESSEL INSPECTION BUREAU (TVIB) TOWING VESSEL INSPECTION BUREAU (TVIB) The Recognized Professional Organization of Marine Auditors and Surveyors PO Box 14169 Kansas City, MO 64152 636.778.9772 Office 636.728.0305 Fax www.thetvib.org

More information

Revision Control Date By Action Pages 12/3/2018 Erica Escamilla Created 12

Revision Control Date By Action Pages 12/3/2018 Erica Escamilla Created 12 Business Process Guide Process: (Staff and Management) Module: Recruiting Solutions High Level Description Process Module Document Type How to Search and Apply for a Job at Cal State East Bay Recruiting

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

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

ANDROID APPLICATION DEVELOPMENT COURSE Training Program

ANDROID APPLICATION DEVELOPMENT COURSE Training Program ANDROID APPLICATION DEVELOPMENT COURSE Training Program This Android Application Development Course is a 24 Hours Training Program with Certification. The program is to be developed for Matriculated, Intermediate

More information

The Lilly Safety Mailing Process

The Lilly Safety Mailing Process The Lilly Safety Mailing Process 1 After this presentation you will be able to: Define Safety Mailings and the type of adverse events that trigger safety mailings. Define Principal Investigator (PI) and

More information

Art 645 Introduction to Web Site Design Los Angeles City College

Art 645 Introduction to Web Site Design Los Angeles City College Art 645 Introduction to Web Site Design Los Angeles City College Course Syllabus Spring 2018 Weekly Schedule 12131 LEC TTh 12:45 pm - 1:35 pm Chem 210 12150 LAB TTh 1:45 pm - 3:00 pm Chem 210 Office Hours

More information

Area: Computer Science & Information Technology Dean: Dr. Derrick Booth Phone: (916) Counseling: (916)

Area: Computer Science & Information Technology Dean: Dr. Derrick Booth Phone: (916) Counseling: (916) Area: Computer Science & Information Technology Dean: Dr. Derrick Booth Phone: (916) 484-8361 Counseling: (916) 484-8572 Administrative Assistant Degree The administrative assistant associate degree program

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

KENYA TRADE NETWORK AGENCY KENTRADE VACANCY ANNOUNCEMENT

KENYA TRADE NETWORK AGENCY KENTRADE VACANCY ANNOUNCEMENT KENYA TRADE NETWORK AGENCY KENTRADE VACANCY ANNOUNCEMENT The Kenya Trade Network Agency (KenTrade) is a State Corporation under the National Treasury whose mandate is to implement, operationalize and manage

More information

West Virginia Division of Personnel Online Application User's Guide. Jobs Open for Application to Everyone

West Virginia Division of Personnel Online Application User's Guide. Jobs Open for Application to Everyone West Virginia Division of Personnel Online Application User's Guide This brief guide is provided to help applicants understand the steps in the online application process. You may apply at any computer

More information

APPLICATION HANDBOOK

APPLICATION HANDBOOK APPLICATION HANDBOOK 1901 Brightseat Road Landover, MD 20785 (301) 386-4200 (301) 386-4203 www.nationalphlebotomy.org Check Out The Job/Career Link Check Out The Education Link for Exam Preparation PREFACE

More information

ELIZABETH CITY STATE UNIVERSITY Web Page Policy

ELIZABETH CITY STATE UNIVERSITY Web Page Policy Adopted: 06/14/05 ELIZABETH CITY STATE UNIVERSITY Web Page Policy 1. Purpose of Policy The World Wide Web allows Elizabeth City State University staff, faculty, and students to promote university educational

More information

Oregon Board of Accountancy WHAT YOU NEED TO KNOW

Oregon Board of Accountancy WHAT YOU NEED TO KNOW Oregon Board of Accountancy WHAT YOU NEED TO KNOW Contact Information Kimberly Fast Executive Director Kimberly.fast@Oregon.gov Licensing Department: Julie Nadeau Licensing Manager Stacey Janes Licensing

More information

Version No: 1.0 Approved by: Francine Seskin Approved on: 3/28/2018

Version No: 1.0 Approved by: Francine Seskin Approved on: 3/28/2018 Page 1 of 8 CEA APPLICATION Seminar Type: Live Online On-demand (On Demand attendees must send a copy of Completion Certificate to fseskin@aeecenter.org before CEA application can be processed) Seminar

More information

Administrator Guide. Position Manager 11 Effective 4/9/2018

Administrator Guide. Position Manager 11 Effective 4/9/2018 Administrator Guide Position Manager 11 Effective 4/9/2018 Contents System Administration 4 Career Site 6 Acknowledgement Text 6 Career Site Settings: Acknowledgement Text Detail 6 Adding an Acknowledgement

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

ANZSCO Descriptions The following list contains example descriptions of ICT units and employment duties for each nominated occupation ANZSCO code. And

ANZSCO Descriptions The following list contains example descriptions of ICT units and employment duties for each nominated occupation ANZSCO code. And ANZSCO Descriptions The following list contains example descriptions of ICT units and employment duties for each nominated occupation ANZSCO code. Content 261311 - Analyst Programmer... 2 135111 - Chief

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

ADMINISTRATIVE REGULATION Milwaukee Area Technical College Title: PROFESSIONAL GROWTH CREDIT EVALUATION FOR CERTIFIED POSITIONS

ADMINISTRATIVE REGULATION Milwaukee Area Technical College Title: PROFESSIONAL GROWTH CREDIT EVALUATION FOR CERTIFIED POSITIONS Certification is a process by which the Wisconsin Technical College System (WTCS) evaluates the occupational, academic, and teaching experience of an employee to determine his/her preparedness to work

More information

Uploading a Resume are individuals not currently employed in a regular full or part-time position at Fresno State University.

Uploading a Resume are individuals not currently employed in a regular full or part-time position at Fresno State University. 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 internal applicant. Internal Applicants are current

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

Selenium Testing Training

Selenium Testing Training About Intellipaat Intellipaat is a fast-growing professional training provider that is offering training in over 150 most sought-after tools and technologies. We have a learner base of 600,000 in over

More information

University of Northern Iowa Centric Project Web Site User Guide

University of Northern Iowa Centric Project Web Site User Guide University of Northern Iowa Centric Project Web Site User Guide Overview On all projects in excess of $1,000,000 and other select projects, the University of Northern Iowa utilizes an internet based project

More information

Oracle Cloud 1Z0-966

Oracle Cloud 1Z0-966 Oracle Cloud 1Z0-966 Oracle Talent Management Cloud 2017 Implementation Essentials Thank You for Downloading 1Z0-966 Updated Exam Questions oracle/1z0-966-pdf-exam-dumps Question: 1 Version: 6.0 Which

More information

On-Officer Body Camera Program

On-Officer Body Camera Program 1 of 7 1. PURPOSE This order establishes the Mesa Police (MPD) operational and submission guidelines for the "On-Officer" Body Camera (OBC) Pilot, which will be implemented for one year ending October

More information

Siebel Project and Resource Management Administration Guide. Siebel Innovation Pack 2013 Version 8.1/8.2 September 2013

Siebel Project and Resource Management Administration Guide. Siebel Innovation Pack 2013 Version 8.1/8.2 September 2013 Siebel Project and Resource Management Administration Guide Siebel Innovation Pack 2013 Version 8.1/ September 2013 Copyright 2005, 2013 Oracle and/or its affiliates. All rights reserved. This software

More information

Handshake Guide For Supervisors

Handshake Guide For Supervisors Handshake Guide For Supervisors Table of Contents 2 Section I: Posting a Student Job in Handshake P. 3-10 1. Logging in to Handshake P. 3 2. Creating a New Job in Handshake P. 4-8 3. Reposting a Job in

More information

Pro Events. Functional Specification. Name: Jonathan Finlay. Student Number: C Course: Bachelor of Science (Honours) Software Development

Pro Events. Functional Specification. Name: Jonathan Finlay. Student Number: C Course: Bachelor of Science (Honours) Software Development Pro Events Functional Specification Name: Jonathan Finlay Student Number: C00193379 Course: Bachelor of Science (Honours) Software Development Tutor: Hisain Elshaafi Date: 13-11-17 Contents Introduction...

More information

NAU New Project Submission. Guidance for creating a new project

NAU New Project Submission. Guidance for creating a new project NAU New Project Submission Guidance for creating a new project Go to IRBNet Website address: https://www.irbnet.org/release/index.html Login to your account Enter your Username and Password and select

More information

The Offer Process - Staff Hiring

The Offer Process - Staff Hiring The Offer Process - Staff Hiring Overview: This job aid guides hiring managers and Requisition Administrators through what happens after a finalist is selected: Creating and Sending an Offer Letter, Post

More information

B. Employees are expected to make personal calls on non-work time and to ensure that friends and family members are aware of the City s policy.

B. Employees are expected to make personal calls on non-work time and to ensure that friends and family members are aware of the City s policy. City of Winder Personnel Policy Manual Title: Cellular Phone Use & Reimbursement Date Issued: 08/2016 Policy: 082 Mayor City Administrator 82.10 Purpose The purpose of this policy is to establish requirements

More information

Board Certified Autism Technician

Board Certified Autism Technician Board Certified Autism Technician Guide to Registration If you follow all the steps in this guide, you will successfully register for the BCAT exam. For additional assistance please contact BICC between

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

Credit Card Data Compromise: Incident Response Plan

Credit Card Data Compromise: Incident Response Plan Credit Card Data Compromise: Incident Response Plan Purpose It is the objective of the university to maintain secure financial transactions. In order to comply with state law and contractual obligations,

More information

CASA External Peer Review Program Guidelines. Table of Contents

CASA External Peer Review Program Guidelines. Table of Contents CASA External Peer Review Program Guidelines Table of Contents Introduction... I-1 Eligibility/Point System... I-1 How to Request a Peer Review... I-1 Peer Reviewer Qualifications... I-2 CASA Peer Review

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

The American Society Of Phlebotomy Technicians, INC

The American Society Of Phlebotomy Technicians, INC The American Society Of Phlebotomy Technicians, INC Information Packet Charleston Location 1810 Trolley Rd. Suite A Summerville, SC 29485 843-970-8150 scoffice@asptsc.com Hickory Location P.O. Box 1831

More information

Certified Commissioning Technician (CxT) Application

Certified Commissioning Technician (CxT) Application 1518 K Street NW Washington, DC 20005 Tel: (202) 737-7775 Fax: (202) 638-4833 Email: info@commissioning.org Website: www.commissioning.org Certified Commissioning Technician () Application First Name Middle

More information

Office of Human Resources 3/28/13 Page 1 of 7

Office of Human Resources 3/28/13   Page 1 of 7 JOB FAMILY CONCEPT This job family consists of eight levels of Information Systems Technical work distinguished by the complexity of the responsibilities assigned and characterized by the type of equipment,

More information

EPAF User Guide. Your guide for navigating the EPAF System

EPAF User Guide. Your guide for navigating the EPAF System EPAF User Guide Your guide for navigating the EPAF System This booklet outlines the use of Electronic Personnel Action Forms in the Banner Web for Employees. Office of Human Resources 02/08/2013 Frequently

More information

CELL PHONE POLICY Page 1 of 5 City of Manteca Administrative Policy and Procedure

CELL PHONE POLICY Page 1 of 5 City of Manteca Administrative Policy and Procedure CELL PHONE POLICY Page 1 of 5 Section 1: Purpose The City of Manteca recognizes that cellular telephones enhance the level of City services by allowing employees to remain in contact with the office or

More information

Training Guide Employee Self Service Candidate Gateway Apply

Training Guide Employee Self Service Candidate Gateway Apply Employee Self Service Candidate Gateway Page i ESS - Candidate Gateway - Candidate Gateway enables internal applicants (employees) to: Submit job applications and resumes without applying to a specific

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

Information Security Incident Response Plan

Information Security Incident Response Plan Information Security Incident Response Plan Purpose It is the objective of the university to maintain secure systems and data. In order to comply with federal, state, and local law and contractual obligations,

More information

Certification. What: Who: Where:

Certification. What: Who: Where: Certification What: Certification is a process by which the Wisconsin Technical College System Office evaluates the occupational, academic, and teaching experience of district employees to determine his/her

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions Where do I begin? Everything starts at our City of Ames SmartJobs website: http://www.cityofames.org/index.aspx?page=128. There you will find links to: Current Job Opportunities,

More information

COLLEGE OF WILLIAM AND MARY

COLLEGE OF WILLIAM AND MARY Position Management Staff and Professional Positions COLLEGE OF WILLIAM AND MARY Human Resources Table of Contents Topic Page Create a New Position Description 2 Classification Details 5 Position Details

More information

Renewal Registration & CPE for CPAs in Iowa

Renewal Registration & CPE for CPAs in Iowa 1. When must I renew my certificate? Renewal Registration Process You must renew your certificate annually with the Iowa Accountancy Examining Board (IAEB). Online renewal is typically available May 15

More information

**The Florida Lottery is not a State Personnel System Employer** TECHNICAL ANALYST II - POSITION NUMBER

**The Florida Lottery is not a State Personnel System Employer** TECHNICAL ANALYST II - POSITION NUMBER TECHNICAL ANALYST II Req No: 36000206-51187844-20140327120006 Working Title: TECHNICAL ANALYST II Broadband/Class Code: 319516 Position Number: 36000206 Annual Salary Range: $53,293.68 - $101,352.58 Announcement

More information

On-Campus Recruiting System

On-Campus Recruiting System T h e U n i v e r s i t y o f T e x a s a t A u s t i n On-Campus Recruiting System TOPICS DISCUSSED Introduction to OCR Create Your Account Update Your Profile Introduction to OCR The McCombs On-Campus

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

Information Security Incident Response Plan

Information Security Incident Response Plan Information Security Incident Response Plan Purpose It is the objective of the university to maintain secure systems and data. In order to comply with federal, state, and local law and contractual obligations,

More information

UCF APPLICANT TUTORIAL

UCF APPLICANT TUTORIAL UCF APPLICANT TUTORIAL Table of Contents Application Tutorial... 3 Navigating the Home Screen... 3 Creating an Account... 5 Applying for a Position... 6 Your Applications Screen... 17 Index... 19 RSS Feed...

More information