Main Menu
Home Articles Directory Submit Popular Site Top Rated Site - Programming - Database - Management - Software Testing and Quality Assurance - Approaches, Process, Methods New Links RSS/Atom
Sponsors



  Main  |  Submit New Article  

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

Main  arrow  Software Testing and Quality Assurance  arrow  Software Testing  arrow  Unit Testing  (166)


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: Popularity (Most to Least Hits)


Visit   Hand-rolled mocks made easy    Last Update 2006/8/10 7:09
Category  Programming  arrow  Java  :  Software Testing and Quality Assurance  arrow  Software Testing  arrow  Unit Testing
Description
Unit testing is something we all need to do, but getting good code coverage can be a daunting task. In this article, Gary Tong focuses on one of the basic elements of unit tests: mock objects. Using a hybrid static/dynamic approach, he shows how flexible, useful mock objects can be written in a matter of minutes.

Hits: 168  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   PHPUnit Tips & Tricks    Last Update 2013/10/9 14:37
Category  Programming  arrow  PHP  :  Software Testing and Quality Assurance  arrow  Software Testing  arrow  Unit Testing
Description
This article will explore a few ways to get the most out of your PHPUnit tests.

Hits: 161  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Behavior Driven Database Development    Last Update 2008/12/22 10:05
Category  Database  :  Software Testing and Quality Assurance  arrow  Software Testing  arrow  Unit Testing  :  Approaches, Process, Methods  arrow  Agile
Description
This article shows how the behavior driven development can be applied to database development and how it can be used to develop and design databases in an iterative and incremental way.

Hits: 154  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   A quick introduction to the Google C++ Testing Framework    Last Update 2010/6/9 14:35
Category  Programming  arrow  C/C++  :  Software Testing and Quality Assurance  arrow  Software Testing  arrow  Unit Testing  :  Programming  arrow  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: 153  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Mock? What, When, How?    Last Update 2018/3/20 13:45
Category  Software Testing and Quality Assurance  arrow  Software Testing  arrow  Unit Testing
Description
Mocking frameworks, such as Mockito, are powerful tools for testing and test-driven development (TDD) in particular. But sometimes, it can be a little confusing to decide what to mock and how to mock.

Hits: 146  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Behavior-driven testing with RSpec    Last Update 2007/8/30 6:57
Category  Software Testing and Quality Assurance  arrow  Software Testing  arrow  Unit Testing  :  Approaches, Process, Methods  arrow  Agile  arrow  Test Driven Development  :  Programming  arrow  Tools  :  Programming  arrow  Ruby
Description
Rather than preach on about the virtues of testing, I'm going to walk you through a simple example of test-driven development (TDD) using RSpec. The RSpec tool is a Ruby package that lets you build a specification alongside your software. This specification is actually a test that describes the behavior of your system. Here's the flow for development with RSpec:
* You write a test. This test describes the behavior of a small element of your system.
* You run the test. The test fails because you have not yet built the code for that part of your system. This important step tests your test case, verifying that your test case fails when it should.
* You write enough code to make the test pass.
* You run the tests and verify that they pass.

In essence, an RSpec developer turns test cases from red (failing) to green (passing) all day. It's a motivating process. In this article, I walk you through working with the basics in RSpec.

Hits: 146  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   A Dozen Ways to Get the Testing Bug in the New Year    Last Update 2006/8/24 5:40
Category  Programming  arrow  Java  :  Software Testing and Quality Assurance  arrow  Software Testing  arrow  Unit Testing  :  Approaches, Process, Methods  arrow  Agile  arrow  Test Driven Development
Description
This article gives you 12 practical ways to start writing tests, and keep writing tests, regardless of your development process. The first two techniques play off of things you're probably already doing, so you don't have to move too far out of your comfort zone. The next two challenge you to wade deeper into the pool to realize the benefits of test-driven development. The remaining techniques round out the regimen to keep you testing effectively all year. You'll be well on your way to fulfilling your new year's resolutions. Caution: contents have been known to be infectious!

Hits: 144  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Unit and Integration testing in Java    Last Update 2008/12/31 4:48
Category  Programming  arrow  Java  :  Software Testing and Quality Assurance  arrow  Software Testing  arrow  Unit Testing  :  Software Testing and Quality Assurance  arrow  Software Testing  arrow  Functional Testing  :  Software Testing and Quality Assurance  arrow  Software Testing  arrow  User - Acceptance
Promote  Pavel   
Description
This article describes two general approaches to automated testing of source code. It covers next technologies used for making tests in Java: JUnit, JMock, FIT. Reader will build sample project step by step and cover it with tests of different kinds. Every practical action will be supplied with theoretical information (or just thoughts if you like).

Hits: 139  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Unit Testing in Java: A Sleeping Snail    Last Update 2011/11/30 19:19
Category  Programming  arrow  Java  :  Software Testing and Quality Assurance  arrow  Software Testing  arrow  Unit Testing
Description
In the context of Java unit testing, a sleeping snail is a test that’s sluggish and takes (relatively speaking) forever to run because it relies on Thread#sleep and arbitrarily long waits to allow threads to execute before performing assertions or continuing with the workflow under test. This article explains this code smell and the appropriate deodorant with an example.

Hits: 135  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Test-driven Test Code Development - Unit Testing Page Objects    Last Update 2012/10/2 17:01
Category  Software Testing and Quality Assurance  arrow  Software Testing  arrow  Unit Testing  :  Approaches, Process, Methods  arrow  Agile  arrow  Test Driven Development
Description
Test automation is software development. Some people learn this the hard way. But if we take this sentence seriously, wouldn’t it mean that we have to use the same practices to develop our automation code that we use to write our production code? That would mean that we should use continuous integration, code metrics, as well as design patterns. But foremost doesn’t that mean that we should use test-driven development to develop it?

Hits: 134  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)



« 1 2 3 (4) 5 6 7 8 9 10 11 [17] » 
Practical
Methods & Tools
RSS 2.0
Twitter
Contact
THEME_VALIDXHTML    THEME_VALIDCSS

Copyright (c) 2007-2013 Martinig & Associates | Methods & Tools Software Development Magazine | Privacy Policy
Software Development Tools | Software Development Articles | Software Development Directory | Software Development Videos
Software Development Jobs | Software Development News | Software Development Books
Software Development Blogs | Software Development Conferences