08-27-2009, 07:48 PM
Question -
1. how do you call each test? and when do you kill your application through dll.
2. why do you need a dll to kill your application, is this the way the AUT works? or any workaround?
If I am getting it right, You can have two options,
1. If it really requires to kill your test at the end of each test, You should open the AUT at the beginning of each test.
2. Do not call the dll after each test let all test finish then you may call the dll
1. how do you call each test? and when do you kill your application through dll.
2. why do you need a dll to kill your application, is this the way the AUT works? or any workaround?
If I am getting it right, You can have two options,
1. If it really requires to kill your test at the end of each test, You should open the AUT at the beginning of each test.
2. Do not call the dll after each test let all test finish then you may call the dll