Dashboard > WG: Programmer's Cafe > Sakai Programmer Manual > Testing
  WG: Programmer's Cafe Log In | Signup View a printable version of the current page.  
  Testing
Added by Aaron Zeckoski, last edited by Aaron Zeckoski on Jul 05, 2006  (view change)
Labels: 
(None)


This page is not complete, try back later -AZ

Testing in Sakai - Aaron Zeckoski

  • What is testing?
    • For our purposes, testing is programmatic unit testing or integration testing, this type of testing is done by the developers (not QA)
    • Unit testing is used to validate that a particular module of source code is working properly
    • Integration testing is the phase of software testing in which individual software modules are combined and tested as a group to verify they work together correctly
    • Other testing like system testing should be done also but by QA and not by developers
  • How do we test in Sakai?
  • Testing in Sakai
    • 3 ways to do automated code testing in Sakai
    1. Using Junit to do logical unit testing
    2. [Using Spring framework to do DB integration testing]
    3. [Using test harness to do full integration testing]
  • Example - Enhance Task List Tool to do testing
    • Under construction
      There are currently no attachments on this page.

Testing in Sakai (WG: Programmer's Cafe)

Site running on a free Atlassian Confluence Open Source Project License granted to Sakai Foundation. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.5 Build:#811 Jul 25, 2007) - Bug/feature request - Contact Administrators