Recent Changes - Search:

PmWiki

pmwiki.org

edit SideBar

Testing

Main.Testing History

Hide minor edits - Show changes to markup

August 24, 2016, at 08:26 PM by 108.171.133.178 -
Added lines 37-40:

Getting more (or full) code coverage

Pestt
PESTT – PESTT Educational Software Testing Tool for Java

August 08, 2014, at 06:31 PM by 204.101.2.194 -
Added lines 50-51:

Running a test case 50 times with JUnit 4 with no other dependencies:

August 08, 2014, at 06:30 PM by 204.101.2.194 -
Changed lines 51-52 from:

@RunWith(Parameterized.class) @]

to:

@RunWith(Parameterized.class) public class TestClass {

Changed line 58 from:

@]

to:

} @]

August 08, 2014, at 06:30 PM by 204.101.2.194 -
Changed lines 50-52 from:

@RunWith(Parameterized.class)

[@ @Parameterized.Parameters

to:
@RunWith(Parameterized.class) 
	@Parameterized.Parameters
Changed lines 56-57 from:
	} @]
to:
	}

@]

August 08, 2014, at 06:29 PM by 204.101.2.194 -
Added lines 47-55:

JUnit

@RunWith(Parameterized.class)

 @Parameterized.Parameters
	public static List<Object[]> data() {
	    return Arrays.asList(new Object[50][0]);
	} 
June 17, 2014, at 08:35 PM by 204.101.2.194 -
May 30, 2014, at 06:52 PM by 204.101.2.194 -
Added lines 23-24:

Mockito (Mockito API) Getting started with Mockito

May 30, 2014, at 06:27 PM by 204.101.2.194 -
Added lines 21-22:

Ameya Aloni: MySQL to HSQL Migration Tips (Converting MySQL, Oracle (10 g) or MS SQL 2005 Datatypes to HSQL (1.8.1.2) Datatypes)

May 13, 2014, at 01:42 PM by 204.101.2.194 -
Added lines 19-20:

TDD is dead. Long live testing. (DHH)

April 19, 2012, at 09:02 PM by 207.236.74.43 -
Added lines 15-18:

Cross Browser Testing. Pick an OS - Pick a Browser - Test website

Cross Browser Testing Made Easy | Marketing Technology Blog

March 14, 2012, at 11:37 PM by 207.236.74.43 -
March 14, 2012, at 11:37 PM by 207.236.74.43 -
Added lines 13-14:

Controlling the order of JUnit tests (Alan Harder's Weblog)

January 24, 2012, at 07:45 PM by 207.236.74.43 -
Added lines 9-12:

testing - What's the difference between unit, functional, acceptance, and integration tests? - Stack Overflow

TestDouble Kinds of Test Doubles: Dummy, Fake, Stubs, Spies and Mocks

February 09, 2011, at 07:48 PM by 207.236.74.43 -
Added lines 5-8:

HtmlUnit - Welcome to HtmlUnit: JavaScript Support

HtmlUnit - Submitting JavaScript Bugs (How to track down a bug in the JavaScript support in HtmlUnit)

January 07, 2011, at 07:08 PM by 207.236.74.43 -
Added lines 3-4:

The Economic Impacts of Inadequate Infrastructure for Software Testing Prepared by RTI for NIST, May 2002

November 23, 2010, at 07:09 PM by 207.236.74.43 -
Added lines 9-10:

Java Path Finder checks all paths through a program as well as all possible execution orders.

November 23, 2010, at 07:08 PM by 207.236.74.43 -
Added lines 3-8:

Automated Bug Finding

jFuzz PDF
Java Path Finder @ Sourceforge.net
Java Path Finder @ nasa.gov

February 11, 2010, at 12:29 AM by 192.28.0.20 -
Added lines 1-2:

Mocks Aren't Stubs

April 01, 2009, at 10:12 PM by 136.229.5.51 -
Changed line 11 from:

Automate regression tests: IBM Rational Functional Tester makes regression testing a snap

to:

Automate regression tests: IBM Rational Functional Tester makes regression testing a snap \\

April 01, 2009, at 10:12 PM by 136.229.5.51 -
Changed lines 12-13 from:
to:
April 03, 2008, at 09:16 PM by 192.28.2.48 -
Changed lines 2-3 from:

EMMA FAQ

to:

EMMA FAQ
EclEmma Eclipse Plugin integrating EMMA

February 25, 2008, at 08:16 PM by 192.28.2.48 -
Changed lines 10-12 from:

Automate regression tests: IBM Rational Functional Tester makes regression testing a snap

to:

Automate regression tests: IBM Rational Functional Tester makes regression testing a snap

Abbot FAQ (links to Running Tests Headless)

February 13, 2008, at 07:59 PM by 192.28.2.48 -
Changed lines 8-10 from:

AutAT Eclipse plugin for creating jWebUnit and Watir tests

to:

AutAT Eclipse plugin for creating jWebUnit and Watir tests
Hello World: Learn how to create robust, reusable automated functional tests with Rational Functional Tester
Automate regression tests: IBM Rational Functional Tester makes regression testing a snap

June 09, 2007, at 03:41 PM by 192.28.2.48 -
Added lines 1-8:

Code Coverage

EMMA FAQ

DbUnit

DbUnit Core Components (Database Operations)

Functional Testing

AutAT Eclipse plugin for creating jWebUnit and Watir tests

Edit - History - Print - Recent Changes - Search
Page last modified on August 24, 2016, at 08:26 PM