How to run particular action for multiple iteration - 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: How to run particular action for multiple iteration (/Thread-How-to-run-particular-action-for-multiple-iteration) |
How to run particular action for multiple iteration - sudhirzpatil - 02-09-2009 Hi Can any one guide me to run particular action for multiple iteration. RE: How to run particular action for multiple iteration - sepgs2004 - 02-09-2009 I am new to testing anyways. Still would like to comment. After including the Action to your Test, go to TestFlow pane, Right click on the Action, you should be able to see Action Call properties. However, if your test has more than one action, if you have rows of data in global data sheet for this test (i.e. for all the test actions) to be iterated on... this individual action iterations would be iterated nested within a global iteration. A different case would be, your overall test (as a pack of all called actions) would run only once (and not iterate on any global data) and the individual actions iterate on local action datasheet. |