views:

781

answers:

1

Has anyone ever used ASP or ASP.NET to connect to HPQC via the API? Where can I find some examples of this interaction? Any direction on the matter would be greatly appreciated.

+1  A: 

I guess by looking into the QC Open Test Architecture API documentation will do. There are lots of examples based in VB. The only difference when implementing it on ASP is that you will need to install the QC API where you web server will be executing the Active Server Pages.

C Mendoza
Thanks... The answer is a little late but appreciated because I am sure that some one else will find this information useful somewhere down the road. I did exactly what you mentioned here.
ricbax