InterviewSolution
| 1. |
Can We Call The Qtp Script Using Winrunner? |
|
Answer» QUICKTEST enables you to call WinRunner-based scripts, user-defined functions, and their parameters. You may access Call to WinRunner utility by selecting Insert > Call to WinRunner > and select either Call to WinRunner Test or Call to WinRunner Function from QTP tool bar.You may use Step Generator > Utility OBJECTS and select appropriate method Alternatively, you can use QTP TSLTest OBJECT and its RunTestEx and RunFuncEx methods to call WinRunner scripts. QuickTest enables you to call WinRunner-based scripts, user-defined functions, and their parameters. You may access Call to WinRunner utility by selecting Insert > Call to WinRunner > and select either Call to WinRunner Test or Call to WinRunner Function from QTP tool bar.You may use Step Generator > Utility Objects and select appropriate method Alternatively, you can use QTP TSLTest object and its RunTestEx and RunFuncEx methods to call WinRunner scripts. |
|