TestGroup/CodeManagement

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment
What is 1 + 5

Test Suite Code Management

More formal rules should be used for managing the source code of formal tests. This document defined the rules that should be followed.

Change Reviews

Code changes should be sent to the mailing list for approval. 2 days should be allowed for comments, after which time, the change may be committed if there were not issues raised. Code changes that alter the method used to implement a test should be given heavier consideration and evaluated against the definition of the assertion and test cases involved.

Functional Changes

Functional changes to existing code should be considered carefully. Functional changes should not change the intended result of a test.

New Features

New features should be developed following the formal process of test suite development as summarized here

New features shall be clearly marked as "in-progress" until they are complete, and approved by the Testing Group for use as a part of the formal test suite.