next up previous
Next: Test categories Up: Testing Previous: Testing

Approach

Testing is the next very important part of software development. That is why, we decided to invest time and:

There are bottom-up and top-down approaches. Bottom-up is when the application is tested from the very tiny pieces of software, so the tests are written as simple bricks, and if they are passed, it implicates that the whole application works. Top-down is different - here we perform tests of the final product and if they are not passed, we write more detailed tests.



Wiktor Kolodziej 2006-01-12