#summary Test gadget for 0.8 feature opensocial-templates #labels Phase-QA = Introduction = This document describes the test gadget for 0.8 feature [http://wiki.opensocial-templates.org opensocial-templates], and specifically the implementation documented at http://ostemplates-demo.appspot.com/. This implementation is checked into Shindig. The test gadget contains a test suite that works in OpenSocialTestFramework. = Installing the test gadget in your container = You can try the latest submitted version of the tests by installing the app with the public SVN hosted URL for the gadget XML file: http://opensocial-resources.googlecode.com/svn/tests/trunk/suites/0.8/templates/templates.xml Simply add the gadget to your container with this URL. (Currently Shindig is the only container that supports opensocial-templates). = Files that comprise the test gadget = The `*_`test.js files are JsUnit tests that can work in JsUnit test runner. The feature opensocial-templates does not rely on other OpenSocial features and infrastructure, so the tests are designed to work independently. templatessuite.js contains an adapter that converts the JsUnit tests to the format expected by OpenSocialTestFramework. domutil.js contains some simple utilities for verifying results in DOM.