Re: Please help!



On Fri, 26 Oct 2007 20:34:15 -0700, dharajsmith wrote:

I am a student at Axia College. I have an assignment due tonight,
that I do not have a clue how to do. I am not going into Programming,
but this class is a required class to go on to the next classes in
IT. Can someone please help

No. Not if it was due on Friday night. But I will give it a try.

You are working too hard!

· Design a program that solves this problem.

I took that to mean "Design a Program". Not write the code.

· Generate a set of input test values.

Here you make a list of random amounts in the range and some out of the
range (to test handling exceptional values) With the answers. Not generated
by the program. This is test data, to test the program. You would use a
known working method to generate this data.

· Perform a design walkthrough to verify your design.

Here you do a walk-through. Take a subset of your test data incomes, and
item by item follow your design ( flow chart or whatever ) step by step,
solving for the tax amount. Compare the results to the answers in you
test data, and wrap it in a nice cover page.


stonerfish
.



Relevant Pages

  • Re: newbie question
    ... I have plan to start from scratch writing my php application ... In my past works i have some difficulty when i created applications i always started to write some administration modules, then some front-end, then back again admin etc... ... For me that allows a common platform to add/delete test data in the same format that will be expected on the frontend. ... Another plus for me is that I can get most of the application running without worrying too much about design, and for me since I rarely do design work, it makes most sense. ...
    (comp.lang.php)
  • Re: newbie question
    ... I have plan to start from scratch writing my php application ... In my past works i have some difficulty when i created applications i always started to write some administration modules, then some front-end, then back again admin etc... ... For me that allows a common platform to add/delete test data in the same format that will be expected on the frontend. ... Another plus for me is that I can get most of the application running without worrying too much about design, and for me since I rarely do design work, it makes most sense. ...
    (comp.lang.php)
  • Re: newbie question
    ... I have plan to start from scratch writing my php application ... In my past works i have some difficulty when i created applications i always started to write some administration modules, then some front-end, then back again admin etc... ... For me that allows a common platform to add/delete test data in the same format that will be expected on the frontend. ... Another plus for me is that I can get most of the application running without worrying too much about design, and for me since I rarely do design work, it makes most sense. ...
    (comp.lang.php)
  • Re: Test Data
    ... test data creation for unit testing be created by test team? ... Since the test data defines the test and the ... test team presumably designs the tests, ... The output of the test design activity is the test data that defines individual tests. ...
    (comp.software.testing)