Comparing Java Software Testing Frameworks - JUnit, JTiger and TestNGAugust 2nd, 2005 Justin compares the three popular Java Software Testing (mostly unit testing) frameworks - JUnit, TestNG and JTiger. He provides an unbiased view IMHO despite his lack of experience in TestNG or JTiger before the comparison.
Top 10 Java Software Testing Software April 27th, 2009 There can be a number of test cases for every system and only a few of them can be run. These cases can be used to detect most of the defects in the software.
JUnit: A critical lookAugust 10th, 2004 As a model of XP development (done at a few thousand feet above ground) I was expecting a solid bug free transperant code for JUnit. I noticed few interesting bugs & surprising features in the code.
9 Important Tips for Selenium Remote Control (Java client) - Test ToolApril 16th, 2008 Selenium Remote Control (RC) is a test tool that allows you to write automated web application UI tests in many programming languages against any HTTP website using any mainstream JavaScript-enabled browser. Selenium RC is a powerful and simple framework for running (scheduled or manually) automated UI centric regression tests for web applications / services.
Java Annotation based FrameworksOctober 7th, 2005 Now everyone and their Mother-in-law is jumping in the Annotation bandwagon. I believe Cedric was the first developer to come up with an annotation based framework - TestNG.
Salivating about Open Source Software - Pavlov's conditioning?April 27th, 2005 I remember the early days of Java Open Source Software. We all used to keep track of any new OSS release and literally salivate at being able to use something for free.
5 Minute Guide To Selenium IDE and Selenium Remote Control (Java) Test ToolsJuly 1st, 2008 Selenium is a high quality open source test automation tool for web application testing. Selenium runs in Internet Explorer, Mozilla and Firefox on Windows, Linux, and Macintosh, Safari on the Mac, with plans to support Safari on iPhone soon.
Allen Holub: Say No To XML (As Programming Language); I AgreeSeptember 27th, 2006 Allen Holub (Author of Compiler Design in C and famous OO Guru) said: "XML is perhaps the worst programming language ever conceived. I’m not talking about XML as a data-description language, which was its original design.
How Crappy Is Your Java Source Code?December 7th, 2007 How crappy is your Java code? Often we find others code crappier than ours, especially if we are given to maintain their code. Crappy code authors are almost always happy with their code quality.
An appeal: Java Developers lets make peace...November 30th, 2004 Things have heated up recently in different Java forums with wide ranging topics. A case in point -
JBoss, for example, is a company which people love to adore or hate.
Google Web Toolkit: A Brief ReviewMay 17th, 2006 Google has released GWT - a java window toolkit which converts your java applications (using the toolkit API) to javascript (incl. AJAX) and HTML.
February 22nd, 2006 at 12:34 pm
Forward and backwards compatibility with JUnit 3.x, for one thing.
February 22nd, 2006 at 12:52 pm
TestNG is compatible with JUnit 3.x tests. It can understand and run them fine.
March 20th, 2006 at 6:59 am
Après une étude sympa des deux technos,
il s’avère que TestNG garde toujours un avantage sur JUnit4.0 qui au final innove peu.
TestNG offre les techniques de passage de paramètres et de @Factory et les groupes de test qui restent non présentes chez JUnit.
J’avais peur de JUnit4 mais au final TestNG a de beaux jours devant lui, si il continue d’innover.
Voila ma pensée