Eclipse Testing with TPTP - help me?
December 10th, 2007 by Aaron
I recently came across this tutorial here about Testing with TPTP- and I’m confused. Whats the benefit of this type of testing (um… creating JAVA code for a JUnit test… right?) compared to running some PHPUnit, Selenium and AB (from apache, or something…)? What am I missing - does anyone have any other good hands-on tutorials?
Tags: Eclipse PDT, IDE and Web Dev Tools, programming, Test Driven Development
This entry was posted on Monday, December 10th, 2007 at 12:45 am and is filed under Eclipse PDT • IDE and Web Dev Tools • Test Driven Development • programming. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.















January 3rd, 2008 at 2:25 am
hehe, I remember me some presentation from Derick Rehans about the development of test applications.
I think he made a point that these testing routines are important at least for bigger projects. The bad side is that most of the time there is no budget for tests
January 3rd, 2008 at 6:47 pm
Hello Olaf,
Oh - I agree - testing is great. I am working on getting unit tests with PHPUnit and using Selenium as well.
The company I work for has 4 full time testing staff as well, so they value the quality of testing.
I guess my real question was: how can creating java (compiled?) tests worth more than writing a selenium or other type of test?