Forum Discussion

kcsahu777's avatar
kcsahu777
Contributor
13 years ago

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 a...