what type of tests there are and how to apply them in web
Posted: Mon Jun 19, 2006 2:30 am
Hi all,
I know there are all kind of tests when it comes to software development.
There is functional, load, regression tests.
We all know well about unit test (implemented easily by simpletest and phpunit) - other thing is who is wise enough to actually apply them.
So I would be very grateful, and believe everybody will benefit from this, if someone can point out:
1. List types of tests there exists(like the one I mentioned and more).
2. How they apply to php world (if make sense using them).
3. Tools to implement them (like phpunit for unit tests and simpletest for unit tests and functional tests)/
4. Good book(s) covering somhow this vast topic.
I know there are all kind of tests when it comes to software development.
There is functional, load, regression tests.
We all know well about unit test (implemented easily by simpletest and phpunit) - other thing is who is wise enough to actually apply them.
So I would be very grateful, and believe everybody will benefit from this, if someone can point out:
1. List types of tests there exists(like the one I mentioned and more).
2. How they apply to php world (if make sense using them).
3. Tools to implement them (like phpunit for unit tests and simpletest for unit tests and functional tests)/
4. Good book(s) covering somhow this vast topic.