Difference between revisions of "Unit Testing"

From CDOT Wiki
Jump to: navigation, search
(Project Details)
(Project Details)
Line 22: Line 22:
 
== Project Details ==
 
== Project Details ==
  
* Collected related technologies that will be applied.
+
* Collected related topics and examples.
 
** [http://developer.mozilla.org/ MDC]
 
** [http://developer.mozilla.org/ MDC]
 
** [http://www.jsunit.net/ JSUnit]
 
** [http://www.jsunit.net/ JSUnit]

Revision as of 23:22, 20 September 2006

Project Name

JavaScript Unit Testing

Project Description

Use an existing unit testing framework (or create one) and demonstrate its use by writing a collection of unit tests that fully test a browser feature of your choosing. The framework will provide decent setup and teardown code that will enable the programmer to start the browser, run the tests, report pass/fail and shutdown the browser.

Project Leader(s)

Paul Yanchun Gu (IRC: gpaul)

Project Contributor(s)

Project Details

Project News

  • Wednesday, September 20, 2006 1:07 pm, Rob helped me to get start on JSUnit Testing.
  • Monday, September 18, 2006 8:36 am, Dave helped me to connect to Rob Campbell, who is from Mozilla QA team. He explained to me about Unit Testing used in Mozilla.