Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to use PsDotNet automation components in QM
#4
Add your code in C# function TestFunction. Don't need to convert to QM.

Code:
Copy      Help
,PsConnection.StartAndConnect();
,PsConnection.StartAndConnect(EPsVersion.CS6); // Will start a specific version (if installed)
,var app = PsConnection.Application;
,//...


Messages In This Thread
RE: How to use PsDotNet automation components in QM - by Gintaras - 07-10-2018, 08:12 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)