On The Insider: Tom Cruise to the Rescue!
6 Resources for

unit testing

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

New Job Expectations
After months of searching I've finally been offered a job with a Testing Company close to where I live. I went for the interview and it went very well. However the interview was less talking about my possible role if I got the job and more what seemed to me...
Tags: Testing Co., career, job, test, analyst, testing, expectations, iseb, junior, Steviejay, developer, QA, Unit Testing
Discussion threads 2006-05-08
Mixed results for unit testing poll
How is unit testing performed in organizations? Is it an informal activity that is done before integration if there is some time left after programming or is it the key element of the development effort? A recent poll examined the way unit testing is performed in software development organizations. Here...
Tags: Development tools, unit test
Discussion threads 2006-03-20
Reduce runtime errors in .NET through unit testing
Microsoft's submission of the C# language andthe CLR Common Language Runtime as industry standards has led tomany open source projects based on the .NET platform. One suchnotable project is NUnit, a unit-testing framework for all .NETlanguages. I'll demonstrate the simplicity of using NUnit toeffectively unit test your code. ...
Tags: ExpectedException, Microsoft .NET, Nunit, TearDown, Tony Patton, Unit Testing
Technical articles 2005-07-25
Reduce runtime errors in .NET through unit testing
Does testing code rank low on your favorite things to do list? If so, check out Tony Patton's demonstration of how simple it is to effectively unit test your code using NUnit, a unit-testing framework for all .NET languages. Microsoft's submission of the C# language and the CLR...
Tags: Microsoft .NET, Microsoft Corp., TearDown, Middleware, Tony Patton, .NET, Programming languages, ExpectedException, Unit Testing, Nunit, .NET Newsletter, Unit Test, Method, TechRepublic Inc., Class, Setup, Code, Test, NUnit Class, TestFixture, AreSame, IsFalse, IsNull, IsNotNull, IsTrue, Assert.AreEqual, C#, Software Development, Software/Web Development, Enterprise Software, Software
Technical articles 2005-07-25
Stay on track with testing metrics
Keeping a project on track often boils down to how well you gather your testing metrics. Here are some of the things you should be tracking during testing to help keep your project under control.Collecting metrics is the best way to know whether a process is under control and within...
Tags: Team management, Tom Mochal
Technical articles 2001-10-29
Unit testing provides your first line of defense against application flaws
Of course each of your programs is a work of art. Yet despite all that elegant code and superb functionality, bugs still find their way in. Unit testing can help. Learn the best way to define test cases and implement this part of the testing life cycle.You’ve just spent hours...
Tags: Tom Mochal, test case, unit test, Unit Testing
Technical articles 2001-09-04

Additional Resources

