How do you test DLL files using QTP?

Questions by thotaravikiran

Showing Answers 1 - 2 of 2 Answers

What all u need to do is to create an object for that DLL.

Suppose take DLL as "Excel application".

First find the registry entry in the System Registry files and create an object using CreateObject function  in QTP .

like

Set <objname>=CreateObject("RegistryEntryof DLL");

Using this <objname> perform the actions .....like what you want to test in DLL do that.....

if you have any queries on this post ASAP.

Thanks ,

Vasavi

  Was this answer useful?  Yes

sri

  • Jan 22nd, 2007
 

Hi Vasavi,

i didn't get u .please explain clearly.

Thanks

sri

  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