09-14-2011, 03:04 PM
Hello,
I would like catch start and end of tests for call an external tool. How can i catch/handle the start and end of tests ? For information, the external call for my tool is just call a http url.
For the moment, my solution is to create a pre-action (the first action) and post-action (the last action) in each tests but it's a little heavy and i would like this to be reusable and maintainable.
Thanks
Fabien
I would like catch start and end of tests for call an external tool. How can i catch/handle the start and end of tests ? For information, the external call for my tool is just call a http url.
For the moment, my solution is to create a pre-action (the first action) and post-action (the last action) in each tests but it's a little heavy and i would like this to be reusable and maintainable.
Thanks
Fabien