0

I wonder to know which objects can I access using QTP DotNetFactory object. Is there any list and their API of accessible objects?

Thanks.

Alex
  • 33
  • 2
  • 8

2 Answers2

0

You should be able to access any .NET object using DotNetFactory.

Motti
  • 110,860
  • 49
  • 189
  • 262
0

DotNetFactory objects and supported methods are available in qtp help.

If not then in qtp editor,qtp's intellisense would help you in getting method of a specific .net object

Programr
  • 26
  • 1
  • 2