Menu

Would Anyone Able Explain Question Part C Assignment Give Example Thank Much Kindness Help Q43797972

Would anyone be able to explain to me the question for part C ofmy assignment and give me an example of it? Thank you very much foryour kindness help.

As you know, coding software is the hard part but certainly notthe end of the software life cycle. Now it is time to test andmaintain your program, so you may want to review those topics!

For this submission, you will begin by completing both alphatesting (test the software yourself) and Beta testing (have anotheruser test the software) the goal for both tests should be to checkthe integrity of the system…in other words see if you can crashit!

After the tests — which you will fully document — you willattempt to fix any bugs you were able to find, and document whichbugs you were able to fix.

You will write a README.txt file for your software, this will beexternal documentation. An outline for this document follows:

Writing a good README file

Nobody expects to find great literature in a README file, andthat’s good news for busy developers writing README files for theirsoftware. However, writing a README needs to be taken seriously.While grading your work, your teacher will use your README filefirst to get an idea of your understanding of the assignment. TheREADME should truly be a reflection of the program you aresubmitting!!! While many of your README files indicate that yourprograms are working perfectly, in reality programs are riddledwith bugs, and some of them don’t even compile 🙁

You don’t have to write an essay — all you need is a shortparagraph (maybe only a sentence or two) on each of the followingtopics (in addition to the already specified details outlined inthe particular assignment):

1. Your name and CS username
2. List the program files you are submitting along with a short(1-2 sentence) description of what each contains
3. What does your program do?
4. Why did you code the software the way you did?
5. What should potential users expect when they install/launch yourprogram?
6. What unique feature(s) does your code demonstrate? Inparticular, be sure to mention the unique features, especially ifyour product resembles others in its category.
7. What problems did you encounter?
8. What problems might the user encounter when compiling/runningyour program?
9. What are the bugs in your program? (i.e., what required featureswere you not able to implement or unable to get workingproperly)

Submit:

Your testing documentation.
Your README external documentation.
Any programming code file that has been changed to fix anybugs.

Expert Answer


Answer to Would anyone be able to explain to me the question for part C of my assignment and give me an example of it? Thank you v…

OR