Subscribe to this page:
RSS
Email Alert

junit

(32 results)
White Papers, Webcasts, and Resources
  • White Papers

    ConcJUnit: Unit Testing for Concurrent Programs

    August 28, 2009 12:00am PDT

    In test-driven development, tests are written for each program unit before the code is written, ensuring that the code has a comprehensive unit testing harness. Unfortunately, unit testing is much...

    Provided by: Association for Computing Machinery

  • White Papers

    Unit Testing Your Application With JUnit

    February 1, 2010 12:00am PST

    When software is developed, a developer is required to test various components of the application on a regular basis. This is done to ensure that they are functioning correctly as required. This...

    Provided by: Oracle

  • Software

    jRef JUnit 2.1 (Mobile)

    July 17, 2009 12:00am PDT

    Complete Javadocs for the JUnit test tool. o All data stored on device, no network access required. o Adjustable fonts. o Class name search feature. o Optionally, off page links may be followed....

    Provided by: Bob Withers

  • Software

    JUnitConv 1.0.004 (Windows)

    December 22, 2006 12:00am PST

    JUnitConv is an open source universal units of measure converter built as a Java applet, it supports an unlimited number of units categories, units of measure, and multiplier prefixes that could...

    Provided by: Tecnick

  • Downloads

    JUnitConv 1.0.004 (Windows)

    December 22, 2006 12:00am PST

    JUnitConv is an open source universal units of measure converter built as a Java applet, it supports an unlimited number of units categories, units of measure, and multiplier prefixes that could...

    Provided by: Tecnick

  • Q&A

    JUnit Test Suite

    December 6, 2007 1:07am PST

    JUnit Test Suite Q1. is there any way in to pass the argument to JUnit Test case...? (Constructors) Q2. How to run the same JUnit test suite for different pre conditions...? required solution...

    2 Started by supritht@...  |  Latest comment by normhaga@...

  • Articles

    Test entire Web applications with HttpUnit

    April 24, 2002 7:00am PDT

    For successful application development and deployment, testing is imperative. Thankfully, tools such as JUnit can make the job easier. See how another handy tool, HttpUnit, extends JUnit's...

    2 Latest comment by jamie@...

  • Articles

    Effectively manage and integrate JUnit tests

    March 21, 2002 8:00am PST

    Ask developers about testing, and they'll usually cringe. But JUnit, a simple framework for writing and running automated tests, can help you write code faster while increasing its quality. Here's...

    1 Latest comment by ps_lamba@...

  • Articles

    Creating JUnit test cases

    March 14, 2002 8:00am PST

    Automated testing tools like JUnit make it easier to perform regular, reliable unit testing. See how you can create test cases and test suites for JUnit so that you can keep coding errors to a...

    10 Latest comment by sendmail2ramaa@...

  • Q&A

    JUnit Testing

    February 24, 2009 12:50am PST

    JUnit Testing Hi am new to JUnit Testing. Please suggest me how to write junit test cases for the DAOs of our Project. Thanks, Sandeep.

    1 Latest comment by sandeepme2004@...

  • Discussion Threads

    Creating JUnit test cases

    March 14, 2002 5:25am PST

    JUnit, Green Bar, Test First I think that talking about JUnit without mentioning the Green Bar/Red Bar pattern misses some of the value. JUnit has other test runners than the TextUI mentioned in...

    10 Started by RHJensen  |  Latest comment by sendmail2ramaa@...

  • Discussion Threads

    Junit testcase

    April 4, 2011 10:05pm PDT

    Junit testcase Hi... Am new to junit testing...i have some doubts pls..help me... i want to write Test Case based on functionality for login module Values are present in database i.e.oracle 9i ...

    7 Started by kusumadas  |  Latest comment by kusumadas

  • Q&A

    Junit Help needed in setting up a framework

    October 12, 2009 4:07pm PDT

    Junit Help needed in setting up a framework Hi Everyone , Can anyone please assist me in creating a framework in Junit in creating a master / driver script. I will elaborate my situation The...

    1 Latest comment by getafix14

  • White Papers

    Testing Your Oracle ADF Faces Application With Selenium

    March 1, 2010 12:00am PST

    Testing your oracle ADF faces application with Selenium is possible with the JUnit. This paper illustrates how Selenium and JUnit can be used together to build unit tests that test Oracle...

    Provided by: Oracle

  • Software

    O2Unit 1.0b (Mac)

    April 24, 2001 12:00am PDT

    O2Unit is a framework designed to help developers automate the process of writing self testing code. It's written in Objective C, for Objective C. The architecture (and most of the code actually)...

    Provided by: Oops

  • Articles

    Developer Spotlight: Kent Beck

    April 8, 2005 10:56am PDT

    Kent Beck is one of the three creators of the agile process extreme programming (XP), and author of JUnit. Builder magazine caught up with Beck to talk agile methods and his future plans with...

  • Software

    IntelliJ IDEA Community Edition 11.0.1 (Windows)

    December 30, 2011 12:00am PST

    IntelliJ IDEA is a code-centric IDE focused on developer productivity. IntelliJ IDEA deeply understands your code and gives you a set of powerful tools without imposing any particular workflow or...

    Provided by: JetBrains

  • Downloads

    IntelliJ IDEA Community Edition 11.0.1 (Windows)

    December 30, 2011 12:00am PST

    IntelliJ IDEA is a code-centric IDE focused on developer productivity. IntelliJ IDEA deeply understands your code and gives you a set of powerful tools without imposing any particular workflow or...

    Provided by: JetBrains

  • Downloads

    NUnit 2.5.10 (Windows)

    November 10, 2011 12:00am PST

    NUnit is a unit-testing framework for all .Net languages. Initially ported from JUnit, the current production release, version 2.5, is the sixth major release of this xUnit based unit testing...

    Provided by: NUnit

  • White Papers

    Test-First Java Concurrency for the Classroom

    March 13, 2010 12:00am PST

    Concurrent programming is becoming more important due to the growing dominance of multi-core processors and the prevalence of Graphical User Interfaces (GUIs). To prepare students for the...

    Provided by: Association for Computing Machinery