Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am trying to execute QTP scripts that are stored on QTP environment using C#. In my research i have found that it can be done using VBS script or batch file to run a QTP script. Can someone please help me on how to connect to QTP using C# coding and execute a script?

Also, to use the QTP objects do we need to have any sort of dll reference in C#? If so where can i get the dll?

I am new to connecting C# application to QTP. Please help if you have any suggestions.

Thanks in advance...

share|improve this question
1  
Possible duplicate: stackoverflow.com/questions/895342/… –  Papasmile Jun 4 '13 at 18:06
    
@Papasmile Exact duplicate really, see my accepted answer for that one. ;) –  Xiaofu Jun 6 '13 at 10:24

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.