Hi guys,
for my program i need to initialize which tests are in a testblock. Each test is settable with a Booelan button to enable the test, or disable it.
I have actually 22 testblocks containg over 400 tests. What i would like to do is to make 1 array with Boolean buttons. So, if you're exploring the testblocks, the labels of this buttons must contain the test names. How can i make a program so the testnames will be automatically transferred to the label of the Boolean buttons? (My array of buttons is placed in a cluster, because i have more data to store about the tests..)
thanx for your help.