This page (revision-7) was last changed on 17-Dec-2012 21:30 by Joba Baumeister

This page was created on 17-Dec-2012 21:25 by Joba Baumeister

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
7 17-Dec-2012 21:30 65 bytes Joba Baumeister to previous
6 17-Dec-2012 21:30 52 bytes Joba Baumeister to previous | to last
5 17-Dec-2012 21:30 53 bytes Joba Baumeister to previous | to last
4 17-Dec-2012 21:27 975 bytes Joba Baumeister to previous | to last
3 17-Dec-2012 21:27 987 bytes Joba Baumeister to previous | to last
2 17-Dec-2012 21:26 963 bytes Joba Baumeister to previous | to last
1 17-Dec-2012 21:25 875 bytes Joba Baumeister to last

Page References

Incoming links Outgoing links
Doc TestCaseSTC ...nobody

Version management

Difference between version and

At line 1 changed 27 lines
!!! Sequential Test Cases
Test cases can be defined by using the simple STC (sequential test cases) markup:
{{{
%%TestCase
Name_of_case1 {
Question1 = value1,
Question2 = value2,
... = ... :
Solution1 (established),
Solution2 (established);
Question3 = value3,
Question4 = value4,
... = ... :
Solution3 (established),
}
%
}}}
Here, test cases can be defined as sequences of (question, value) pairs together with expected solutions.
Each sequence is terminated by a semicolon.
In the example above, the values are assigned to questions ''Question1'' and ''Question2'' first.
Then, the establishment of the solutions ''Solution1'' and ''Solution2'' is checked.
The second sequence starts with assigning values to the questions ''Questions3'' and ''Questions4'' and then checking the establishment of ''Solution3''.
This is a deprecated wiki article.
Please see [Doc TestCase].