Testing « Development « Java Articles

Java Articles
1. Class Definition
2. Data
3. Development
4. GUI
5. J2EE
6. J2ME
7. JavaBeans
8. Language
9. Microsoft Collabration
10. Network
11. Swing
12. System Resource
13. XML
Microsoft Office Word 2007 Tutorial
Java
Java Tutorial
Java Source Code / Java Documentation
Java Open Source
Jar File Download
Java Products
Java by API
C# / C Sharp
C# / CSharp Tutorial
ASP.Net
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
PHP
Python
SQL Server / T-SQL
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Java Articles » Development » Testing 
1. Complement testing with code inspections
Author:Mark Roulo
URL:http://www.javaworld.com/javaworld/javatips/jw-javatip88.html?
Summary: Code inspections are one of the most powerful tools for eliminating bugs. These inspections are useful, in part, because they tend to catch errors overlooked during testing. Code inspections are even more beneficial if reviewers look for specific mistakes -- in particular, those more easily found by reading code than testing it. This article presents a list of these types of programming mistakes that you can easily detect by inspecting your code. (2,000 words)


2. Automate GUI tests for Swing applications
Author:Ichiro Suzuki
URL:http://www.javaworld.com/javaworld/jw-11-2004/jw-1115-swing.html
Summary: Automation is necessary for frequent and consistent testing, which is the foundation of agile development. However, acceptance tests of GUI applications are not always easy to automate. This article explains a simple way of automating Java Swing application acceptance tests, starting from Swing components' unit tests and extending them to acceptance tests without human intervention. (1,200 words; November 15, 2004)


w___ww_.j__av___a___2__s__.___c_o___m__ | Contact Us
Copyright 2003 - 08 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.