Software Unit Testing
This paper is an overview of software unit testing. It defines unit testing, and discusses many of the issues, which must be addressed when planning for unit testing. It also makes suggestions for appropriate levels of formality and thoroughness of unit testing. Software unit testing is an integral part of...
Tags: Software, Tools & Techniques, Management
White papers 1997-01-01
MSDN Webcast: Unit Testing for Mobile Devices (Level 300)
With Microsoft Visual Studio 2008, unit testing is now available for mobile device developers as well. The presenter of this webcast explores unit testing for devices. The attendee will learn how to create unit tests for smart device application; they will also learn how to debug unit tests and how...
Tags: Unit Test, Microsoft Developer Network, Webcast, Mobile, Mobile Device
Webcasts 2008-07-23
Unit testing options for JavaScript
Unit testing is different from traditional testing because it is performed by the developer and not a tester. Tony Patton provides an overview of several options for unit testing client-side JavaScript code. by Tony Patton
Tags: JavaScript, Unit, Web Browser, JsUnit JUnit, JUnit, Tests, RhinoUnit RhinoUnit, Dustin Machi, Scripting Languages, Software/Web Development, Web Development, Tony Patton
Blog posts 2008-08-12
Invasive Testing of Java Classes
Unit testing is an important element of testing software. In object-oriented software development, this term commonly refers to testing an individual class. The term integration testing denotes testing a group of classes, and the term system testing refers to testing the application as a whole. In the simplest and most...
Tags: Java, Class, Ooa/Ood/Oop, Software Development, Tools & Techniques, Software/Web Development, Management
White papers
Java Enterprise in a Nutshell: JUnit and Cactus
Software quality assurance is a subject of study in itself. Instead, what this paper covers is the subset of software testing referred to as unit testing, which attempts to verify the correct functional behavior of software at various levels of granularity. A "Unit" may be a method on a class,...
Tags: Software, Software Quality Assurance, Java, Class, Unit, Tools & Techniques, Management
Book chapters 2005-11-18
MSDN Webcast: Look What You Can Do With Silverlight 2 (Part 5 of 6): Testing Framework (Level 200)
A new testing framework is shipping with Microsoft Silverlight 2. This testing framework enables to write unit tests for UI and non-UI functionality in Silverlight 2 and it includes more than 2,000 unit tests covering all of the released Silverlight 2 controls. This webcast examines some of the built-in unit...
Tags: Unit Test, Microsoft Developer Network, Microsoft Silverlight, Webcast, Testing Framework
Webcasts 2008-06-25
MSDN Webcast: Unit Testing for Devices (Level 200)
The attendee of this webcast will learn how to write and execute unit tests for device applications. Unit testing is a technique used to validate that individual pieces of source code are working properly. Microsoft Visual Studio 2008 gives full support to create and execute unit tests for the Microsoft...
Tags: Unit Test, Microsoft Developer Network, Webcast, Microsoft Corp., Microsoft .NET Compact Framework, .Net, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
Webcasts 2008-01-09
An Introduction to Software Testing
This paper provides an introduction to software testing. It serves as a tutorial for developers who are new to formal testing of software, and as a reminder of some finer points for experienced software testers. Topics covered include basic definitions of testing, validation and verification; the levels of testing from...
Tags: Software, Software Testing, Tools & Techniques, Management
White papers 2003-09-10
Visual Studio Team Edition for Software Testers - The What and Why!
With application complexity growing, high application quality is becoming ever more difficult to achieve. To maximize application success, thorough testing is paramount. Application testing is no longer just the paradigm of the testing professional: testing needs to encompass application security, performance, functional, unit, and load testing and the information and...
Tags: Software, Microsoft Visual Studio, Team, Performance, Software Testing, Microsoft Corp., Performance Management, Microsoft Development Tools, Human Resources, Workforce Management, Development Tools, Software Development, Software/Web Development
Webcasts
Testing 1, 2, 3...
These days, developers are making an enormous contribution to software quality early in the development process, using automated unit-testing techniques. Most developers take for granted the need to use tools such as JUnit for comprehensive, automated testing, but there is little consensus on how to apply unit testing to the...
Tags: Oracle Corp., Storage, Databases, Hardware, Enterprise Software, Software, Data Management
White papers 2005-07-01
Reduce runtime errors in .NET through unit testing
mail magzinemail magzineBad titleReduce coding errors with unit testing !Nunit is a chap for testing .NetThere's also DUnit for Delphi as well.One thing I would say that tiering/layering makes this much easier to do.Extracting a value from the Cell(C,R) unformatting it and then equivalence checking it against a column of...
Tags: .NET, Application servers, Reduce
Discussion threads 2005-09-12
MSDN Webcast: Visual Studio 2005 Team Edition for Database Professionals (Part 3 of 4): Database Testing and Refactoring (Level 200)
This third webcast in the series covers the Database Unit Testing, Rename Refactoring, and database population features in Microsoft Visual Studio 2005 Team Edition for Database Professionals. The webcast shows how the Database Unit Testing infrastructure allows to create database unit tests using Transact-SQL or managed code and also explains...
Tags: Microsoft Developer Network, Microsoft Visual Studio, Team, Webcast, Microsoft Visual Studio 2005, Storage, Databases, Hardware, Enterprise Software, Software, Data Management
Webcasts
Effective Application Testing Methodology & Standards
Application testing is just part of the overall Test Plan for any system. The integration of the applications must be clean and seamless. The most complex and failure-prone portions of the application are the interfaces between parts of the new application and the existing systems. Even though all systems have...
Tags: Application, Dulcian, Standards, Quality, Business Operations
White papers
Typemock (zip)
The Typemock Isolator developer tool is an add in for Visual Studio .NET (2005/2008) that simplifies unit testing by making a cleaner code and eliminating the need to refactor your code specifically for unit testing. This add in gives the Agile developer tools to isolate, stub or mock any class...
Tags: Development Tool, Tool, Typemock, Typemock Isolator Developer Tool, Microsoft Development Tools, .Net, C#, Productivity, Development Tools, Middleware, Programming Languages, Software Development, Software/Web Development, Enterprise Software, Software
Software downloads 2008-07-23
  • << Previous
  • page 1 of 1
  • Next >>


Windows XP vs. Mac OS X
This presentation, entitled Standardizing on Windows XP Instead of MAC OS X, provides a pre-packaged option for defending Windows XP against MAC OS X. ...
Buy Now
TechRepublic's E-mail Usage Policy
Numerous studies indicate that personal e-mail use at work is a leading cause of lost productivity. In addition, personal e-mail use can introduce vir ...
Buy Now