Testing

Testing

This page is not complete, try back later -AZ

Testing in Sakai - @Former user (Deleted)

  • 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

  • Example - Enhance Task List Tool to do testing

    • Under construction