You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
William Emfinger edited this page Jul 23, 2018
·
7 revisions
{testerName: '',number: '',requirements: [],// a list of string SRS codesrevision: 'A',description: '',testLevel: '',// should be a) "Software Entry", b) "External Software Interface", or c) "System"tests: [{name: '',// e.g. "Test 1"preconditions: '',// a string describing the setup of the testmethods: [],// a list of strings describing each step of the methodacceptanceCriteria: [],// a list of strings describing the result of each method aboveresults: ['','','','','','',''],// each entry should be either "PASS" or "FAIL", this is always length 7 - any unset entry should be ''}],startDate: moment().format("YYYY-MM-DD"),endDate: moment().format("YYYY-MM-DD"),notes: ''}