Designing Test Set
BlueDuck SDA allows you to perform sophisticated groupings of test cases. This gives you maximum flexibility in how you partition your tests.

BlueDuck SDA allows you to perform sophisticated groupings of test cases. This gives you maximum flexibility in how you partition your tests.
Including SDA Core
#include <../../lib/sda.core.au3>
Enabled Test Set
$TestSet.Enable = 1 $TestSet.Name = "Simple Test Set"
Test Set setup
$TestSet.Setup("_Test",$sPar)
Run Test Set
TestI($TestSet) TestII($TestSet)
and generate Test Set report
$TestSet.GenerateReport
The Result Reports displays the detailed result log of actions performed on a System Under Test (SUT) on each script run.
The Test Results reports contains two sections:
Test Set Summary section
Test Detail section