Function Calling after executing some steps - 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: Function Calling after executing some steps (/Thread-Function-Calling-after-executing-some-steps) |
Function Calling after executing some steps - TaranVohra - 06-04-2012 hi , i have a situation where i need to execute a case (which itself is parameterised) and then call a function after it eg Function A.vbs (text Box , checks all combinations ) Function B.vbs ( used for logging in with actual user name and a Static password for all users ) now if i write A (expecting to execute all cases of A i.e parametised) B (and then execute here ) this does not work , all that happens it that after executing 1st case of A , QTP moves to B Can anyone help , how to handle this situation?? RE: Function Calling after executing some steps - supputuri - 06-04-2012 Check how you are handling the loop to execute all the combinations in the function A. RE: Function Calling after executing some steps - TaranVohra - 06-05-2012 i have just parameterised the Text box input values within the Global Sheet... |