13 of 22 his specific task, students should be able to: Handle and manipulate strings Create and work with Arrays You wi

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

13 of 22 his specific task, students should be able to: Handle and manipulate strings Create and work with Arrays You wi

Post by answerhappygod »

13 Of 22 His Specific Task Students Should Be Able To Handle And Manipulate Strings Create And Work With Arrays You Wi 1
13 Of 22 His Specific Task Students Should Be Able To Handle And Manipulate Strings Create And Work With Arrays You Wi 1 (49.25 KiB) Viewed 5 times
13 Of 22 His Specific Task Students Should Be Able To Handle And Manipulate Strings Create And Work With Arrays You Wi 2
13 Of 22 His Specific Task Students Should Be Able To Handle And Manipulate Strings Create And Work With Arrays You Wi 2 (49.06 KiB) Viewed 5 times
13 Of 22 His Specific Task Students Should Be Able To Handle And Manipulate Strings Create And Work With Arrays You Wi 3
13 Of 22 His Specific Task Students Should Be Able To Handle And Manipulate Strings Create And Work With Arrays You Wi 3 (31.26 KiB) Viewed 5 times
13 of 22 his specific task, students should be able to: Handle and manipulate strings Create and work with Arrays You will now add the final features to your app, write and automate the unit tests and submit your final project. Extend your application to allow for the following: 1. Users should be able to use to populate the following arrays: Contents Contains the names of all the developers assigned to tasks Contains the names of all the created tasks Contains the generated taskID's for all tasks Contains the Duration of all tasks Contains the Status of all tasks Array Developer Task Names Task ID Task Duration Task Status 2. Users should be able to use these arrays to: Display the Developer, Task Names and Task Duration for all tasks with the status of done. Display the Developer and Duration of the class with the longest duration. Search for a task with a Task Name and display the Task Name, Developer and Task Status. Search for all tasks assigned to a developer and display the Task Name and Task Status. Delete a task using the Task Name. Display a report that lists the full details of all captured tasks. a. b. C. d. e. f.
3. Use the following test Data for your unit tests and to populate your arrays: Test Data Task 1 Developer Task Name Task Duration Task Status Test Data Task 2 Developer Task Name Task Duration Task Status Test Data Task 3 Developer Task Name Task Duration Task Status Test Data Task 4 Developer Task Name Task Duration Task Status Mike Smith Create Login 5 To Do Edward Harrison Create Add Features 8 Doing Samantha Paulson Create Reports 2 Done Glenda Oberholzer Add Arrays 11 To Do
4. 21:22:23 Create the following unit tests: Test: (assertEquals) Developer array correctly populated: The developer array contains the expected test data. Search for tasks Display Developer and Duration for task with Test Data: Task 1-4 longest duration. Search all tasks assigned to Developer Delete Task from array Test Data and expected system responses. Test Data: Developer entry for Testdata for tasks 1-4 Display Report The system returns: "Mike Smith", "Edward Harrington "Samantha Paulson", "Glenda Oberholzer The system returns: "Glenda Oberholzer, 11: Test Data: "Create Login The system returns: "Mike Smith, Create Login" Test Data: Samantha Paulson The system returns: Create Reports Test Data: "Create Reports" The system returns: Entry "Create reports successfully deleted The system returns: 2022
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply