Forum Discussion
AlexeyKolosov
Staff
15 years agoHi William,
TestComplete does not have any built-in features for COM ports communication - it just allows using a COM object or .NET Framework objects to work with such ports. If you need to integrate your test script with some C# code intensively, you can either create a simple external .NET application and use it as an interface between TC and the COM port or create a Connected application to insert your TestComplete code into a C# application.
TestComplete does not have any built-in features for COM ports communication - it just allows using a COM object or .NET Framework objects to work with such ports. If you need to integrate your test script with some C# code intensively, you can either create a simple external .NET application and use it as an interface between TC and the COM port or create a Connected application to insert your TestComplete code into a C# application.