Actions - 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: Actions (/Thread-Actions--5483) |
Actions - mv8167 - 10-06-2011 Can someone either tell me the background of how/when/why/where to use Actions, or point me to a good link. I needed to create a secoind Action to use another Data Table. All works. Can I call a Function from Action2 that is in saved Action1? Most of my Functions are in Function Librays. But for building i keep a few in My base test to easier work on them. Is there someway of callin g a function from Action2 that is found in Action1? Is there anything else I need to know when using multiple Actions? thx for all ideas ;-) Lor RE: Actions - rajpes - 10-19-2011 Actions are mainly used to divide the testing process into different logical groups. You can not call a function in other action.You can createa a dummy function library and paste all the functions there and associate this library with the test so that all actions can use it |