how to create multiple parameters in Business components through vbscript - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: General (https://www.learnqtp.com/forums/Forum-General) +--- Forum: Posting Guidelines/Disclaimer (https://www.learnqtp.com/forums/Forum-Posting-Guidelines-Disclaimer) +--- Thread: how to create multiple parameters in Business components through vbscript (/Thread-how-to-create-multiple-parameters-in-Business-components-through-vbscript) |
how to create multiple parameters in Business components through vbscript - jagadishvarma239 - 10-24-2013 The below program has found from one of the portal and successful to create the Business component through the script and tried several ways to create the more input parameters and output parameters, but not able to create, if any one knows how to create the 5 parameters then it really helps, please help me Code: Set objQcConnection = CreateObject("TDApiOle80.TDConnection.1") |