Run a finall Call statement after all iterations - 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: Run a finall Call statement after all iterations (/Thread-Run-a-finall-Call-statement-after-all-iterations) |
Run a finall Call statement after all iterations - mv8167 - 05-24-2012 I am trying to figure out how I can Call a final Function after all of my 1 to 6 iterations are run. Each iteration is a different ENV and depending on the need, we might run on 1 to 6 enviroments. Is it possible to run as final Function after all iterations have completed? RE: Run a finall Call statement after all iterations - supputuri - 05-24-2012 If you have a driver script action then you can call the final action in your driver once the iterations are completed. Please let me know if you need details. RE: Run a finall Call statement after all iterations - mv8167 - 05-24-2012 Sure, I would like any details you can provide. Thx! I have my main Test Scipt that calls my functions. But I am clueless on what a "Driver Script" is. I will look around and see but any advices would be great. |