|
|
||
Alexey Popov's BlogCommunity: JDK ArchivesWhat is new in JT harness 4Posted by alexeyp on September 07, 2007 at 11:25 AM | Permalink | Comments (0)Here I tried to give my classification of new features available in the new major revision of the JT harness, that we recently completed . As I wrote once, development of this product is primarily driven by using it as a test harness for Technology Compatibility Kits. The next big step in the history of the product was its adoption in the new area of Java ME quality test suites, specifically JDTS, the Java Device Test Suite. JDTS2.0 went out December 2006, see its DataSheet for more information. Among lots of other minor and major changes, this was first JDTS version based on JavaTest TM Harness, version 4.0. The initial launch of the JT harness, the Open Source version of JavaTest Harness, was based on the current stable version of the product, 3.2.2. The version 4.0 was primarily driven and targeted to this release of JDTS 2.0, due to tight time line it was developed internally for some time and become available in open source only now since version 4.1.1 Major new JavaTest harness 4 Features
One of the First Java ApplicationsPosted by alexeyp on April 09, 2007 at 11:58 PM | Permalink | Comments (3)Curious how much Java is a test-driven technology ? Few words for a background.The Java TM Compatibility Kit (JCK) is a test suite, used to verify if the Java standard is correctly implemented. The first JCK came out together with the first JDK from SUN, now this effort evolved into the industry-wide Java Community Process. The JavaTest TM harness is a test monitor, used in first versions of JCK, then across multiple Java Technology Compatibility Kits (TCK), now evolved into a general purpose open source test harness. How it startedWith permission of Jonathan Gibbons, who was around when Java was born, here is his story of the JavaTest childhood:
Curious how it looked like back then at early JDK times ? Check here. You can see that testing is one of keys that brought Java platform to where it is now. Java's way of compatibility testing, that is having high quality TCK required to pass to get Java logo, is how Write Once Run Anywhere is achieved, it is the cost of application portability and platform standardization. On the roadInspired by the conversation at David Herron's Blog, I was looking for analogy to illustrate the value of compatibility testing in the Java ecosystem, here it is - Java is a road, compatibility testing is its pavement. Applications are vehicles and the hard cover on the road makes it possible to drive fast. For Java ME platform, its fragmentation is a freedom to choose number of wheels, engine, use a bicycle or a truck. Another part, the 'dark side', is where the road cover has holes, caused by bugs in specification and implementations, test coverage problems. Services are built around the road to take care of vehicles and holes, like JDTS and Java Verified, while the road has its pavement (TCKs), differentiating it from deserts, forests and swamps. | ||
|
|