kcsahu777
14 years agoContributor
How to run procedure at begin and end of the total testing
I want to run one procedure P1 at the begining of test and another procedure P2 at end of the test.
Suppose I have 10 test cases. I want to run P1 procedure once before all start of test.
And after completion of all test cases I want to run procedure P2 once. How this will be done?
OnStartTest and OnStopTest events are for each test case. But I want to run at the begin and end of testproject.
Suppose I have 10 test cases. I want to run P1 procedure once before all start of test.
And after completion of all test cases I want to run procedure P2 once. How this will be done?
OnStartTest and OnStopTest events are for each test case. But I want to run at the begin and end of testproject.