How to start QTP and call a reusable action from my front-end VBscript page and finally display results in another html page?

Showing Answers 1 - 1 of 1 Answers

ramkumary

  • Sep 28th, 2006
 

Hai

In QTP we have one of the future called "QTP Automation object model" , You can use than comments invoke the QTP and execute the actions.

I am describing the answers below. Let me know if i made mistake.

1. Create instance for QTP Automation Object Model

2. Write all the actions in functions in your script

3.Call the functions

4.Write the results

Ex:

Dim qtApp

Set qtApp = CreateObject("QuickTest.Application") ' Create the application object

qtApp.Launch 'Start QuickTest

qtApp.Visible = True ' Make it visible

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions