TWiki . Javapedia . WebHome (search result)

The Source for Java Technology Collaboration


Search: Testing[^A-Za-z]

Topics in Javapedia web: Changed: now 11:48 Changed by:
AgileProgramming %LOCKED% 14 Nov 2009 - 05:11 - r10 Main.sw_my
AgileProgramming Manifesto for Agile Software Development, We are uncovering better ways of developing software by doing it and helping others do it. Through this ...  
Assertions %LOCKED% 01 Nov 2003 - 20:02 - NEW Main.redwolf
Assertions Assertions allow a programmer to test their assumptions about a program's behaviour. For example, ensure that the result of some calculation is always ...  
Cactus %LOCKED% 23 Oct 2003 - 19:04 - NEW Main.redwolf
Cactus Cactus is a simple test framework for unit testing server side java code (Servlets, EJBs, JSP Tag Libraries, Filters, etc.). Cactus uses and extends JUnit ...  
Certificate %LOCKED% 18 Feb 2005 - 10:59 - r5 Main.sullis
Certificate J2SE API http://java.sun.com/j2se/1.5.0/docs/api/java/security/cert/Certificate.html java.security.cert.Certificate java.security.cert ...  
Certification %LOCKED% 08 Feb 2008 - 06:31 - r23 Main.nimesh73
Certification The concept of Certification is to guarantee minimum level of competence in a specific area. Being certified does not make anyone a better programmer ...  
CodeAnalysisApps %LOCKED% 06 Feb 2009 - 10:08 - r10 Main.isc
CodeAnalysisApps Applications, which analyze source code and provide some usefull information for developer (manager): from detecting code defects to formal verification ...  
Companies %LOCKED% 10 Dec 2009 - 18:07 - r50 Main.tweber
Companies Here's a list of companies that are contributing to Java or have Java related products: Accendia Provides JNetStart, a technology that reinvents ...  
ContinuousIntegration %LOCKED% 06 Sep 2007 - 23:52 - r12 Main.jsilvers
ContinuousIntegration Articles http://www.martinfowler.com/articles/continuousIntegration.html http://c2.com/cgi/wiki?ContinuousIntegration CI tool ...  
DataAccessObject %LOCKED% 17 Sep 2007 - 20:59 - r17 Main.sullis
DataAccessObject The Data Access Object design pattern http://java.sun.com/blueprints/patterns/DAO.html http://java.sun.com/blueprints/corej2eepatterns ...  
DistributedTesting %LOCKED% 11 Apr 2008 - 13:23 - r4 Main.robogeek
DistributedTesting Frog is a technology for describing distributed software systems as collections of cooperating components, and then activating and managing them ...  
FrameworksAndLibraries %LOCKED% 18 Oct 2009 - 11:42 - r87 Main.tweber
FrameworksAndLibraries Libraries: .useful a library for array search and Swing JTree and tree node operation. PageLayout, a Layout Manager for Java Swing ...  
JTHarness %LOCKED% 07 Mar 2007 - 12:07 - NEW Main.robogeek
JTHarness harness is based on Sun Microsystem's JavaTest harness. The JT harness is a general purpose, fully featured, flexible, and configurable test harness ...  
JUnit %LOCKED% 09 Apr 2008 - 18:58 - r11 Main.robogeek
JUnit A popular open source unit testing framework for Java hosted at http://junit.org/. Extreme Programming recommends developing unit tests before coding (or at ...  
JavaIDEs %LOCKED% 08 Sep 2005 - 10:25 - r22 Main.pan
JavaIDEs A number of IDEs ( Integrated Development Environments ) are available for programmers creating Java applications. NetBeans (Free) and derivatives ...  
OutOfTheBox %LOCKED% 11 Jun 2003 - 00:15 - NEW Main.rodcope
OutOfTheBox Solutions, Inc. is proud to announce the immediate availability of 2.0, an intelligent distribution of over 100 Open Source projects for Java developers ...  
PossibleArticles %LOCKED% 31 Jul 2007 - 20:08 - r10 Main.scolebourne
PossibleArticles Here are some topics people have suggested for Javapedia articles: single page entries on info that people working with Java need to know or ...  
RIACompetitiveAnalysis %LOCKED% 08 Apr 2008 - 20:16 - r2 Main.robogeek
RIACompetitiveAnalysis Looking at the RIA capabilities of other platforms Representative RIA Application types Forward port of existing web application : Multiparty ...  
Refactoring %LOCKED% 09 Oct 2006 - 19:21 - r14 Main.pth81
Refactoring The process of rearranging source code into a new form that functions (more or less) the same but may be more readable, more modular, more reliable, etc ...  
RegularExpressions %LOCKED% 31 Jul 2007 - 12:06 - r11 Main.scolebourne
RegularExpressions Regular expressions are common in many programming languages and Unixish utilities and provide a way to describe the format of text strings. You ...  
Serialization %LOCKED% 12 Feb 2005 - 06:41 - r3 Main.sullis
Serialization Serialization, as it pertains to objects, is the process of encoding an object into a sequence of bytes which can then later be used to re construct ...  
SoftwareQualityTools %LOCKED% 24 Apr 2007 - 21:20 - r5 Main.robogeek
SoftwareQualityTools Usage Scanner: A Java utility that scans Java bytecode to detect references to targeted APIs. JFeature is an open source feature/requirement ...  
SoftwareTestHarnesses %LOCKED% 25 Apr 2007 - 05:25 - r2 Main.robogeek
SoftwareTestHarnesses SCOPE: Test harnesses for executing tests of a Java application or a Java platform implementation. TBD: Need a good definition of a test harness ...  
TestCodeCoverageApps %LOCKED% 20 Sep 2007 - 23:37 - NEW Main.robogeek
TestCodeCoverageApps Quilt is a Java software development tool that measures coverage , the extent to which unit testing exercises the software under test. It is ...  
TestNG %LOCKED% 07 Mar 2007 - 20:02 - r2 Main.robogeek
TestNG TestNG is a testing framework inspired from JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use TestNG is ...  
Testing %LOCKED% 27 Nov 2008 - 19:36 - r24 Main.martinig
Testing see also JUnit , jmeter Testing done correctly is one of the first steps started in a project. Long before the current rage about test first and often ...  
TestingDatabases %LOCKED% 09 Apr 2008 - 18:56 - NEW Main.robogeek
Testing Databases DbUnit is a JUnit extension (also usable with Ant) targeted for database driven projects that, among other things, puts your database into a known ...  
TestingGUIApplications %LOCKED% 10 Sep 2007 - 14:12 - r16 Main.twalljava
TestingGUIApplications By "GUI Applications" I mean ones where Java draws the GUI (e.g. with Swing or SWT or other technologies), not ones where the application ...  
TestingNetworkProtocols %LOCKED% 20 Apr 2007 - 00:34 - r2 Main.robogeek
Testing Network Protocols and Applications A listing of tools and techniques related to testing applications that use Network protocols, servers that implement them ...  
TestingPerformance %LOCKED% 09 Apr 2008 - 18:53 - NEW Main.robogeek
Performance Testing in Java Apache JMeter is a 100% pure Java desktop application designed to load test functional behavior and measure performance. It was originally ...  
TestingWebApplications %LOCKED% 30 Oct 2007 - 00:17 - r13 Main.robogeek
TestingWebApplications Test tools for web applications. Open source projects WebTest http://formflood.sourceforge.net/ FormFlood http:/ ...  
TestingWebServices %LOCKED% 09 Apr 2008 - 18:50 - NEW Main.robogeek
Testing Web Services SoapUI is the leading tool for Web Service Testing. With more than 300 000 downloads, it's the most used tool for SOA testing in the world. ...  
UnitTestGeneratorApps %LOCKED% 06 Sep 2007 - 23:58 - r3 Main.jsilvers
UnitTestGeneratorApps AgitarOne Commercial app suite to help explore source code and generate unit tests (JUnit format). Clover is a powerful and highly configurable ...  
WebHome %LOCKED% 01 Jul 2005 - 22:29 - r34 Main.rgoldman
WebHome Javapedia Main Page Click here to CreateANewPage. Welcome to the Javapedia project. We are working to create an online encyclopedia of all the things that ...  
WebStatistics %LOCKED% 21 Aug 2009 - 07:00 - r1610 TWikiAdminGroup
Statistics for Javapedia Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and ...  

Number of topics: 34

Topic WebHome . { }
 XML java.net RSS