Forum Discussion

federico_falasc's avatar
federico_falasc
New Contributor
11 years ago

Using TestComplete in a .NET application

Hi,



i'm looking for a TestComplete's plugin for .NET, or a way that could me give the possibility to write a .NET program with all the web test features of TestComplete.



Is this possible? I know that TestComplete can load .NET or DLL objects, but i would prefer to write only in .NET if possible, and not also JS scripts for TestComplete.

Thanks!



Regards,



Federico

3 Replies

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor
    TestComplete, when installed, creates COM objects that can be instantiated and utilized within .NET applications.   See http://support.smartbear.com/viewarticle/56213/



    You can utilize C# as a script code engine within TestComplete and you can utilize the CLR bridge feature in a project (http://support.smartbear.com/viewarticle/55447/) to call .NET assemblies from within TestComplete.



    I'm not sure if this answers your question but it seems that there are ways to write a .NET application that utilizes TestComplete objects... or vice versa...
  • I think that the COM object creation from .NET is the way that best fit my needs.

    Thanks for the support!



    Regards,

    Federico
  • TanyaYatskovska's avatar
    TanyaYatskovska
    SmartBear Alumni (Retired)

    Hi Federico,


     


    You may consider using TestComplete's Connected Applications feature - it allows writing and executing TestComplete tests in the .NET apps. More info...