Handle start and end of tests - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: Handle start and end of tests (/Thread-Handle-start-and-end-of-tests) |
Handle start and end of tests - fafanoulele - 09-14-2011 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 |