|
Now I am talking about testing process. In a complicated test project, some test scrīpts could only be executed in a certain sequence. This is due to the nature of the test target. To modify those test scrīpts independant to eachother, could be possible, but will involve too much overhead, i.e, cost quit high and it is not worthy of doing that way.
To utilise the advantage of independant test scrīpt, we can group those scrīpt which have internal execution sequence together, this is called "Test Group". Note that it is defined within testing process context. Different test groups should maintain the total independance to each other, which within the same group, the member scrīpts must be run in fixed sequence.
In this way, we can maximize the scrīpt indepency with minized effort of scrīpt modification.
[ 本帖最后由 walker1020 于 2007-5-11 08:34 编辑 ] |
|