Main Menu
Home Articles Directory Submit Popular Site Top Rated Site - Programming - Database - Management - Test and Quality Assurance - Approaches, Process, Methods - Configuration Management - Measurement - Tools - Open Source - Software Engineering - Humour New Links RSS/Atom
Sponsors




  Main  |  Submit New Article  

  Popular articles (top10)  |  Top rated articles (top10)  |  Category List  |  Randum jump  

Main  arrow  Test and Quality Assurance  arrow  Testing  arrow  Unit Testing  (109)


Sort by:   Title ( Title (A to Z) Title (Z to A)) Date ( Date (Old Links Listed First) Date (New Links Listed First)) Rating ( Rating (Lowest Score to Highest Score) Rating (Highest Score to Lowest Score)) Popularity ( Popularity (Least to Most Hits) Popularity (Most to Least Hits))
Articles currently sorted by: Rating (Highest Score to Lowest Score)


Visit   .Net Debugging? Don’t give me none of your VS    Last Update 2010/3/10 16:16
Category  Programming  arrow  .NET  :  Test and Quality Assurance  arrow  Testing  arrow  Unit Testing
Description
Visual Studio is fine for most debugging purposes. Just occasionally, it isn't practicable, or there are other quicker ways of doing it with a user-mode debugger. Edward argues that debugging in MSIL or assembly language is a strangely liberating experience and can be a lightweight route to discovering the cause of elusive bugs. He starts off with a simple introduction to SOS debugging.

Hits: 9   Rating: 10.00 (1 vote)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Unit test portlets with portletUnit    Last Update 2010/4/29 18:24
Category  Programming  arrow  Java  :  Programming  arrow  Platforms  arrow  Web Server  :  Test and Quality Assurance  arrow  Testing  arrow  Unit Testing  :  Tools
Description
Portals provide information from diverse sources in a unified way. When portlets are integrated into a portal, the functions delivered as part of each portlet should be available all of the time. Unit testing can ensure that the features of your portlets will work all the time, and everywhere. It is important to unit test portlets before they are hosted publicly, and testing with frameworks will speed up the testing process. In this article, learn about portletUnit, a JUnit testing framework for testing JSR-168 portlets. portletUnit uses a mock container for testing, thereby reducing the cost of investment in huge portal server environments. With the portletUnit framework you can run unit tests on any machine—without a portal server.

Hits: 8   Rating: 10.00 (1 vote)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Improving Application Quality Using Test-Driven Development (TDD) Popular articles    Last Update 2006/4/15 21:35
Category  Programming  arrow  .NET  :  Test and Quality Assurance  arrow  Testing  arrow  Unit Testing  :  Approaches, Process, Methods  arrow  Agile  arrow  Test Driven Development
Description
This article provides an introduction to Test-Driven Development with concrete examples using Nunit.

Hits: 1733   Rating: 9.00 (2 votes)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Building Security In Using Continuous Integration    Last Update 2010/3/16 14:38
Category  Test and Quality Assurance  arrow  Testing  arrow  Unit Testing  :  Configuration Management  :  Programming  arrow  Security
Description
Building security into software is harder than it should be. This article explores a way to align application security practices with other software development best practices in order to make building security in easier to manage and more cost effective. In particular, this article looks at combining continuous integration (CI) with security testing and secure static code analysis.

Hits: 9   Rating: 9.00 (1 vote)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   A quick introduction to the Google C++ Testing Framework    Last Update 2010/6/9 17:35
Category  Programming  arrow  C/C++  :  Test and Quality Assurance  arrow  Testing  arrow  Unit Testing  :  Tools
Description
Google provides an interesting and easy-to-use open source alternative for developing unit tests to validate C/C++ based software. This article introduces readers to some of the more useful features of the Google C++ Testing Framework and is based on version 1.4 of the release

Hits: 14   Rating: 8.00 (1 vote)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Driving On CruiseControl - Part 1 Popular articles    Last Update 2006/8/10 9:41
Category  Programming  arrow  Java  :  Test and Quality Assurance  arrow  Testing  arrow  Unit Testing  :  Approaches, Process, Methods  arrow  Agile  arrow  Extreme Programming (XP)  :  Configuration Management  :  Tools
Description
Continuous Integration is one of the buzzwords most people have probably heard of but surprisingly few are actually following this XP best practice. Keeping this in mind, I'll begin this tutorial by briefly describing what Continuous Integration actually means, why you should consider doing it, and finally, showing step by step how to do it using one of the most used Continuous Integration products, the open source CruiseControl.

Hits: 357   Rating: 7.00 (1 vote)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Jester - a JUnit Test Tester    Last Update 2006/8/24 9:03
Category  Programming  arrow  Java  :  Test and Quality Assurance  arrow  Testing  arrow  Unit Testing  :  Tools
Description
Jester is an automated JUnit test tester tool. Using a clever modify-recompile-test cycle it is able to spot code areas that are insufficiently tested or that contain redundant code.

Hits: 73   Rating: 6.00 (1 vote)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Using HSQLDB for unit testing database access code    Last Update 2010/6/30 13:00
Category  Programming  arrow  Java  :  Test and Quality Assurance  arrow  Testing  arrow  Unit Testing  :  Database  arrow  NoSQL
Description
Writing unit tests for code that accesses the database is a recurring challenge for Java developers. This post will describe a technique we’ve used successfully on a number of database-intensive projects: using HSQLDB as an in-memory database so that the database access code can be thoroughly tested without dependencies on external resources.

Hits: 12   Rating: 6.00 (1 vote)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Continuous Integration with Hudson    Last Update 2010/3/10 14:53
Category  Test and Quality Assurance  arrow  Testing  arrow  Unit Testing  :  Approaches, Process, Methods  arrow  Agile  :  Configuration Management  :  Tools
Description
The basics of installing and configuring the Hudson continuous integration engine to continuously build and test Oracle Application Development Framework applications

Hits: 9   Rating: 6.00 (1 vote)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Combinations and Permutations with F#    Last Update 2010/5/27 8:53
Category  Programming  arrow  .NET  :  Test and Quality Assurance  arrow  Testing  arrow  Unit Testing
Description
Understanding combinations and permutations is a fundamental skill in software testing. In this month’s Test Run column I show you how to work with combinations and permutations using code written in the new F# language.

Hits: 6   Rating: 5.00 (1 vote)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)



(1) 2 3 4 5 6 7 8 9 10 11 » 
Software Development Resources

Load Tester 4: The easiest and most complete load testing software

Oracle Magazine - Technology articles for developers and DBAs and more.

Simply Rails 2: Learn how to be an accomplished Ruby programmer in no time!

The Principles Of Project Management - Deliver projects on time and on budget, again and again

Simply SQL is a practical step-by-step guide to writing SQL.

Practical
RSS 2.0
Twitter
Advertise
Contact
Software Development Jobs
Login
Username:

Password:


Lost Password?

Register now!
THEME_VALIDXHTML
THEME_VALIDCSS
Copyright © 2006-2009 Martinig & Associates

Methods & Tools | SD Tools | SD Directory | SD Videos | SD Jobs | SQA Zone | DevAgile | DevBazar | Ajax Alliance | SD News | SD Conferences
SD Blogs | Forum Logiciel | Software Project Planet | SQA Planet | UML Planet | Cloud Voices | Java TV | .NET TV | Testing TV | TV Agile | RIATube
Java Voices | .NET Voices | PHP Voices | DBA Voices | Agile Voices | Scrum Planet | Ajax Voices | RIA Voices | The Waterfall Manifesto