Task 3 —Store Data and Display Task Report At the end of this specific task, students should be able to: 􏰀 Handle and ma

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Task 3 —Store Data and Display Task Report At the end of this specific task, students should be able to: 􏰀 Handle and ma

Post by answerhappygod »

Task 3 —Store Data and Display Task Report At the end of thisspecific task, students should be able to: 􏰀 Handle and manipulatestrings The system should return: 18 on the last iteration of theloop 89 for the additional data (Marks: 65) 􏰀 Create and work withArrays You will now add the final features to your app , write andautomate the unit tests and submit your final project. Extend yourapplication to allow for the following:
1. Users should be able to use to populate the following arrays:Array Developer Task Names Task ID Task Duration Task StatusContents Contains the names of all the developers assigned to tasksContains the names of all the created tasks Contains the generatedtaskID’s for all tasks Contains the Duration of all tasks Containsthe Status of all tasks
2. Users should be able to use these arrays to: a. Display theDeveloper, Task Names and Task Duration for all tasks with thestatus of done. b. Display the Developer and Duration of the classwith the longest duration. c. Search for a task with a Task Nameand display the Task Name, Developer and Task Status. d. Search forall tasks assigned to a developer and display the Task Name andTask Status. e. Delete a task using the Task Name. f. Display areport that lists the full details of all captured tasks. 21; 22;23 2022
3. Use the following test Data for your unit tests and topopulate your arrays: Test Data Task 1 Developer Task Name TaskDuration Task Status Test Data Task 2 Developer Task Name TaskDuration Task Status Test Data Task 3 Developer Task Name TaskDuration Task Status Test Data Task 4 Developer Task Name TaskDuration Task Status
4. Create the Mike Smith Create Login 5 To Do Edward HarrisonCreate Add Features 8 Doing Samantha Paulson Create Reports 2 DoneGlenda Oberholzer Add Arrays 11 To Do following unit tests: 21; 22;23 2022 Test: (assertEquals) Developer array correctly populated:The developer array contains the expected test data. DisplayDeveloper and Duration for task with longest duration. Search fortasks Search all tasks assigned to Developer Delete Task from arrayDisplay Report Assessment Sheet (Marking Rubric) Test Data andexpected system responses. Test Data: Developer entry for Test datafor tasks 1-4 The system returns: "Mike Smith", "Edward Harrington", "Samantha Paulson", "Glenda Oberholzer" Test Data: Task 1-4 Thesystem returns: “Glenda Oberholzer, 11; Test Data: “Create LoginThe system returns: “ Mike Smith, Create Login” Test Data: SamanthaPaulson The system returns: Create Reports Test Data: "CreateReports" The system returns: Entry “Create reports” successfullydeleted The system returns:
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply